1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*!
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 document;

pub mod simple;

pub mod ns;