Function rdftk_skos::document::make_document[][src]

pub fn make_document(
    scheme: &Scheme,
    language: Option<LanguageTag>,
    default_namespace: Option<IRIRef>
) -> Result<Document, Error>
Expand description

Construct a new Document instance which will describe the provided Scheme. If provided, the specified language will be used to select preferred labels and descriptions. If provided, the default namespace will be used when serializing the Turtle appendix.