Liking cljdoc? Tell your friends :D

ontology.IO

functions for outputting and inputting OWL data

functions for outputting and inputting OWL data
raw docstring

makeOWLFileclj

(makeOWLFile filename
             prefixes
             ontologyIRI
             versionIRI
             imports
             annotations
             axioms)

makes an OWL file of the ontology

makes an OWL file of the ontology
sourceraw docstring

readOWLFileclj

(readOWLFile file regexes)

Reads an OWL file to obtain an ontology.

Reads an OWL file to obtain an ontology.
sourceraw docstring

toDLStringclj

(toDLString thing)

Returns a DL syntax string representation of the map object used to store the OWL object, or the default representation if there is no OWL type contained in the map.

Returns a DL syntax string representation of the map object used to store the OWL object, or the default representation if there is no OWL type contained in the map.
sourceraw docstring

toStringclj

(toString thing)

Returns a functional syntax string representation of the map object used to store the OWL data, or the default representation if there is no OWL type contained in the map. Note that this is not the same as java toString.

Returns a functional syntax string representation of the map object used to store the OWL data, or the default representation if there is no OWL type contained in the map. Note that this is __*not*__ the same as java toString.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close