UNPKG

@faubulous/mentor-rdf

Version:

A library for working with RDF vocabularies with support for basic RDFS and OWL inference.

15 lines (14 loc) 304 B
/** * Enumerates the RDF syntaxes supported by the Mentor RDF library. */ export declare enum RdfSyntax { N3 = "n3", NTriples = "ntriples", NQuads = "nquads", Turtle = "turtle", TriG = "trig", TriX = "trix", JsonLd = "jsonld", RdfXml = "rdfxml", Sparql = "sparql" }