Functions that represent OWL assertions
Functions that represent OWL assertions
(!=individuals individuals)
(!=individuals annotations individuals)
DifferentIndividuals := 'DifferentIndividuals' '(' axiomAnnotations Individual Individual { Individual } ')'
DifferentIndividuals := 'DifferentIndividuals' '(' axiomAnnotations Individual Individual { Individual } ')'
(=individuals individuals)
(=individuals annotations individuals)
SameIndividual := 'SameIndividual' '(' axiomAnnotations Individual Individual { Individual } ')'
SameIndividual := 'SameIndividual' '(' axiomAnnotations Individual Individual { Individual } ')'
(classFact class individual)
(classFact annotations class individual)
ClassAssertion := 'ClassAssertion' '(' axiomAnnotations ClassExpression Individual ')'
ClassAssertion := 'ClassAssertion' '(' axiomAnnotations ClassExpression Individual ')'
(dataRoleFact dataRole fromIndividual toLiteral)
(dataRoleFact annotations dataRole fromIndividual toLiteral)
DataPropertyAssertion := 'DataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'
DataPropertyAssertion := 'DataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'
(notDataRoleFact dataRole fromIndividual toLiteral)
(notDataRoleFact annotations dataRole fromIndividual toLiteral)
NegativeDataPropertyAssertion := 'NegativeDataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'
NegativeDataPropertyAssertion := 'NegativeDataPropertyAssertion' '(' axiomAnnotations DataPropertyExpression sourceIndividual targetValue ')'
(notRoleFact role fromIndividual toIndividual)
(notRoleFact annotations role fromIndividual toIndividual)
NegativeObjectPropertyAssertion := 'NegativeObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'
NegativeObjectPropertyAssertion := 'NegativeObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'
(roleFact role fromIndividual toIndividual)
(roleFact annotations role fromIndividual toIndividual)
ObjectPropertyAssertion := 'ObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'
ObjectPropertyAssertion := 'ObjectPropertyAssertion' '(' axiomAnnotations ObjectPropertyExpression sourceIndividual targetIndividual ')'
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close