Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content layer
id1567794502
Content column
id1567794513
Content block
id1567794503

Image RemovedImage Added

Code Block
Ontology(<http://www.semanticweb.org/wmilnor/ontologies/2018/3/ClassNotationAnalysisRow340>
Import(<http://nomagic.com/ConceptModeler/ConceptModelingSupportLibrary/>)

Declaration(Class(:A))
Declaration(Class(:B))
Declaration(ObjectProperty(:p1))
############################
#   Object Properties
############################

# Object Property: :p1 (:p1)

ObjectPropertyRange(:p1 owl:Thing)


############################
#   Classes
############################

# Class: :A (:A)

SubClassOf(:A ObjectAllValuesFrom(:p1 :B))
SubClassOf(:A ObjectMaxCardinality(2 :p1))


)