Save IRI to Clojure identifier mappers between invocations
Save IRI to Clojure identifier mappers between invocations
(fetch-old-and-current-entities)
Fetch all entity mappings. This returns a map
Fetch all entity mappings. This returns a map
(fetch-remembered-entities)
Fetch the remembered entities. This returns a map between an IRI (as a string) and a set of string labels.
Fetch the remembered entities. This returns a map between an IRI (as a string) and a set of string labels.
(generate-obsolete-mapping old-mappings mapping)
Takes a list of old labels for an OWLEntity, and the var containing that OWLEntity. For each old label, the old label is interned, with a closure that returns the OWLEntity, while printing a warning message.
Takes a list of old labels for an OWLEntity, and the var containing that OWLEntity. For each old label, the old label is interned, with a closure that returns the OWLEntity, while printing a warning message.
(memorise file)
Save current memorise information in file.
Save current memorise information in file.
(memorise-map)
(memorise-map namespace)
Returns a map of entities to remember.
This function returns a map from the IRI to the var object(s) which hold it
Returns a map of entities to remember. This function returns a map from the IRI to the var object(s) which hold it
(remember file)
Restore the current memorise information from file. This loads the memorise information, stores this with the ontology. A message is printed when obsolete terms are found
Restore the current memorise information from file. This loads the memorise information, stores this with the ontology. A message is printed when obsolete terms are found
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close