standardPrefixes top-level property

Map<String, String> standardPrefixes
final

Includes standard prefixes for namespace checking and shortening to export to other formats.

Implementation

final Map<String, String> standardPrefixes = {
  'foaf': foafAnchor,
  'xsd': xsdAnchor,
  'owl': owlAnchor,
  'rdf': rdfAnchor,
  'rdfs': rdfsAnchor,
};