class documentation

class SemanticFormat(ACMEIntEnum):

View In Hierarchy

Semantic Format.

Constant IRI IRI.
Class Variable FF_FunctionalStyle Functional-style.
Class Variable FF_JsonLD JSON-LD.
Class Variable FF_Manchester Manchester.
Class Variable FF_OwlXml OWL/XML.
Class Variable FF_RdfTurtle RDF/Turtle.
Class Variable FF_RdfXml RDF/XML.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
IRI: int =

IRI.

Value
1
FF_FunctionalStyle: int =

Functional-style.

FF_JsonLD: int =

JSON-LD.

FF_Manchester: int =

Manchester.

FF_OwlXml: int =

OWL/XML.

FF_RdfTurtle: int =

RDF/Turtle.

FF_RdfXml: int =

RDF/XML.