Skip to content

Commit

Permalink
FND-380a #comment - preliminary revisions to replace elements in FIBO…
Browse files Browse the repository at this point in the history
… from the Parties ontology with those in the equivalent Commons 1.1 library ontology

Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Jan 16, 2024
1 parent 68e2b80 commit c49e486
Show file tree
Hide file tree
Showing 41 changed files with 527 additions and 565 deletions.
16 changes: 10 additions & 6 deletions BE/FunctionalEntities/Publishers.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-doc "https://www.omg.org/spec/Commons/Documents/">
<!ENTITY cmns-pts "https://www.omg.org/spec/Commons/PartiesAndSituations/">
<!ENTITY cmns-rlcmp "https://www.omg.org/spec/Commons/RolesAndCompositions/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-be-fct-pub "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/">
<!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
Expand All @@ -16,10 +16,10 @@
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-doc="https://www.omg.org/spec/Commons/Documents/"
xmlns:cmns-pts="https://www.omg.org/spec/Commons/PartiesAndSituations/"
xmlns:cmns-rlcmp="https://www.omg.org/spec/Commons/RolesAndCompositions/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-be-fct-pub="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Expand All @@ -31,10 +31,10 @@
<rdfs:label>Publishers Ontology</rdfs:label>
<dct:abstract>The concept of a publisher is central to the notion of a data provider in financial markets. This ontology defines the fundamental concepts for publishers of information, including entities whose primary function is to publish, and those (whether or not they are publishers in that sense) that play the role of the publisher of some information.</dct:abstract>
<dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Documents/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/PartiesAndSituations/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/RolesAndCompositions/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20240101/FunctionalEntities/Publishers/"/>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20140501/FunctionalEntities/Publishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
Expand Down Expand Up @@ -66,11 +66,11 @@
</owl:Class>

<owl:Class rdf:about="&fibo-be-fct-pub;Publisher">
<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
<rdfs:subClassOf rdf:resource="&cmns-pts;PartyRole"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-rlcmp;isPlayedBy"/>
<owl:onClass rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
<owl:onClass rdf:resource="&cmns-pts;Party"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
Expand All @@ -81,6 +81,8 @@
</owl:Class>

<owl:ObjectProperty rdf:about="&fibo-be-fct-pub;hasPublisher">
<rdfs:subPropertyOf rdf:resource="&cmns-pts;hasPartyRole"/>
<rdfs:subPropertyOf rdf:resource="&cmns-rlcmp;manifests"/>
<rdfs:label>has publisher</rdfs:label>
<rdfs:domain rdf:resource="&fibo-be-fct-pub;Publication"/>
<rdfs:range rdf:resource="&fibo-be-fct-pub;Publisher"/>
Expand All @@ -89,13 +91,15 @@
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="&fibo-be-fct-pub;isPublishedBy">
<rdfs:subPropertyOf rdf:resource="&cmns-pts;hasParty"/>
<rdfs:label>is published by</rdfs:label>
<rdfs:domain rdf:resource="&fibo-be-fct-pub;Publication"/>
<rdfs:range rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
<rdfs:range rdf:resource="&cmns-pts;Party"/>
<skos:definition>identifies the independent party (i.e., the individual or organization) that disseminates the material</skos:definition>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="&fibo-be-fct-pub;publishes">
<rdfs:subPropertyOf rdf:resource="&cmns-rlcmp;isManifestedIn"/>
<rdfs:label>publishes</rdfs:label>
<rdfs:domain rdf:resource="&fibo-be-fct-pub;Publisher"/>
<rdfs:range rdf:resource="&fibo-be-fct-pub;Publication"/>
Expand Down
12 changes: 8 additions & 4 deletions BE/LegalEntities/FormalBusinessOrganizations.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
<!ENTITY cmns-pts "https://www.omg.org/spec/Commons/PartiesAndSituations/">
<!ENTITY cmns-qtu "https://www.omg.org/spec/Commons/QuantitiesAndUnits/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
Expand All @@ -27,6 +28,7 @@
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
xmlns:cmns-pts="https://www.omg.org/spec/Commons/PartiesAndSituations/"
xmlns:cmns-qtu="https://www.omg.org/spec/Commons/QuantitiesAndUnits/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
Expand Down Expand Up @@ -67,8 +69,9 @@
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/PartiesAndSituations/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/QuantitiesAndUnits/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20231201/LegalEntities/FormalBusinessOrganizations/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20240101/LegalEntities/FormalBusinessOrganizations/"/>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified per the FIBO 2.0 RFC to address minor bug fixes.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy.</skos:changeNote>
Expand All @@ -85,9 +88,10 @@
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/FormalBusinessOrganizations.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380).</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380).</skos:changeNote>
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
<cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2013-2024 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2013-2024 Object Management Group, Inc.</cmns-av:copyright>
</owl:Ontology>

<owl:Class rdf:about="&fibo-be-le-fbo;Branch">
Expand Down Expand Up @@ -191,7 +195,7 @@
<owl:ObjectProperty rdf:about="&fibo-be-le-fbo;hasRegisteredAddress">
<rdfs:subPropertyOf rdf:resource="&fibo-fnd-plc-adr;hasAddress"/>
<rdfs:label>has registered address</rdfs:label>
<rdfs:domain rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
<rdfs:domain rdf:resource="&cmns-pts;Party"/>
<rdfs:range rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
<skos:definition>identifies an address that is officially recorded with some government authority and at which legal papers may be served</skos:definition>
</owl:ObjectProperty>
Expand Down
8 changes: 4 additions & 4 deletions BE/LegalEntities/LegalPersons.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
<!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
<!ENTITY cmns-pts "https://www.omg.org/spec/Commons/PartiesAndSituations/">
<!ENTITY cmns-rlcmp "https://www.omg.org/spec/Commons/RolesAndCompositions/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
Expand All @@ -13,7 +14,6 @@
<!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
<!ENTITY fibo-fnd-law-lcap "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/">
<!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
<!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
Expand All @@ -26,6 +26,7 @@
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
xmlns:cmns-pts="https://www.omg.org/spec/Commons/PartiesAndSituations/"
xmlns:cmns-rlcmp="https://www.omg.org/spec/Commons/RolesAndCompositions/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
Expand All @@ -36,7 +37,6 @@
xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
xmlns:fibo-fnd-law-lcap="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"
xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
Expand All @@ -56,12 +56,12 @@
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualDesignators/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/PartiesAndSituations/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/RolesAndCompositions/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20240101/LegalEntities/LegalPersons/"/>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/LegalPersons.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
Expand Down Expand Up @@ -165,7 +165,7 @@
</owl:Class>

<owl:Class rdf:about="&fibo-be-le-lp;LegalPerson">
<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
<rdfs:subClassOf rdf:resource="&cmns-pts;Party"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-be-le-lp;isRecognizedIn"/>
Expand Down
Loading

0 comments on commit c49e486

Please sign in to comment.