1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*!
A data model with RDF support for the Simple Knowledge Organization System (SKOS) vocabulary.

Details TBD

# Example

TBD

*/

#[macro_use]
extern crate rdftk_names;

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

pub mod markdown;

pub mod model;

pub mod ns;