Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content layer
id5440934
Content column
id5440936
Content block
id5440935

A class with annotation and annotation property.
Code Block
languagetext
Ontology(<http://nomagic.com/ontology/example-case/case-25>
      Declaration(Class(:Book))
      Declaration(Class(:Item))
      Declaration(Class(:Multimedia))
      Declaration(    AnnotationProperty(<http://spec.edmcouncil.org/fibo/FND/Utilities/AnnotationVocabulary/explanatoryNote>))
      AnnotationAssertion(rdfs:label :Book "Book"@en)
      SubClassOf(:Book :Item)
      AnnotationAssertion(rdfs:label :Item "Item"@en) AnnotationAssertion(<http://spec.edmcouncil.org/fibo/FND/Utilities/AnnotationVocabulary/explanatoryNote> :Item "This represents any item physical or electronic that can be lent out by a library."@en)
      AnnotationAssertion(rdfs:label :Multimedia "Multimedia"@en)
      SubClassOf(:Multimedia :Item)
)

Status
colourGreen
titleAvailable from 19.0 SP1


The following OWL and figure show an annotation containing a copyright notice being imported into MCM as the annotation of the corresponding concept model.

Code Block
languagetext
<owl:Ontology 
	rdf:about="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/">
	<sm:copyright>Copyright (c) 2013-2018 Object Management Group, Inc.</sm:copyright>
	<rdfs:label>Accounting Equity Ontology</rdfs:label>           
	….
</owl:Ontology>

The annotation of the corresponding concept model is imported into
CCM
MCM.
Content block
id5440933

Related page