# Packages
Package core imports all well-known RDF vocabularies.
Package owl contains constants of the Web Ontology Language (OWL).
Package rdf contains constants of the RDF Concepts Vocabulary (RDF).
Package rdfs contains constants of the RDF Schema vocabulary (RDFS).
Package schema contains constants of the Schema.org vocabulary.
Package xsd contains constants of the W3C XML Schema Definition Language https://www.w3.org/TR/xmlschema11-1/.
# Functions
Clone makes a copy of global namespaces list.
CloneTo adds all global namespaces to a given list.
FullIRI replaces known prefix in IRI with it's full vocabulary IRI.
List enumerates all registered namespace pairs.
Register adds namespace to a global registered list.
RegisterPrefix globally associates a given prefix with a base vocabulary IRI.
ShortIRI replaces a base IRI of a known vocabulary with it's prefix.
# Structs
Namespace is a RDF namespace (vocabulary).
Namespaces is a set of registered namespaces.
# Type aliases
No description provided by the author