All predicatesShow sourcerdflib.pl -- Provide access to the ontology library

See also
- library(semweb/rdf_library)
Source load_library_ontology(+Request)[private]
Load a named ontology from the ontology library.
To be done
- Cannot use concurrent loading as the load as a whole is inside an rdf transaction.
Source list_library_ontologies(+Request)[private]
Reply with a list of available base ontologies
Source library_ontology(-Name) is nondet
True if Name is the name of an ontology from the library.
Source prepare_ontology_library is det[private]
Load RDF library manifests from directories defined using the file_search_path/2 ontology alias.
Source attribute_decl(+Name, -Options)[private]
Copied from Sesame