Liking cljdoc? Tell your friends :D

ontology.facts

Functions that represent OWL assertions

Functions that represent OWL assertions
raw docstring

!=individualsclj

(!=individuals individuals)
(!=individuals annotations individuals)

DifferentIndividuals := 'DifferentIndividuals' '(' axiomAnnotations Individual Individual { Individual } ')'

DifferentIndividuals := 'DifferentIndividuals' '(' axiomAnnotations Individual Individual { Individual } ')'
sourceraw docstring

=individualsclj

(=individuals individuals)
(=individuals annotations individuals)

SameIndividual := 'SameIndividual' '(' axiomAnnotations Individual Individual { Individual } ')'

SameIndividual := 'SameIndividual' '(' axiomAnnotations Individual Individual { Individual } ')'
sourceraw docstring

classFactclj

(classFact class individual)
(classFact annotations class individual)

ClassAssertion := 'ClassAssertion' '(' axiomAnnotations ClassExpression Individual ')'

ClassAssertion := 'ClassAssertion' '(' axiomAnnotations ClassExpression Individual ')'
sourceraw docstring

dataRoleFactclj

(dataRoleFact dataRole fromIndividual toLiteral)
(dataRoleFact annotations dataRole fromIndividual toLiteral)

DataPropertyAssertion := 'DataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'

DataPropertyAssertion := 'DataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'
sourceraw docstring

notDataRoleFactclj

(notDataRoleFact dataRole fromIndividual toLiteral)
(notDataRoleFact annotations dataRole fromIndividual toLiteral)

NegativeDataPropertyAssertion := 'NegativeDataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'

NegativeDataPropertyAssertion := 'NegativeDataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'
sourceraw docstring

notRoleFactclj

(notRoleFact role fromIndividual toIndividual)
(notRoleFact annotations role fromIndividual toIndividual)

NegativeObjectPropertyAssertion := 'NegativeObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'

NegativeObjectPropertyAssertion := 'NegativeObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'
sourceraw docstring

roleFactclj

(roleFact role fromIndividual toIndividual)
(roleFact annotations role fromIndividual toIndividual)

ObjectPropertyAssertion := 'ObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'

ObjectPropertyAssertion := 'ObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'
sourceraw docstring

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

× close