rdftk_skos 0.1.6

A data model with RDF support for the Simple Knowledge Organization System (SKOS) vocabulary.
Documentation
/*!
A data model with RDF support for the Simple Knowledge Organization System (SKOS) vocabulary.

Details TBD

# Example

TBD

*/

#[macro_use]
extern crate lazy_static;

#[macro_use]
extern crate rdftk_names;

// ------------------------------------------------------------------------------------------------
// Modules
// ------------------------------------------------------------------------------------------------

pub mod markdown;

pub mod simple;

pub mod ns;