functions for outputting and inputting OWL data
functions for outputting and inputting OWL data
(makeOWLFile filename
prefixes
ontologyIRI
versionIRI
imports
annotations
axioms)
makes an OWL file of the ontology
makes an OWL file of the ontology
(readOWLFile file regexes)
Reads an OWL file to obtain an ontology.
Reads an OWL file to obtain an ontology.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close