Skip to content

Commit

Permalink
FND-369 #comment - addressed text formatting hygiene issues and remov…
Browse files Browse the repository at this point in the history
…ed an extraneous import from the annotation vocabulary

Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Jul 31, 2022
1 parent 662888a commit 662f8da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions FND/Utilities/AnnotationVocabulary.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@

<owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<rdfs:label>Annotation Vocabulary</rdfs:label>
<dct:abstract>This vocabulary provides a set of metadata annotations for use in describing FIBO ontology elements. The annotations extend properties defined in the OMG&apos;s Specification Metadata Recommendation, in the Dublin Core Metadata Terms Vocabulary and in the W3C Simple Knowledge Organization System (SKOS) Vocabulary, and have been customized to suit the FIBO specification development process.
<dct:abstract>This vocabulary provides a set of metadata annotations for use in describing FIBO ontology elements. The annotations extend properties defined in the OMG&apos;s Specification Metadata Recommendation, in the Dublin Core Metadata Terms Vocabulary and in the W3C Simple Knowledge Organization System (SKOS) Vocabulary, and have been customized to suit the FIBO specification development process.

Note that any of the original properties provided in Dublin Core and SKOS can be used in addition to the terms provided herein. However, any Dublin Core terms that are not explicitly defined as OWL annotation properties in this ontology or in any of its imports must be so declared in the ontologies that use them.</dct:abstract>
Note that any of the original properties provided in Dublin Core and SKOS can be used in addition to the terms provided herein. However, any Dublin Core terms that are not explicitly defined as OWL annotation properties in this ontology or in any of its imports must be so declared in the ontologies that use them.</dct:abstract>
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
<sm:contentLanguage rdf:datatype="&xsd;anyURI">http://www.w3.org/standards/techs/owl#w3c_all</sm:contentLanguage>
<sm:copyright>Copyright (c) 2013-2020 EDM Council, Inc.</sm:copyright>
<sm:copyright>Copyright (c) 2013-2020 Object Management Group, Inc.</sm:copyright>
<sm:contentLanguage rdf:datatype="&xsd;anyURI">https://www.w3.org/TR/owl2-quick-reference/</sm:contentLanguage>
<sm:copyright>Copyright (c) 2013-2022 EDM Council, Inc.</sm:copyright>
<sm:copyright>Copyright (c) 2013-2022 Object Management Group, Inc.</sm:copyright>
<sm:fileAbbreviation>fibo-fnd-utl-av</sm:fileAbbreviation>
<sm:filename>AnnotationVocabulary.rdf</sm:filename>
<owl:imports rdf:resource="http://www.omg.org/techprocess/ab/SpecificationMetadata/"/>
<owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Utilities/AnnotationVocabulary/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Utilities/AnnotationVocabulary/"/>
<skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Utilities/AnnotationVocabulary.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/.</skos:changeNote>
<skos:changeNote>The http://www.omg.org/spec/FIBO/Foundations/20130601/Utilities/AnnotationVocabulary.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows:
(1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing
(2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs
(3) to change the file suffix from .owl to .rdf to increase usability in RDF tools
(4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure
(5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations</skos:changeNote>
(1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing
(2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs
(3) to change the file suffix from .owl to .rdf to increase usability in RDF tools
(4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure
(5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to add the symbol annotation.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to eliminate deprecated properties.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to add common and preferred designations as needed for postal addresses and other purposes, to correct named individuals to be properly declared, and to revise definitions to be ISO 704 compliant.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to eliminate skos:Concept as a superclass of MaturityLevel (replaced with LifecycleStage in the Lifecycles ontology), revise explanatory notes for maturity levels based on community feedback, and correct the subproperty inheritance for adaptedFrom and logicalDefinition.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to address hygiene issues with respect to text formatting and eliminate the explicit SKOS import which is not needed.</skos:changeNote>
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
</owl:Ontology>

Expand Down

0 comments on commit 662f8da

Please sign in to comment.