Liking cljdoc? Tell your friends :D

ontology.file

Functions that represent OWL ontology documents

Functions that represent OWL ontology documents
raw docstring

axiomsclj

(axioms axioms)

axioms := { Axiom }

axioms := { Axiom }
sourceraw docstring

directImportclj

(directImport iri)

'Import' '(' IRI ')'

'Import' '(' IRI ')'
sourceraw docstring

directImportsclj

(directImports imports)

directlyImportsDocuments := { 'Import' '(' IRI ')' }

directlyImportsDocuments := { 'Import' '(' IRI ')' }
sourceraw docstring

ontologyclj

(ontology imports annotations axiom)
(ontology onto imports annotations axiom)
(ontology onto vers imports annotations axiom)

Ontology := 'Ontology' '(' [ ontologyIRI [ versionIRI ] ] directlyImportsDocuments ontologyAnnotations axioms ')'

Ontology := 'Ontology' '(' [ ontologyIRI [ versionIRI ] ] directlyImportsDocuments ontologyAnnotations axioms ')'
sourceraw docstring

ontologyAnnotationsclj

(ontologyAnnotations annotations)

ontologyAnnotations := { Annotation }

ontologyAnnotations := { Annotation }
sourceraw docstring

ontologyFileclj

(ontologyFile ontology)
(ontologyFile pref ontology)

ontologyDocument := { prefixDeclaration } Ontology

ontologyDocument := { prefixDeclaration } Ontology
sourceraw docstring

ontologyIRIclj

(ontologyIRI iri)

ontologyIRI := IRI

ontologyIRI := IRI
sourceraw docstring

prefixclj

(prefix prefixName longIRI)

prefixDeclaration := 'Prefix' '(' prefixName '=' fullIRI ')'

prefixDeclaration := 'Prefix' '(' prefixName '=' fullIRI ')'
sourceraw docstring

prefixesclj

(prefixes prefixes)

{ prefixDeclaration }

{ prefixDeclaration }
sourceraw docstring

versionIRIclj

(versionIRI iri)

versionIRI := IRI

versionIRI := IRI
sourceraw docstring

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

× close