wikipunk commited on
Commit
38b6321
1 Parent(s): 51e3983

add FIBO Q3 2023 release to src

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. fibo.nt.gz +3 -0
  2. fibo2023Q3.py +64 -0
  3. src/AboutFIBODev.rdf +364 -0
  4. src/AboutFIBOProd-IncludingReferenceData.rdf +386 -0
  5. src/AboutFIBOProd-TBoxOnly.rdf +256 -0
  6. src/AboutFIBOProd.rdf +299 -0
  7. src/BE/AllBE-Europe.rdf +224 -0
  8. src/BE/AllBE-ExampleIndividuals.rdf +68 -0
  9. src/BE/AllBE-NorthAmerica.rdf +188 -0
  10. src/BE/AllBE-NorthAmericanExamples.rdf +70 -0
  11. src/BE/AllBE-ReferenceIndividuals.rdf +73 -0
  12. src/BE/AllBE.rdf +116 -0
  13. src/BE/Corporations/Corporations.rdf +228 -0
  14. src/BE/Corporations/MetadataBECorporations.rdf +50 -0
  15. src/BE/FunctionalEntities/FunctionalEntities.rdf +253 -0
  16. src/BE/FunctionalEntities/MetadataBEFunctionalEntities.rdf +51 -0
  17. src/BE/FunctionalEntities/Publishers.rdf +104 -0
  18. src/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf +176 -0
  19. src/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf +254 -0
  20. src/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf +332 -0
  21. src/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf +283 -0
  22. src/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf +504 -0
  23. src/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf +162 -0
  24. src/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf +336 -0
  25. src/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf +353 -0
  26. src/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf +487 -0
  27. src/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf +285 -0
  28. src/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf +297 -0
  29. src/BE/GovernmentEntities/GovernmentEntities.rdf +580 -0
  30. src/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf +234 -0
  31. src/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf +360 -0
  32. src/BE/GovernmentEntities/MetadataBEGovernmentEntities.rdf +67 -0
  33. src/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf +499 -0
  34. src/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf +429 -0
  35. src/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf +128 -0
  36. src/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf +0 -0
  37. src/BE/LegalEntities/CorporateBodies.rdf +190 -0
  38. src/BE/LegalEntities/FormalBusinessOrganizations.rdf +231 -0
  39. src/BE/LegalEntities/LEIEntities.rdf +508 -0
  40. src/BE/LegalEntities/LegalPersons.rdf +316 -0
  41. src/BE/LegalEntities/MetadataBELegalEntities.rdf +55 -0
  42. src/BE/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf +274 -0
  43. src/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives.rdf +202 -0
  44. src/BE/MetadataBE.rdf +119 -0
  45. src/BE/OwnershipAndControl/ControlParties.rdf +309 -0
  46. src/BE/OwnershipAndControl/CorporateControl.rdf +282 -0
  47. src/BE/OwnershipAndControl/CorporateOwnership.rdf +163 -0
  48. src/BE/OwnershipAndControl/Executives.rdf +701 -0
  49. src/BE/OwnershipAndControl/MetadataBEOwnershipAndControl.rdf +54 -0
  50. src/BE/OwnershipAndControl/OwnershipParties.rdf +338 -0
fibo.nt.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e24f6856a06690cc0186b8b97e3f002f524e08883ea2f075e468bbe63994b5f7
3
+ size 1708499
fibo2023Q3.py ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import datasets
3
+ from datasets import SplitGenerator, DatasetInfo, GeneratorBasedBuilder
4
+ from rdflib import Graph, URIRef, Literal, BNode
5
+ from rdflib.namespace import RDF, RDFS, OWL, XSD, DCTERMS, SKOS, DCAM, Namespace
6
+ from datasets.features import Features, Value
7
+
8
+ class FIBODatasetBuilder(GeneratorBasedBuilder):
9
+ VERSION = "1.0.0"
10
+
11
+ def _info(self):
12
+ return DatasetInfo(
13
+ description="The Financial Industry Business Ontology (FIBO) defines the sets of things that are of interest in financial business applications and the ways that those things can relate to one another. In this way, FIBO can give meaning to any data (e.g., spreadsheets, relational databases, XML documents) that describe the business of finance.",
14
+ homepage="https://spec.edmcouncil.org/fibo/",
15
+ license="MIT",
16
+ citation=r"""@misc{fiboQ32023,
17
+ title={Financial Industry Business Ontology (FIBO)},
18
+ author={Object Management Group, Inc. and EDM Council, Inc. and Various Contributors},
19
+ year={2023},
20
+ note={Available as OWL 2 ontologies and UML models compliant with the Semantics for Information Modeling and Federation (SMIF) draft specification. Contributions are open on GitHub, consult the repository for a list of contributors.},
21
+ howpublished={\url{https://spec.edmcouncil.org/fibo/}},
22
+ abstract={The Financial Industry Business Ontology (FIBO) is a collaborative effort to standardize the language used to define the terms, conditions, and characteristics of financial instruments; the legal and relationship structure of business entities; the content and time dimensions of market data; and the legal obligations and process aspects of corporate actions.},
23
+ license={MIT License, \url{https://opensource.org/licenses/MIT}}
24
+ }""",
25
+ features=Features({
26
+ 'subject': Value('string'),
27
+ 'predicate': Value('string'),
28
+ 'object': Value('string')
29
+ })
30
+ )
31
+
32
+ def _split_generators(self, dl_manager):
33
+ # Download and extract the dataset
34
+ extracted = dl_manager.download_and_extract("fibo.nt.gz")
35
+
36
+ return [SplitGenerator(name=datasets.Split.TRAIN,
37
+ gen_kwargs={'filepath': extracted})]
38
+
39
+ def _generate_examples(self, filepath):
40
+ id_ = 0
41
+ graph = Graph(bind_namespaces="core")
42
+ graph.parse(filepath)
43
+ # Yield individual triples from the graph as N3
44
+ for (s, p, o) in graph.triples((None, None, None)):
45
+ yield id_, {
46
+ 'subject': s.n3(),
47
+ 'predicate': p.n3(),
48
+ 'object': o.n3()
49
+ }
50
+ id_ += 1
51
+
52
+ from rdflib.util import from_n3
53
+
54
+ def triple(features):
55
+ try:
56
+ subject_node = from_n3(features['subject'])
57
+ predicate_node = from_n3(features['predicate'])
58
+ object_node = from_n3(features['object'])
59
+ return (subject_node, predicate_node, object_node)
60
+ except Exception as e:
61
+ print(f"Error transforming features {features}: {e}")
62
+ return (None, None, None)
63
+
64
+ from datasets import load_dataset
src/AboutFIBODev.rdf ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
6
+ <!ENTITY fibo-dev "https://spec.edmcouncil.org/fibo/ontology/AboutFIBODev/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/AboutFIBODev/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
17
+ xmlns:fibo-dev="https://spec.edmcouncil.org/fibo/ontology/AboutFIBODev/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/AboutFIBODev/">
25
+ <rdfs:label>About FIBO Development</rdfs:label>
26
+ <dct:abstract>This ontology is provided for the convenience of FIBO users. It loads the very latest version of every FIBO ontology (released, provisional, and informative) based on the contents of GitHub, for use in particular while working on revisions. Note that metadata files and other 'load' files, such as the various domain-specific 'all' files, are intentionally excluded.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-03-31T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-06-27T18:00:00</dct:modified>
30
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
31
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
32
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
33
+
34
+ <!--
35
+ ///////////////////////////////////////////////////////////////////////////////////////
36
+ //
37
+ // Business Entities (BE) Domain
38
+ //
39
+ ///////////////////////////////////////////////////////////////////////////////////////
40
+ -->
41
+
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
43
+
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
46
+
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
65
+
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
69
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
70
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
71
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/"/>
72
+
73
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
74
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
75
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
76
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
77
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
78
+
79
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/"/>
80
+
81
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"/>
82
+
83
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/"/>
84
+
85
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/"/>
86
+
87
+ <!--
88
+ ///////////////////////////////////////////////////////////////////////////////////////
89
+ //
90
+ // Business Process (BP) Domain
91
+ //
92
+ ///////////////////////////////////////////////////////////////////////////////////////
93
+ -->
94
+
95
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/Process/FinancialContextAndProcess/"/>
96
+
97
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/AgencyMBSIssuance/"/>
98
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/DebtIssuance/"/>
99
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/EquitiesIPOIssuance/"/>
100
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/IssuanceDocuments/"/>
101
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/IssuanceProcess/"/>
102
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/MBSIssuance/"/>
103
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/MuniIssuance/"/>
104
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/PrivateLabelMBSIssuance/"/>
105
+
106
+ <!--
107
+ ///////////////////////////////////////////////////////////////////////////////////////
108
+ //
109
+ // Corporate Actions and Events (CAE) Domain
110
+ //
111
+ ///////////////////////////////////////////////////////////////////////////////////////
112
+ -->
113
+
114
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/CorporateActions/"/>
115
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/GLEIF-CorporateActionIndividuals/"/>
116
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/ISO15022-CorporateActionIndividuals/"/>
117
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/SecurityRelatedCorporateActions/"/>
118
+
119
+ <!--
120
+ ///////////////////////////////////////////////////////////////////////////////////////
121
+ //
122
+ // Derivatives (DER) Domain
123
+ //
124
+ ///////////////////////////////////////////////////////////////////////////////////////
125
+ -->
126
+
127
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/SecurityBasedDerivatives/"/>
128
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/EquitySwaps/"/>
129
+
130
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/CreditDerivatives/CreditDefaultSwaps/"/>
131
+
132
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CommoditiesContracts/"/>
133
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CurrencyContracts/"/>
134
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/DerivativesBasics/"/>
135
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/DerivativesMasterAgreements/"/>
136
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/ExoticOptions/"/>
137
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/FuturesAndForwards/"/>
138
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Options/"/>
139
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/RightsAndWarrants/"/>
140
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/StructuredInstruments/"/>
141
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Swaps/"/>
142
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/SwapsIndividuals/"/>
143
+
144
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/IRSwapExampleIndividuals/"/>
145
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/IRSwaps/"/>
146
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/RateDerivatives/"/>
147
+
148
+ <!--
149
+ ///////////////////////////////////////////////////////////////////////////////////////
150
+ //
151
+ // Financial Business and Commerce (FBC) Domain
152
+ //
153
+ ///////////////////////////////////////////////////////////////////////////////////////
154
+ -->
155
+
156
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/CreditEvents/"/>
157
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/CreditRatings/"/>
158
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"/>
159
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Guaranty/"/>
160
+
161
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"/>
162
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/InstrumentPricing/"/>
163
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/Settlement/"/>
164
+
165
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCenters/"/>
166
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/"/>
167
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"/>
168
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities/"/>
169
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies/"/>
170
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals/"/>
171
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"/>
172
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/InternationalRegistriesAndAuthorities/"/>
173
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"/>
174
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/"/>
175
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities/"/>
176
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies/"/>
177
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities/"/>
178
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"/>
179
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/"/>
180
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies/"/>
181
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USExampleIndividuals/"/>
182
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USNationalInformationCenterControlledVocabularies/"/>
183
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
184
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/"/>
185
+
186
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/"/>
187
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
188
+
189
+ <!--
190
+ ///////////////////////////////////////////////////////////////////////////////////////
191
+ //
192
+ // Foundations (FND) Domain
193
+ //
194
+ ///////////////////////////////////////////////////////////////////////////////////////
195
+ -->
196
+
197
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
198
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
199
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/ISO4217-CurrencyCodes/"/>
200
+
201
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"/>
202
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
203
+
204
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
205
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
206
+
207
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/"/>
208
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Assessments/"/>
209
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"/>
210
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
211
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
212
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/"/>
213
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Ratings/"/>
214
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Reporting/"/>
215
+
216
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"/>
217
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"/>
218
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"/>
219
+
220
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
221
+
222
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
223
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
224
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
225
+
226
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
227
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
228
+
229
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
230
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
231
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/OwnershipAndControl/"/>
232
+
233
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
234
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
235
+
236
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
237
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"/>
238
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
239
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"/>
240
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddresses/"/>
241
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddressesIndividuals/"/>
242
+
243
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/"/>
244
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
245
+
246
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"/>
247
+
248
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
249
+
250
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/MarketTransactions/"/>
251
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/REATransactions/"/>
252
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/SecuritiesTransactions/"/>
253
+
254
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/"/>
255
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
256
+
257
+ <!--
258
+ ///////////////////////////////////////////////////////////////////////////////////////
259
+ //
260
+ // Indicators and Indices (IND) Domain
261
+ //
262
+ ///////////////////////////////////////////////////////////////////////////////////////
263
+ -->
264
+
265
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/"/>
266
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators/"/>
267
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators/"/>
268
+
269
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange/"/>
270
+
271
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/"/>
272
+
273
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates/"/>
274
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/CommonInterestRates/"/>
275
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/MarketDataProviders/"/>
276
+
277
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MarketIndices/BasketIndices/"/>
278
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MarketIndices/EquityIndexExampleIndividuals/"/>
279
+
280
+ <!--
281
+ ///////////////////////////////////////////////////////////////////////////////////////
282
+ //
283
+ // Loan (LOAN) Domain
284
+ //
285
+ ///////////////////////////////////////////////////////////////////////////////////////
286
+ -->
287
+
288
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/LoanApplications/"/>
289
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/LoanEvents/"/>
290
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/Loans/"/>
291
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/LoansRegulatory/"/>
292
+
293
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/RealEstateLoans/ConstructionLoans/"/>
294
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/RealEstateLoans/HomeMortgageDisclosureActCoveredMortgages/"/>
295
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/RealEstateLoans/MortgageLoans/"/>
296
+
297
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CardAccounts/"/>
298
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CommercialLoans/"/>
299
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/ConsumerLoans/"/>
300
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/LoanProducts/"/>
301
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/MarineFinance/"/>
302
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/StudentLoans/"/>
303
+
304
+ <!--
305
+ ///////////////////////////////////////////////////////////////////////////////////////
306
+ //
307
+ // Market Data (MD) Domain
308
+ //
309
+ ///////////////////////////////////////////////////////////////////////////////////////
310
+ -->
311
+
312
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/CIVTemporal/FundsTemporal/"/>
313
+
314
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/DebtTemporal/DebtAnalytics/"/>
315
+
316
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/DerivativesTemporal/ETOptionsTemporal/"/>
317
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/DerivativesTemporal/FuturesTemporal/"/>
318
+
319
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/TemporalCore/SecurityCreditStatuses/"/>
320
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/TemporalCore/SecurityTradingStatuses/"/>
321
+
322
+ <!--
323
+ ///////////////////////////////////////////////////////////////////////////////////////
324
+ //
325
+ // Securities (SEC) Domain
326
+ //
327
+ ///////////////////////////////////////////////////////////////////////////////////////
328
+ -->
329
+
330
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/AssetBackedSecurities/"/>
331
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/CollateralizedDebtObligations/"/>
332
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/LoanParticipationNotes/"/>
333
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/MortgageBackedSecurities/"/>
334
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/PoolBackedSecurities/"/>
335
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/SyntheticCDOs/"/>
336
+
337
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/Bonds/"/>
338
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/DebtInstruments/"/>
339
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/ExerciseConventions/"/>
340
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/TradedShortTermDebt/"/>
341
+
342
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/DepositaryReceipts/"/>
343
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityCFIClassificationIndividuals/"/>
344
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityInstruments/"/>
345
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquitiesExampleIndividuals/"/>
346
+
347
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Funds/CollectiveInvestmentVehicles/"/>
348
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Funds/Funds/"/>
349
+
350
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Baskets/"/>
351
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/ParametricSchedules/"/>
352
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Pools/"/>
353
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesClassification/"/>
354
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/"/>
355
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentificationIndividuals/"/>
356
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"/>
357
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/>
358
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesRestrictions/"/>
359
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecurityAssets/"/>
360
+
361
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/20230401/AboutFIBODev/"/>
362
+ </owl:Ontology>
363
+
364
+ </rdf:RDF>
src/AboutFIBOProd-IncludingReferenceData.rdf ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
6
+ <!ENTITY fibo-prod-ref "https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-IncludingReferenceData/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-IncludingReferenceData/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
17
+ xmlns:fibo-prod-ref="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-IncludingReferenceData/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-IncludingReferenceData/">
25
+ <rdfs:label>About FIBO Production - including Reference Data</rdfs:label>
26
+ <dct:abstract>This ontology is provided for the convenience of FIBO users. It loads the latest FIBO production ontologies, including reference data but excluding examples, based on the contents of GitHub, rather than those that comprise a specific version, such as a quarterly release. By reference data we mean ISO currency codes and USPS individuals in FND, juridictions and governments in BE, regulatory agencies and related financial services entities as well as business centers and MIC codes in FBC, FpML interest rates in IND, CFI codes in SEC (incomplete but planned for extension in subsequent releases), and so forth. Note that metadata files and other 'load' files, such as the various domain-specific 'all' files, are intentionally excluded.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-03-31T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-09-22T18:00:00</dct:modified>
30
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
31
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
32
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
33
+
34
+ <!--
35
+ ///////////////////////////////////////////////////////////////////////////////////////
36
+ //
37
+ // Business Entities (BE) Domain
38
+ //
39
+ ///////////////////////////////////////////////////////////////////////////////////////
40
+ -->
41
+
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
43
+
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
46
+
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
65
+
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
69
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
70
+
71
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
72
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
73
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
74
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
75
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
76
+
77
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/"/>
78
+
79
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"/>
80
+
81
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/"/>
82
+
83
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/"/>
84
+
85
+ <!--
86
+ ///////////////////////////////////////////////////////////////////////////////////////
87
+ //
88
+ // ISO 3166 North American and European Subdivision Codes referenced in BE Jurisdictions
89
+ //
90
+ ///////////////////////////////////////////////////////////////////////////////////////
91
+ -->
92
+
93
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"/>
94
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AD/"/>
95
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AL/"/>
96
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AT/"/>
97
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BA/"/>
98
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BE/"/>
99
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BG/"/>
100
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BY/"/>
101
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CH/"/>
102
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CZ/"/>
103
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
104
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DK/"/>
105
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-EE/"/>
106
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ES/"/>
107
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FI/"/>
108
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FR/"/>
109
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/"/>
110
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GG/"/>
111
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GR/"/>
112
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HR/"/>
113
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HU/"/>
114
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IE/"/>
115
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IS/"/>
116
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IT/"/>
117
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LI/"/>
118
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LT/"/>
119
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LU/"/>
120
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LV/"/>
121
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MC/"/>
122
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MD/"/>
123
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ME/"/>
124
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MK/"/>
125
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MT/"/>
126
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NL/"/>
127
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NO/"/>
128
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PL/"/>
129
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PT/"/>
130
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RO/"/>
131
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RS/"/>
132
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RU/"/>
133
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SE/"/>
134
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SI/"/>
135
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SJ/"/>
136
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SK/"/>
137
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SM/"/>
138
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UA/"/>
139
+
140
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AG/"/>
141
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AS/"/>
142
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BB/"/>
143
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BQ/"/>
144
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BS/"/>
145
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BZ/"/>
146
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/"/>
147
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CR/"/>
148
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CU/"/>
149
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DM/"/>
150
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DO/"/>
151
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GD/"/>
152
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GL/"/>
153
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GP/"/>
154
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GT/"/>
155
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HN/"/>
156
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HT/"/>
157
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KN/"/>
158
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KY/"/>
159
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LC/"/>
160
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MF/"/>
161
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MP/"/>
162
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/"/>
163
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NI/"/>
164
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PA/"/>
165
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PM/"/>
166
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SV/"/>
167
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TC/"/>
168
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TT/"/>
169
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UM/"/>
170
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/"/>
171
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VC/"/>
172
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VG/"/>
173
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VI/"/>
174
+
175
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/"/>
176
+
177
+ <!--
178
+ ///////////////////////////////////////////////////////////////////////////////////////
179
+ //
180
+ // Corporate Actions and Events (CAE) Domain
181
+ //
182
+ ///////////////////////////////////////////////////////////////////////////////////////
183
+ -->
184
+
185
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/CorporateActions/"/>
186
+
187
+ <!--
188
+ ///////////////////////////////////////////////////////////////////////////////////////
189
+ //
190
+ // Derivatives (DER) Domain
191
+ //
192
+ ///////////////////////////////////////////////////////////////////////////////////////
193
+ -->
194
+
195
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/CreditDerivatives/CreditDefaultSwaps/"/>
196
+
197
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CommoditiesContracts/"/>
198
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CurrencyContracts/"/>
199
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/DerivativesBasics/"/>
200
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/ExoticOptions/"/>
201
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/FuturesAndForwards/"/>
202
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Options/"/>
203
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/RightsAndWarrants/"/>
204
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/StructuredInstruments/"/>
205
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Swaps/"/>
206
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/SwapsIndividuals/"/>
207
+
208
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/IRSwaps/"/>
209
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/RateDerivatives/"/>
210
+
211
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/SecurityBasedDerivatives/"/>
212
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/EquitySwaps/"/>
213
+
214
+ <!--
215
+ ///////////////////////////////////////////////////////////////////////////////////////
216
+ //
217
+ // Financial Business and Commerce (FBC) Domain
218
+ //
219
+ ///////////////////////////////////////////////////////////////////////////////////////
220
+ -->
221
+
222
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/CreditEvents/"/>
223
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"/>
224
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Guaranty/"/>
225
+
226
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"/>
227
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/InstrumentPricing/"/>
228
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/Settlement/"/>
229
+
230
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCenters/"/>
231
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/"/>
232
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"/>
233
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities/"/>
234
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies/"/>
235
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals/"/>
236
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"/>
237
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/InternationalRegistriesAndAuthorities/"/>
238
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"/>
239
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/"/>
240
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities/"/>
241
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies/"/>
242
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities/"/>
243
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"/>
244
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/"/>
245
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies/"/>
246
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
247
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/"/>
248
+
249
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/"/>
250
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
251
+
252
+ <!--
253
+ ///////////////////////////////////////////////////////////////////////////////////////
254
+ //
255
+ // Foundations (FND) Domain
256
+ //
257
+ ///////////////////////////////////////////////////////////////////////////////////////
258
+ -->
259
+
260
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
261
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
262
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/ISO4217-CurrencyCodes/"/>
263
+
264
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"/>
265
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
266
+
267
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
268
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
269
+
270
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/"/>
271
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Assessments/"/>
272
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"/>
273
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
274
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
275
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/"/>
276
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Ratings/"/>
277
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Reporting/"/>
278
+
279
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"/>
280
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"/>
281
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"/>
282
+
283
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
284
+
285
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
286
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
287
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
288
+
289
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
290
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
291
+
292
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
293
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
294
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/OwnershipAndControl/"/>
295
+
296
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
297
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
298
+
299
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
300
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"/>
301
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
302
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"/>
303
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddresses/"/>
304
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddressesIndividuals/"/>
305
+
306
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/"/>
307
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
308
+
309
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"/>
310
+
311
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
312
+
313
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/"/>
314
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
315
+
316
+ <!--
317
+ ///////////////////////////////////////////////////////////////////////////////////////
318
+ //
319
+ // Indicators and Indices (IND) Domain
320
+ //
321
+ ///////////////////////////////////////////////////////////////////////////////////////
322
+ -->
323
+
324
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/"/>
325
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators/"/>
326
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators/"/>
327
+
328
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange/"/>
329
+
330
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/"/>
331
+
332
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates/"/>
333
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/CommonInterestRates/"/>
334
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/MarketDataProviders/"/>
335
+
336
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MarketIndices/BasketIndices/"/>
337
+
338
+ <!--
339
+ ///////////////////////////////////////////////////////////////////////////////////////
340
+ //
341
+ // Loan (LOAN) Domain
342
+ //
343
+ ///////////////////////////////////////////////////////////////////////////////////////
344
+ -->
345
+
346
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/Loans/"/>
347
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CardAccounts/"/>
348
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/ConsumerLoans/"/>
349
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/StudentLoans/"/>
350
+
351
+ <!--
352
+ ///////////////////////////////////////////////////////////////////////////////////////
353
+ //
354
+ // Securities (SEC) Domain
355
+ //
356
+ ///////////////////////////////////////////////////////////////////////////////////////
357
+ -->
358
+
359
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/AssetBackedSecurities/"/>
360
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/Bonds/"/>
361
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/DebtInstruments/"/>
362
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/ExerciseConventions/"/>
363
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/PoolBackedSecurities/"/>
364
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/TradedShortTermDebt/"/>
365
+
366
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/DepositaryReceipts/"/>
367
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityCFIClassificationIndividuals/"/>
368
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityInstruments/"/>
369
+
370
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Funds/Funds/"/>
371
+
372
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Baskets/"/>
373
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/ParametricSchedules/"/>
374
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Pools/"/>
375
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesClassification/"/>
376
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/"/>
377
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentificationIndividuals/"/>
378
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"/>
379
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/>
380
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesRestrictions/"/>
381
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecurityAssets/"/>
382
+
383
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/20230901/AboutFIBOProd-IncludingReferenceData/"/>
384
+ </owl:Ontology>
385
+
386
+ </rdf:RDF>
src/AboutFIBOProd-TBoxOnly.rdf ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
6
+ <!ENTITY fibo-prod-tbox "https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-TBoxOnly/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-TBoxOnly/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
17
+ xmlns:fibo-prod-tbox="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-TBoxOnly/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd-TBoxOnly/">
25
+ <rdfs:label>About FIBO Production - T-Box Only</rdfs:label>
26
+ <dct:abstract>This ontology is provided for the convenience of FIBO users. It loads the latest FIBO production ontologies, excluding reference data and examples, based on the contents of GitHub, rather than those that comprise a specific version, such as a quarterly release. Note that metadata files and other 'load' files, such as the various domain-specific 'all' files, are intentionally excluded.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-03-31T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-09-22T18:00:00</dct:modified>
30
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
31
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
32
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
33
+ <fibo-fnd-utl-av:usageNote>As of the Q3 2022 release of FIBO, there is one ontology, Bonds, in Securities, that brings in some reference individuals. The intent is to address this in a future release.</fibo-fnd-utl-av:usageNote>
34
+
35
+ <!--
36
+ ///////////////////////////////////////////////////////////////////////////////////////
37
+ //
38
+ // Business Entities (BE) Domain
39
+ //
40
+ ///////////////////////////////////////////////////////////////////////////////////////
41
+ -->
42
+
43
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
44
+
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
47
+
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
49
+
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
54
+
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
60
+
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/"/>
62
+
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"/>
64
+
65
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/"/>
66
+
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/"/>
68
+
69
+ <!--
70
+ ///////////////////////////////////////////////////////////////////////////////////////
71
+ //
72
+ // Corporate Actions and Events (CAE) Domain
73
+ //
74
+ ///////////////////////////////////////////////////////////////////////////////////////
75
+ -->
76
+
77
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/CorporateActions/"/>
78
+
79
+ <!--
80
+ ///////////////////////////////////////////////////////////////////////////////////////
81
+ //
82
+ // Derivatives (DER) Domain
83
+ //
84
+ ///////////////////////////////////////////////////////////////////////////////////////
85
+ -->
86
+
87
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/CreditDerivatives/CreditDefaultSwaps/"/>
88
+
89
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CommoditiesContracts/"/>
90
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CurrencyContracts/"/>
91
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/DerivativesBasics/"/>
92
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/ExoticOptions/"/>
93
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/FuturesAndForwards/"/>
94
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Options/"/>
95
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/RightsAndWarrants/"/>
96
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/StructuredInstruments/"/>
97
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Swaps/"/>
98
+
99
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/IRSwaps/"/>
100
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/RateDerivatives/"/>
101
+
102
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/SecurityBasedDerivatives/"/>
103
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/EquitySwaps/"/>
104
+
105
+ <!--
106
+ ///////////////////////////////////////////////////////////////////////////////////////
107
+ //
108
+ // Financial Business and Commerce (FBC) Domain
109
+ //
110
+ ///////////////////////////////////////////////////////////////////////////////////////
111
+ -->
112
+
113
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/CreditEvents/"/>
114
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"/>
115
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Guaranty/"/>
116
+
117
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"/>
118
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/InstrumentPricing/"/>
119
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/Settlement/"/>
120
+
121
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCenters/"/>
122
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"/>
123
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities/"/>
124
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"/>
125
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"/>
126
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities/"/>
127
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
128
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/"/>
129
+
130
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/"/>
131
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
132
+
133
+ <!--
134
+ ///////////////////////////////////////////////////////////////////////////////////////
135
+ //
136
+ // Foundations (FND) Domain
137
+ //
138
+ ///////////////////////////////////////////////////////////////////////////////////////
139
+ -->
140
+
141
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
142
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
143
+
144
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"/>
145
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
146
+
147
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
148
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
149
+
150
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/"/>
151
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Assessments/"/>
152
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"/>
153
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
154
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
155
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/"/>
156
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Ratings/"/>
157
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Reporting/"/>
158
+
159
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"/>
160
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"/>
161
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"/>
162
+
163
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
164
+
165
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
166
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
167
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
168
+
169
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
170
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
171
+
172
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
173
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
174
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/OwnershipAndControl/"/>
175
+
176
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
177
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
178
+
179
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
180
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"/>
181
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
182
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"/>
183
+
184
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/"/>
185
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
186
+
187
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"/>
188
+
189
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
190
+
191
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/"/>
192
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
193
+
194
+ <!--
195
+ ///////////////////////////////////////////////////////////////////////////////////////
196
+ //
197
+ // Indicators and Indices (IND) Domain
198
+ //
199
+ ///////////////////////////////////////////////////////////////////////////////////////
200
+ -->
201
+
202
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/"/>
203
+
204
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange/"/>
205
+
206
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/"/>
207
+
208
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates/"/>
209
+
210
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MarketIndices/BasketIndices/"/>
211
+
212
+ <!--
213
+ ///////////////////////////////////////////////////////////////////////////////////////
214
+ //
215
+ // Loan (LOAN) Domain
216
+ //
217
+ ///////////////////////////////////////////////////////////////////////////////////////
218
+ -->
219
+
220
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/Loans/"/>
221
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CardAccounts/"/>
222
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/ConsumerLoans/"/>
223
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/StudentLoans/"/>
224
+
225
+ <!--
226
+ ///////////////////////////////////////////////////////////////////////////////////////
227
+ //
228
+ // Securities (SEC) Domain
229
+ //
230
+ ///////////////////////////////////////////////////////////////////////////////////////
231
+ -->
232
+
233
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/AssetBackedSecurities/"/>
234
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/Bonds/"/>
235
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/DebtInstruments/"/>
236
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/ExerciseConventions/"/>
237
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/PoolBackedSecurities/"/>
238
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/TradedShortTermDebt/"/>
239
+
240
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityInstruments/"/>
241
+
242
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Funds/Funds/"/>
243
+
244
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Baskets/"/>
245
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/ParametricSchedules/"/>
246
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Pools/"/>
247
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesClassification/"/>
248
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/"/>
249
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"/>
250
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/>
251
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecurityAssets/"/>
252
+
253
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/20230901/AboutFIBOProd-TBoxOnly/"/>
254
+ </owl:Ontology>
255
+
256
+ </rdf:RDF>
src/AboutFIBOProd.rdf ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
6
+ <!ENTITY fibo-prod "https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
17
+ xmlns:fibo-prod="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/AboutFIBOProd/">
25
+ <rdfs:label>About FIBO Production</rdfs:label>
26
+ <dct:abstract>This ontology is provided for the convenience of FIBO users. It loads all of the very latest FIBO production ontologies based on the contents of GitHub, rather than those that comprise a specific version, such as a quarterly release. Note that metadata files and other 'load' files, such as the various domain-specific 'all' files, are intentionally excluded.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-03-31T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-09-22T18:00:00</dct:modified>
30
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
31
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
32
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
33
+
34
+ <!--
35
+ ///////////////////////////////////////////////////////////////////////////////////////
36
+ //
37
+ // Business Entities (BE) Domain
38
+ //
39
+ ///////////////////////////////////////////////////////////////////////////////////////
40
+ -->
41
+
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
43
+
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
46
+
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
65
+
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
69
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
70
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
71
+
72
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
73
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
74
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
75
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
76
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
77
+
78
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/"/>
79
+
80
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"/>
81
+
82
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/"/>
83
+
84
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/"/>
85
+
86
+ <!--
87
+ ///////////////////////////////////////////////////////////////////////////////////////
88
+ //
89
+ // Corporate Actions and Events (CAE) Domain
90
+ //
91
+ ///////////////////////////////////////////////////////////////////////////////////////
92
+ -->
93
+
94
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/CorporateEvents/CorporateActions/"/>
95
+
96
+ <!--
97
+ ///////////////////////////////////////////////////////////////////////////////////////
98
+ //
99
+ // Derivatives (DER) Domain
100
+ //
101
+ ///////////////////////////////////////////////////////////////////////////////////////
102
+ -->
103
+
104
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/CreditDerivatives/CreditDefaultSwaps/"/>
105
+
106
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CommoditiesContracts/"/>
107
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/CurrencyContracts/"/>
108
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/DerivativesBasics/"/>
109
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/ExoticOptions/"/>
110
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/FuturesAndForwards/"/>
111
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Options/"/>
112
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/RightsAndWarrants/"/>
113
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/StructuredInstruments/"/>
114
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Swaps/"/>
115
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/SwapsIndividuals/"/>
116
+
117
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/IRSwapExampleIndividuals/"/>
118
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/IRSwaps/"/>
119
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/RateDerivatives/RateDerivatives/"/>
120
+
121
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/SecurityBasedDerivatives/"/>
122
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/SecurityBasedDerivatives/EquitySwaps/"/>
123
+
124
+ <!--
125
+ ///////////////////////////////////////////////////////////////////////////////////////
126
+ //
127
+ // Financial Business and Commerce (FBC) Domain
128
+ //
129
+ ///////////////////////////////////////////////////////////////////////////////////////
130
+ -->
131
+
132
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/CreditEvents/"/>
133
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"/>
134
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Guaranty/"/>
135
+
136
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"/>
137
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/InstrumentPricing/"/>
138
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/Settlement/"/>
139
+
140
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCenters/"/>
141
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/"/>
142
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"/>
143
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities/"/>
144
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies/"/>
145
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals/"/>
146
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"/>
147
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/InternationalRegistriesAndAuthorities/"/>
148
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"/>
149
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/"/>
150
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities/"/>
151
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies/"/>
152
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities/"/>
153
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"/>
154
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/"/>
155
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies/"/>
156
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USExampleIndividuals/"/>
157
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
158
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/"/>
159
+
160
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/"/>
161
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
162
+
163
+ <!--
164
+ ///////////////////////////////////////////////////////////////////////////////////////
165
+ //
166
+ // Foundations (FND) Domain
167
+ //
168
+ ///////////////////////////////////////////////////////////////////////////////////////
169
+ -->
170
+
171
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
172
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
173
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/ISO4217-CurrencyCodes/"/>
174
+
175
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"/>
176
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
177
+
178
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
179
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
180
+
181
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/"/>
182
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Assessments/"/>
183
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"/>
184
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
185
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
186
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/"/>
187
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Ratings/"/>
188
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Reporting/"/>
189
+
190
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"/>
191
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"/>
192
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"/>
193
+
194
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
195
+
196
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
197
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
198
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
199
+
200
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
201
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
202
+
203
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
204
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
205
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/OwnershipAndControl/"/>
206
+
207
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
208
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
209
+
210
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
211
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"/>
212
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
213
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"/>
214
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddresses/"/>
215
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddressesIndividuals/"/>
216
+
217
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/"/>
218
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
219
+
220
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"/>
221
+
222
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
223
+
224
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/"/>
225
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
226
+
227
+ <!--
228
+ ///////////////////////////////////////////////////////////////////////////////////////
229
+ //
230
+ // Indicators and Indices (IND) Domain
231
+ //
232
+ ///////////////////////////////////////////////////////////////////////////////////////
233
+ -->
234
+
235
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/"/>
236
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators/"/>
237
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators/"/>
238
+
239
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange/"/>
240
+
241
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/"/>
242
+
243
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates/"/>
244
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/CommonInterestRates/"/>
245
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/MarketDataProviders/"/>
246
+
247
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MarketIndices/BasketIndices/"/>
248
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MarketIndices/EquityIndexExampleIndividuals/"/>
249
+
250
+ <!--
251
+ ///////////////////////////////////////////////////////////////////////////////////////
252
+ //
253
+ // Loan (LOAN) Domain
254
+ //
255
+ ///////////////////////////////////////////////////////////////////////////////////////
256
+ -->
257
+
258
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansGeneral/Loans/"/>
259
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CardAccounts/"/>
260
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/ConsumerLoans/"/>
261
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/StudentLoans/"/>
262
+
263
+ <!--
264
+ ///////////////////////////////////////////////////////////////////////////////////////
265
+ //
266
+ // Securities (SEC) Domain
267
+ //
268
+ ///////////////////////////////////////////////////////////////////////////////////////
269
+ -->
270
+
271
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/AssetBackedSecurities/"/>
272
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/Bonds/"/>
273
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/DebtInstruments/"/>
274
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/ExerciseConventions/"/>
275
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/PoolBackedSecurities/"/>
276
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/TradedShortTermDebt/"/>
277
+
278
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/DepositaryReceipts/"/>
279
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityCFIClassificationIndividuals/"/>
280
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityInstruments/"/>
281
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquitiesExampleIndividuals/"/>
282
+
283
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Funds/Funds/"/>
284
+
285
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Baskets/"/>
286
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/ParametricSchedules/"/>
287
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/Pools/"/>
288
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesClassification/"/>
289
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/"/>
290
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentificationIndividuals/"/>
291
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"/>
292
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/>
293
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesRestrictions/"/>
294
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecurityAssets/"/>
295
+
296
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/20230901/AboutFIBOProd/"/>
297
+ </owl:Ontology>
298
+
299
+ </rdf:RDF>
src/BE/AllBE-Europe.rdf ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-eeuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-euj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-be-ge-neuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/">
8
+ <!ENTITY fibo-be-ge-seuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/">
9
+ <!ENTITY fibo-be-ge-ukj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/">
10
+ <!ENTITY fibo-be-ge-weuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/">
11
+ <!ENTITY fibo-beeu-all "https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-Europe/">
12
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
13
+ <!ENTITY lcc-3166-2 "https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/">
14
+ <!ENTITY lcc-3166-2-ad "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AD/">
15
+ <!ENTITY lcc-3166-2-al "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AL/">
16
+ <!ENTITY lcc-3166-2-at "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AT/">
17
+ <!ENTITY lcc-3166-2-ba "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BA/">
18
+ <!ENTITY lcc-3166-2-be "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BE/">
19
+ <!ENTITY lcc-3166-2-bg "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BG/">
20
+ <!ENTITY lcc-3166-2-by "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BY/">
21
+ <!ENTITY lcc-3166-2-ch "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CH/">
22
+ <!ENTITY lcc-3166-2-cz "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CZ/">
23
+ <!ENTITY lcc-3166-2-de "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/">
24
+ <!ENTITY lcc-3166-2-dk "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DK/">
25
+ <!ENTITY lcc-3166-2-ee "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-EE/">
26
+ <!ENTITY lcc-3166-2-es "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ES/">
27
+ <!ENTITY lcc-3166-2-fi "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FI/">
28
+ <!ENTITY lcc-3166-2-fr "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FR/">
29
+ <!ENTITY lcc-3166-2-gb "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/">
30
+ <!ENTITY lcc-3166-2-gg "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GG/">
31
+ <!ENTITY lcc-3166-2-gr "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GR/">
32
+ <!ENTITY lcc-3166-2-hr "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HR/">
33
+ <!ENTITY lcc-3166-2-hu "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HU/">
34
+ <!ENTITY lcc-3166-2-ie "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IE/">
35
+ <!ENTITY lcc-3166-2-is "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IS/">
36
+ <!ENTITY lcc-3166-2-it "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IT/">
37
+ <!ENTITY lcc-3166-2-li "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LI/">
38
+ <!ENTITY lcc-3166-2-lt "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LT/">
39
+ <!ENTITY lcc-3166-2-lu "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LU/">
40
+ <!ENTITY lcc-3166-2-lv "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LV/">
41
+ <!ENTITY lcc-3166-2-mc "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MC/">
42
+ <!ENTITY lcc-3166-2-md "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MD/">
43
+ <!ENTITY lcc-3166-2-me "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ME/">
44
+ <!ENTITY lcc-3166-2-mk "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MK/">
45
+ <!ENTITY lcc-3166-2-mt "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MT/">
46
+ <!ENTITY lcc-3166-2-nl "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NL/">
47
+ <!ENTITY lcc-3166-2-no "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NO/">
48
+ <!ENTITY lcc-3166-2-pl "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PL/">
49
+ <!ENTITY lcc-3166-2-pt "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PT/">
50
+ <!ENTITY lcc-3166-2-ro "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RO/">
51
+ <!ENTITY lcc-3166-2-rs "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RS/">
52
+ <!ENTITY lcc-3166-2-ru "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RU/">
53
+ <!ENTITY lcc-3166-2-se "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SE/">
54
+ <!ENTITY lcc-3166-2-si "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SI/">
55
+ <!ENTITY lcc-3166-2-sj "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SJ/">
56
+ <!ENTITY lcc-3166-2-sk "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SK/">
57
+ <!ENTITY lcc-3166-2-sm "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SM/">
58
+ <!ENTITY lcc-3166-2-ua "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UA/">
59
+ <!ENTITY lcc-m49 "https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/">
60
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
61
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
62
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
63
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
64
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
65
+ ]>
66
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-Europe/"
67
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
68
+ xmlns:dct="http://purl.org/dc/terms/"
69
+ xmlns:fibo-be-ge-eeuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"
70
+ xmlns:fibo-be-ge-euj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"
71
+ xmlns:fibo-be-ge-neuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"
72
+ xmlns:fibo-be-ge-seuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"
73
+ xmlns:fibo-be-ge-ukj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"
74
+ xmlns:fibo-be-ge-weuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"
75
+ xmlns:fibo-beeu-all="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-Europe/"
76
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
77
+ xmlns:lcc-3166-2="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"
78
+ xmlns:lcc-3166-2-ad="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AD/"
79
+ xmlns:lcc-3166-2-al="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AL/"
80
+ xmlns:lcc-3166-2-at="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AT/"
81
+ xmlns:lcc-3166-2-ba="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BA/"
82
+ xmlns:lcc-3166-2-be="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BE/"
83
+ xmlns:lcc-3166-2-bg="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BG/"
84
+ xmlns:lcc-3166-2-by="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BY/"
85
+ xmlns:lcc-3166-2-ch="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CH/"
86
+ xmlns:lcc-3166-2-cz="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CZ/"
87
+ xmlns:lcc-3166-2-de="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"
88
+ xmlns:lcc-3166-2-dk="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DK/"
89
+ xmlns:lcc-3166-2-ee="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-EE/"
90
+ xmlns:lcc-3166-2-es="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ES/"
91
+ xmlns:lcc-3166-2-fi="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FI/"
92
+ xmlns:lcc-3166-2-fr="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FR/"
93
+ xmlns:lcc-3166-2-gb="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/"
94
+ xmlns:lcc-3166-2-gg="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GG/"
95
+ xmlns:lcc-3166-2-gr="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GR/"
96
+ xmlns:lcc-3166-2-hr="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HR/"
97
+ xmlns:lcc-3166-2-hu="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HU/"
98
+ xmlns:lcc-3166-2-ie="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IE/"
99
+ xmlns:lcc-3166-2-is="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IS/"
100
+ xmlns:lcc-3166-2-it="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IT/"
101
+ xmlns:lcc-3166-2-li="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LI/"
102
+ xmlns:lcc-3166-2-lt="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LT/"
103
+ xmlns:lcc-3166-2-lu="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LU/"
104
+ xmlns:lcc-3166-2-lv="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LV/"
105
+ xmlns:lcc-3166-2-mc="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MC/"
106
+ xmlns:lcc-3166-2-md="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MD/"
107
+ xmlns:lcc-3166-2-me="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ME/"
108
+ xmlns:lcc-3166-2-mk="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MK/"
109
+ xmlns:lcc-3166-2-mt="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MT/"
110
+ xmlns:lcc-3166-2-nl="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NL/"
111
+ xmlns:lcc-3166-2-no="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NO/"
112
+ xmlns:lcc-3166-2-pl="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PL/"
113
+ xmlns:lcc-3166-2-pt="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PT/"
114
+ xmlns:lcc-3166-2-ro="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RO/"
115
+ xmlns:lcc-3166-2-rs="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RS/"
116
+ xmlns:lcc-3166-2-ru="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RU/"
117
+ xmlns:lcc-3166-2-se="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SE/"
118
+ xmlns:lcc-3166-2-si="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SI/"
119
+ xmlns:lcc-3166-2-sj="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SJ/"
120
+ xmlns:lcc-3166-2-sk="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SK/"
121
+ xmlns:lcc-3166-2-sm="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SM/"
122
+ xmlns:lcc-3166-2-ua="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UA/"
123
+ xmlns:lcc-m49="https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/"
124
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
125
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
126
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
127
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
128
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
129
+
130
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-Europe/">
131
+ <rdfs:label>Business Entities Domain, European Extension</rdfs:label>
132
+ <dct:abstract>This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
133
+
134
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
135
+ - Legal entities generally
136
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
137
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
138
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
139
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
140
+ <dct:contributor>Bloomberg LP</dct:contributor>
141
+ <dct:contributor>Citigroup</dct:contributor>
142
+ <dct:contributor>Credit Suisse</dct:contributor>
143
+ <dct:contributor>Deutsche Bank</dct:contributor>
144
+ <dct:contributor>Exprentis</dct:contributor>
145
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
146
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
147
+ <dct:contributor>John F. Gemski</dct:contributor>
148
+ <dct:contributor>Nordea Bank AB</dct:contributor>
149
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
150
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
151
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
152
+ <dct:contributor>Statistics Canada</dct:contributor>
153
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
154
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
155
+ <dct:contributor>Wells Fargo</dct:contributor>
156
+ <dct:contributor>Working Ontologist</dct:contributor>
157
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
158
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
159
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
160
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
161
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
162
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, European Extension</dct:title>
163
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
164
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
165
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
166
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE/"/>
167
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"/>
168
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"/>
169
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"/>
170
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"/>
171
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"/>
172
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"/>
173
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"/>
174
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AD/"/>
175
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AL/"/>
176
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AT/"/>
177
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BA/"/>
178
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BE/"/>
179
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BG/"/>
180
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BY/"/>
181
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CH/"/>
182
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CZ/"/>
183
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
184
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DK/"/>
185
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-EE/"/>
186
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ES/"/>
187
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FI/"/>
188
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-FR/"/>
189
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/"/>
190
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GG/"/>
191
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GR/"/>
192
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HR/"/>
193
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HU/"/>
194
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IE/"/>
195
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IS/"/>
196
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-IT/"/>
197
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LI/"/>
198
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LT/"/>
199
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LU/"/>
200
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LV/"/>
201
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MC/"/>
202
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MD/"/>
203
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-ME/"/>
204
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MK/"/>
205
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MT/"/>
206
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NL/"/>
207
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NO/"/>
208
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PL/"/>
209
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PT/"/>
210
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RO/"/>
211
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RS/"/>
212
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-RU/"/>
213
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SE/"/>
214
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SI/"/>
215
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SJ/"/>
216
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SK/"/>
217
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SM/"/>
218
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UA/"/>
219
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/"/>
220
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/AllBE-Europe/"/>
221
+ <cmns-av:explanatoryNote>The &apos;all&apos; ontology for BE (European Extension) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all individuals for European governments and jurisdictions, and the related LCC region-specific ontologies. Note that the 45 ISO 3166-2 subdivision ontologies included are those defined as being part of Europe in the U.N. M49 Codes.</cmns-av:explanatoryNote>
222
+ </owl:Ontology>
223
+
224
+ </rdf:RDF>
src/BE/AllBE-ExampleIndividuals.rdf ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-beexin-all "https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ExampleIndividuals/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ExampleIndividuals/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-beexin-all="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ExampleIndividuals/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ExampleIndividuals/">
25
+ <rdfs:label>Business Entities Domain, Reference Individuals with Examples</rdfs:label>
26
+ <dct:abstract>The FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
27
+
28
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
29
+ - Legal entities generally
30
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
31
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
32
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.
33
+
34
+ This ontology is provided for the convenience of FIBO users, and enables loading of all of BE, including reference individuals as well as example business entities that are used in FIBO use cases and training.</dct:abstract>
35
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
36
+ <dct:contributor>Bloomberg LP</dct:contributor>
37
+ <dct:contributor>Citigroup</dct:contributor>
38
+ <dct:contributor>Credit Suisse</dct:contributor>
39
+ <dct:contributor>Deutsche Bank</dct:contributor>
40
+ <dct:contributor>Exprentis</dct:contributor>
41
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
42
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
43
+ <dct:contributor>John F. Gemski</dct:contributor>
44
+ <dct:contributor>Nordea Bank AB</dct:contributor>
45
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
46
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
47
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
48
+ <dct:contributor>Statistics Canada</dct:contributor>
49
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
50
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
51
+ <dct:contributor>Wells Fargo</dct:contributor>
52
+ <dct:contributor>Working Ontologist</dct:contributor>
53
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
54
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
55
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
56
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
57
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
58
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, Reference Individuals with Examples</dct:title>
59
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
60
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
61
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ReferenceIndividuals/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
64
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/AllBE-ExampleIndividuals/"/>
65
+ <cmns-av:explanatoryNote>The &apos;all&apos; ontology for BE (Reference Individuals with Examples) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports all of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND, all of the BE reference individuals as well as a number of examples in FIBO production to date.</cmns-av:explanatoryNote>
66
+ </owl:Ontology>
67
+
68
+ </rdf:RDF>
src/BE/AllBE-NorthAmerica.rdf ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-caj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-cbj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-be-ge-mxj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/">
8
+ <!ENTITY fibo-be-ge-usj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/">
9
+ <!ENTITY fibo-bena-all "https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmerica/">
10
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
11
+ <!ENTITY lcc-3166-2 "https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/">
12
+ <!ENTITY lcc-3166-2-ag "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AG/">
13
+ <!ENTITY lcc-3166-2-as "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AS/">
14
+ <!ENTITY lcc-3166-2-bb "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BB/">
15
+ <!ENTITY lcc-3166-2-bq "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BQ/">
16
+ <!ENTITY lcc-3166-2-bs "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BS/">
17
+ <!ENTITY lcc-3166-2-bz "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BZ/">
18
+ <!ENTITY lcc-3166-2-ca "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/">
19
+ <!ENTITY lcc-3166-2-cr "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CR/">
20
+ <!ENTITY lcc-3166-2-cu "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CU/">
21
+ <!ENTITY lcc-3166-2-dm "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DM/">
22
+ <!ENTITY lcc-3166-2-do "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DO/">
23
+ <!ENTITY lcc-3166-2-gd "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GD/">
24
+ <!ENTITY lcc-3166-2-gl "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GL/">
25
+ <!ENTITY lcc-3166-2-gp "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GP/">
26
+ <!ENTITY lcc-3166-2-gt "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GT/">
27
+ <!ENTITY lcc-3166-2-hn "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HN/">
28
+ <!ENTITY lcc-3166-2-ht "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HT/">
29
+ <!ENTITY lcc-3166-2-jm "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-JM/">
30
+ <!ENTITY lcc-3166-2-kn "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KN/">
31
+ <!ENTITY lcc-3166-2-ky "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KY/">
32
+ <!ENTITY lcc-3166-2-lc "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LC/">
33
+ <!ENTITY lcc-3166-2-mf "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MF/">
34
+ <!ENTITY lcc-3166-2-mp "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MP/">
35
+ <!ENTITY lcc-3166-2-mx "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/">
36
+ <!ENTITY lcc-3166-2-ni "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NI/">
37
+ <!ENTITY lcc-3166-2-pa "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PA/">
38
+ <!ENTITY lcc-3166-2-pm "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PM/">
39
+ <!ENTITY lcc-3166-2-sv "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SV/">
40
+ <!ENTITY lcc-3166-2-tc "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TC/">
41
+ <!ENTITY lcc-3166-2-tt "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TT/">
42
+ <!ENTITY lcc-3166-2-um "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UM/">
43
+ <!ENTITY lcc-3166-2-us "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/">
44
+ <!ENTITY lcc-3166-2-vc "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VC/">
45
+ <!ENTITY lcc-3166-2-vg "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VG/">
46
+ <!ENTITY lcc-3166-2-vi "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VI/">
47
+ <!ENTITY lcc-m49 "https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/">
48
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
49
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
50
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
51
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
52
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
53
+ ]>
54
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmerica/"
55
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
56
+ xmlns:dct="http://purl.org/dc/terms/"
57
+ xmlns:fibo-be-ge-caj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"
58
+ xmlns:fibo-be-ge-cbj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"
59
+ xmlns:fibo-be-ge-mxj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"
60
+ xmlns:fibo-be-ge-usj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"
61
+ xmlns:fibo-bena-all="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmerica/"
62
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
63
+ xmlns:lcc-3166-2="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"
64
+ xmlns:lcc-3166-2-ag="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AG/"
65
+ xmlns:lcc-3166-2-as="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AS/"
66
+ xmlns:lcc-3166-2-bb="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BB/"
67
+ xmlns:lcc-3166-2-bq="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BQ/"
68
+ xmlns:lcc-3166-2-bs="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BS/"
69
+ xmlns:lcc-3166-2-bz="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BZ/"
70
+ xmlns:lcc-3166-2-ca="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/"
71
+ xmlns:lcc-3166-2-cr="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CR/"
72
+ xmlns:lcc-3166-2-cu="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CU/"
73
+ xmlns:lcc-3166-2-dm="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DM/"
74
+ xmlns:lcc-3166-2-do="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DO/"
75
+ xmlns:lcc-3166-2-gd="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GD/"
76
+ xmlns:lcc-3166-2-gl="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GL/"
77
+ xmlns:lcc-3166-2-gp="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GP/"
78
+ xmlns:lcc-3166-2-gt="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GT/"
79
+ xmlns:lcc-3166-2-hn="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HN/"
80
+ xmlns:lcc-3166-2-ht="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HT/"
81
+ xmlns:lcc-3166-2-jm="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-JM/"
82
+ xmlns:lcc-3166-2-kn="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KN/"
83
+ xmlns:lcc-3166-2-ky="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KY/"
84
+ xmlns:lcc-3166-2-lc="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LC/"
85
+ xmlns:lcc-3166-2-mf="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MF/"
86
+ xmlns:lcc-3166-2-mp="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MP/"
87
+ xmlns:lcc-3166-2-mx="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/"
88
+ xmlns:lcc-3166-2-ni="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NI/"
89
+ xmlns:lcc-3166-2-pa="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PA/"
90
+ xmlns:lcc-3166-2-pm="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PM/"
91
+ xmlns:lcc-3166-2-sv="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SV/"
92
+ xmlns:lcc-3166-2-tc="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TC/"
93
+ xmlns:lcc-3166-2-tt="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TT/"
94
+ xmlns:lcc-3166-2-um="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UM/"
95
+ xmlns:lcc-3166-2-us="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/"
96
+ xmlns:lcc-3166-2-vc="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VC/"
97
+ xmlns:lcc-3166-2-vg="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VG/"
98
+ xmlns:lcc-3166-2-vi="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VI/"
99
+ xmlns:lcc-m49="https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/"
100
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
101
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
102
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
103
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
104
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
105
+
106
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmerica/">
107
+ <rdfs:label>Business Entities Domain, North American Extension</rdfs:label>
108
+ <dct:abstract>This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
109
+
110
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
111
+ - Legal entities generally
112
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
113
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
114
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
115
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
116
+ <dct:contributor>Bloomberg LP</dct:contributor>
117
+ <dct:contributor>Citigroup</dct:contributor>
118
+ <dct:contributor>Credit Suisse</dct:contributor>
119
+ <dct:contributor>Deutsche Bank</dct:contributor>
120
+ <dct:contributor>Exprentis</dct:contributor>
121
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
122
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
123
+ <dct:contributor>John F. Gemski</dct:contributor>
124
+ <dct:contributor>Nordea Bank AB</dct:contributor>
125
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
126
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
127
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
128
+ <dct:contributor>Statistics Canada</dct:contributor>
129
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
130
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
131
+ <dct:contributor>Wells Fargo</dct:contributor>
132
+ <dct:contributor>Working Ontologist</dct:contributor>
133
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
134
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
135
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
136
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
137
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
138
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, North American Extension</dct:title>
139
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
140
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE/"/>
141
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
142
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"/>
143
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
144
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
145
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AllFND-NorthAmerica/"/>
146
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"/>
147
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AG/"/>
148
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-AS/"/>
149
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BB/"/>
150
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BQ/"/>
151
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BS/"/>
152
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-BZ/"/>
153
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/"/>
154
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CR/"/>
155
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CU/"/>
156
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DM/"/>
157
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DO/"/>
158
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GD/"/>
159
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GL/"/>
160
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GP/"/>
161
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GT/"/>
162
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HN/"/>
163
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-HT/"/>
164
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KN/"/>
165
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-KY/"/>
166
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-LC/"/>
167
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MF/"/>
168
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MP/"/>
169
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/"/>
170
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-NI/"/>
171
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PA/"/>
172
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-PM/"/>
173
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-SV/"/>
174
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TC/"/>
175
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-TT/"/>
176
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-UM/"/>
177
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/"/>
178
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VC/"/>
179
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VG/"/>
180
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-VI/"/>
181
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/"/>
182
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/AllBE-NorthAmerica/"/>
183
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
184
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
185
+ <cmns-av:explanatoryNote>The &apos;all&apos; ontology for BE (North American Extension) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND but excluding individuals for European governments and jurisdictions, and the related LCC region-specific ontologies. Note that the U.N. M49 Codes do not distinguish North and South America, and thus this ontology defines North America as the landmass north of the Panama-Colombia border (Northern America and Central America from an M49 code perspective), and the islands of the Caribbean (also identified as the Caribbean in the M49 subregion codes). North American government entities and jurisdictions are provided for a subset of these countries and regions in FIBO 2.0, with the anticipation that additional entities will be added over time.</cmns-av:explanatoryNote>
186
+ </owl:Ontology>
187
+
188
+ </rdf:RDF>
src/BE/AllBE-NorthAmericanExamples.rdf ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-le-usee "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/">
6
+ <!ENTITY fibo-bena-ex "https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmericanExamples/">
7
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
8
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
9
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
10
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
11
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
12
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
13
+ ]>
14
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmericanExamples/"
15
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
16
+ xmlns:dct="http://purl.org/dc/terms/"
17
+ xmlns:fibo-be-le-usee="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"
18
+ xmlns:fibo-bena-ex="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmericanExamples/"
19
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
20
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
21
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
22
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
23
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
24
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
25
+
26
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmericanExamples/">
27
+ <rdfs:label>Business Entities Domain, North American Extension with Examples</rdfs:label>
28
+ <dct:abstract>This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
29
+
30
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
31
+ - Legal entities generally
32
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
33
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
34
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
35
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
36
+ <dct:contributor>Bloomberg LP</dct:contributor>
37
+ <dct:contributor>Citigroup</dct:contributor>
38
+ <dct:contributor>Credit Suisse</dct:contributor>
39
+ <dct:contributor>Deutsche Bank</dct:contributor>
40
+ <dct:contributor>Exprentis</dct:contributor>
41
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
42
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
43
+ <dct:contributor>John F. Gemski</dct:contributor>
44
+ <dct:contributor>Nordea Bank AB</dct:contributor>
45
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
46
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
47
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
48
+ <dct:contributor>Statistics Canada</dct:contributor>
49
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
50
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
51
+ <dct:contributor>Wells Fargo</dct:contributor>
52
+ <dct:contributor>Working Ontologist</dct:contributor>
53
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
54
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
55
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
56
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
57
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
58
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, North American Extension with Examples</dct:title>
59
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmerica/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
62
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/AllBE-NorthAmericanExamples/"/>
63
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
64
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
65
+ <cmns-av:explanatoryNote>The &apos;all&apos; ontology for BE (North American Extension with Examples) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND but excluding individuals for European governments and jurisdictions, and the related LCC region-specific ontologies. Note that the U.N. M49 Codes do not distinguish North and South America, and thus this ontology defines North America as the landmass north of the Panama-Colombia border (Northern America and Central America from an M49 code perspective), and the islands of the Caribbean (also identified as the Caribbean in the M49 subregion codes). North American government entities and jurisdictions are provided only for a fraction of these countries and regions in FIBO 2.0, with the anticipation that additional entities will be added over time.
66
+
67
+ The examples included by this version of BE define a number of companies that are used in various FIBO use cases and educational materials. These nominals are not intended to be complete and are provided for educational purposes only.</cmns-av:explanatoryNote>
68
+ </owl:Ontology>
69
+
70
+ </rdf:RDF>
src/BE/AllBE-ReferenceIndividuals.rdf ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-beref-all "https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ReferenceIndividuals/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ReferenceIndividuals/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-beref-all="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ReferenceIndividuals/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-ReferenceIndividuals/">
25
+ <rdfs:label>Business Entities Domain, Reference Individuals</rdfs:label>
26
+ <dct:abstract>This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
27
+
28
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
29
+ - Legal entities generally
30
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
31
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
32
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
33
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
34
+ <dct:contributor>Bloomberg LP</dct:contributor>
35
+ <dct:contributor>Citigroup</dct:contributor>
36
+ <dct:contributor>Credit Suisse</dct:contributor>
37
+ <dct:contributor>Deutsche Bank</dct:contributor>
38
+ <dct:contributor>Exprentis</dct:contributor>
39
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
40
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
41
+ <dct:contributor>John F. Gemski</dct:contributor>
42
+ <dct:contributor>Nordea Bank AB</dct:contributor>
43
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
44
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
45
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
46
+ <dct:contributor>Statistics Canada</dct:contributor>
47
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
48
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
49
+ <dct:contributor>Wells Fargo</dct:contributor>
50
+ <dct:contributor>Working Ontologist</dct:contributor>
51
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
52
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
53
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
54
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
55
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
56
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, Reference Individuals</dct:title>
57
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
58
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
59
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-Europe/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE-NorthAmerica/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"/>
65
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"/>
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"/>
69
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/AllBE-ReferenceIndividuals/"/>
70
+ <cmns-av:explanatoryNote>The &apos;all&apos; ontology for BE (Reference Individuals) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports all of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND, and all of the individual entities and jurisdictions in FIBO production.</cmns-av:explanatoryNote>
71
+ </owl:Ontology>
72
+
73
+ </rdf:RDF>
src/BE/AllBE.rdf ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-all "https://spec.edmcouncil.org/fibo/ontology/BE/AllBE/">
6
+ <!ENTITY fibo-be-corp-corp "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/">
7
+ <!ENTITY fibo-be-fct-fct "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/">
8
+ <!ENTITY fibo-be-fct-pub "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/">
9
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
10
+ <!ENTITY fibo-be-le-cb "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
11
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
12
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
13
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
14
+ <!ENTITY fibo-be-oac-cctl "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/">
15
+ <!ENTITY fibo-be-oac-cown "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/">
16
+ <!ENTITY fibo-be-oac-cpty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
17
+ <!ENTITY fibo-be-oac-exec "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/">
18
+ <!ENTITY fibo-be-oac-opty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
19
+ <!ENTITY fibo-be-plc-plc "https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/">
20
+ <!ENTITY fibo-be-ptr-ptr "https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/">
21
+ <!ENTITY fibo-be-sps-sps "https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/">
22
+ <!ENTITY fibo-be-tr-tr "https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/">
23
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
24
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
25
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
26
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
27
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
28
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
29
+ ]>
30
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE/"
31
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
32
+ xmlns:dct="http://purl.org/dc/terms/"
33
+ xmlns:fibo-be-all="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE/"
34
+ xmlns:fibo-be-corp-corp="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"
35
+ xmlns:fibo-be-fct-fct="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"
36
+ xmlns:fibo-be-fct-pub="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
37
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
38
+ xmlns:fibo-be-le-cb="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
39
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
40
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
41
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
42
+ xmlns:fibo-be-oac-cctl="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"
43
+ xmlns:fibo-be-oac-cown="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"
44
+ xmlns:fibo-be-oac-cpty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
45
+ xmlns:fibo-be-oac-exec="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"
46
+ xmlns:fibo-be-oac-opty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
47
+ xmlns:fibo-be-plc-plc="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"
48
+ xmlns:fibo-be-ptr-ptr="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/"
49
+ xmlns:fibo-be-sps-sps="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/"
50
+ xmlns:fibo-be-tr-tr="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/"
51
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
52
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
53
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
54
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
55
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
56
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
57
+
58
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/AllBE/">
59
+ <rdfs:label>All Business Entities (BE) Domain</rdfs:label>
60
+ <dct:abstract>This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
61
+
62
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
63
+ - Legal entities generally
64
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
65
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
66
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
67
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
68
+ <dct:contributor>Bloomberg LP</dct:contributor>
69
+ <dct:contributor>Citigroup</dct:contributor>
70
+ <dct:contributor>Credit Suisse</dct:contributor>
71
+ <dct:contributor>Deutsche Bank</dct:contributor>
72
+ <dct:contributor>Exprentis</dct:contributor>
73
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
74
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
75
+ <dct:contributor>John F. Gemski</dct:contributor>
76
+ <dct:contributor>Nordea Bank AB</dct:contributor>
77
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
78
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
79
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
80
+ <dct:contributor>Statistics Canada</dct:contributor>
81
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
82
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
83
+ <dct:contributor>Wells Fargo</dct:contributor>
84
+ <dct:contributor>Working Ontologist</dct:contributor>
85
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
86
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
87
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
88
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
89
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
90
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain</dct:title>
91
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
92
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
93
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
94
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
95
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
96
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
97
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
98
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
99
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
100
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
101
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
102
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
103
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
104
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
105
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/"/>
106
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"/>
107
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/"/>
108
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/"/>
109
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AllFND/"/>
110
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/AllBE/"/>
111
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
112
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
113
+ <cmns-av:explanatoryNote>The &apos;all&apos; ontology for BE is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND but excluding individuals for governments and jurisdictions, and the related LCC region-specific ontologies.</cmns-av:explanatoryNote>
114
+ </owl:Ontology>
115
+
116
+ </rdf:RDF>
src/BE/Corporations/Corporations.rdf ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
5
+ <!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
6
+ <!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
7
+ <!ENTITY dct "http://purl.org/dc/terms/">
8
+ <!ENTITY fibo-be-corp-corp "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/">
9
+ <!ENTITY fibo-be-le-cb "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
10
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
11
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
12
+ <!ENTITY fibo-fnd-acc-cur "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/">
13
+ <!ENTITY fibo-fnd-gao-obj "https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/">
14
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
15
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
16
+ <!ENTITY fibo-fnd-org-org "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/">
17
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
18
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
19
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
20
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
21
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
22
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
23
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
24
+ ]>
25
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"
26
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
27
+ xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
28
+ xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
29
+ xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
30
+ xmlns:dct="http://purl.org/dc/terms/"
31
+ xmlns:fibo-be-corp-corp="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"
32
+ xmlns:fibo-be-le-cb="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
33
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
34
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
35
+ xmlns:fibo-fnd-acc-cur="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"
36
+ xmlns:fibo-fnd-gao-obj="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"
37
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
38
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
39
+ xmlns:fibo-fnd-org-org="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"
40
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
41
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
42
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
43
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
44
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
45
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
46
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
47
+
48
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/">
49
+ <rdfs:label>Corporations Ontology</rdfs:label>
50
+ <dct:abstract>This ontology defines the fundamental concepts for companies incorporated by the issuance of shares. Terms defined in this ontology are those which are applicable to all such entities. Many of these concepts form the basis of the relationships of ownership and control which obtain between entities of this type.</dct:abstract>
51
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
62
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
63
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
64
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Designators/"/>
65
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
66
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/Corporations/Corporations/"/>
67
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/Corporations/Corporations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
68
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/Corporations/Corporations.rdf version of this ontology was modified per the FIBO 2.0 RFC.</skos:changeNote>
69
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180901/Corporations/Corporations.rdf version of this ontology was modified per the FIBO 2.0 RFC to generalize certain unions where they were no longer required.</skos:changeNote>
70
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/Corporations/Corporations.rdf version of this ontology was modified to reflect moving hasObjective to FND.</skos:changeNote>
71
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/Corporations/Corporations.rdf version of this ontology was modified to replace hasDefinition with isDefinedIn to clarify intent.</skos:changeNote>
72
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190701/Corporations/Corporations.rdf version of this ontology was modified to eliminate deprecated elements.</skos:changeNote>
73
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/Corporations/Corporations.rdf version of this ontology was modified to eliminate duplication of concepts in LCC.</skos:changeNote>
74
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/Corporations/Corporations.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve, eliminate circular and ambiguous definitions and make incorporation date and registration date explicit dates.</skos:changeNote>
75
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/Corporations/Corporations.rdf version of this ontology was modified to reflect the move of some organization-specific concepts from BE to FND and to clean up typos.</skos:changeNote>
76
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/Corporations/Corporations.rdf version of this ontology was modified to address text formatting hygiene issues and eliminate a dead link.</skos:changeNote>
77
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/Corporations/Corporations.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 and revise definitions to be ISO 704 compliant as needed.</skos:changeNote>
78
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/Corporations/Corporations.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
79
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
80
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
81
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
82
+ </owl:Ontology>
83
+
84
+ <owl:Class rdf:about="&fibo-be-corp-corp;BoardAgreement">
85
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-fbo;OrganizationCoveringAgreement"/>
86
+ <rdfs:label>board agreement</rdfs:label>
87
+ <skos:definition>formal, legally binding agreement between members of the Board of Directors of the organization</skos:definition>
88
+ </owl:Class>
89
+
90
+ <owl:Class rdf:about="&fibo-be-corp-corp;JointStockCompany">
91
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;BusinessEntity"/>
92
+ <rdfs:label>joint stock company</rdfs:label>
93
+ <skos:definition>for-profit, unincorporated business that has some characteristics of a corporation and some features of a partnership, with ownership interests represented by shares of stock</skos:definition>
94
+ <cmns-av:explanatoryNote>1. In the UK, the original (17th century) name for a corporation in which the liability of the owners is limited to the nominal value of the stock (shares) held by them.
95
+ 2. In the US, a joint stock company is similar to a corporation, but with unlimited liability for the shareholders. Investors in a US joint stock company receive stock (shares) which can be transferred, and can elect a board of directors, but are jointly-and-severally liable for the company&apos;s debts and obligations. A US joint stock company cannot hold title to a real property.</cmns-av:explanatoryNote>
96
+ </owl:Class>
97
+
98
+ <owl:Class rdf:about="&fibo-be-corp-corp;PrivatelyHeldCompany">
99
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;StockCorporation"/>
100
+ <rdfs:label>privately held company</rdfs:label>
101
+ <skos:definition>corporation whose issued shares are all held by a family or a small group of investors and, therefore, cannot be bought by the public</skos:definition>
102
+ <cmns-av:explanatoryNote>For British or Commonwealth companies, a privately held company limited by shares is a type of company incorporated under the laws of England and Wales, Scotland, certain Commonwealth countries and the Republic of Ireland. It has shareholders with limited liability and its shares may not be offered to the general public, unlike those of public limited companies. Limited by shares means that the company has shareholders, and that the liability of the shareholders to creditors of the company is limited to the capital originally invested, i.e. the nominal value of the shares and any premium paid in return for the issue of the shares by the company. A shareholders personal assets are thereby protected in the event of the company&apos;s insolvency, but money invested in the company will be lost. A limited company may be private or public. A private limited companys disclosure requirements are lighter, but for this reason its shares may not be offered to the general public (and therefore cannot be traded on a public stock exchange). This is the major distinguishing feature between a private limited company and a public limited company. Most companies, particularly small companies, are private. Private companies limited by shares are required to have the suffix Limited (often written Ltd or Ltd.) or Incorporated (Inc.) as part of their name, though the latter cannot be used in the UK or the Republic of Ireland. In the Republic of Ireland, Teoranta (Teo.) may be used instead, largely by Gaeltacht companies. Cyfyngedig (Cyf.) may be used by Welsh companies in a similar fashion.</cmns-av:explanatoryNote>
103
+ <cmns-av:synonym>closed corporation</cmns-av:synonym>
104
+ <cmns-av:synonym>privately held corporation</cmns-av:synonym>
105
+ </owl:Class>
106
+
107
+ <owl:Class rdf:about="&fibo-be-corp-corp;PubliclyHeldCompany">
108
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;StockCorporation"/>
109
+ <rdfs:label>publicly held company</rdfs:label>
110
+ <skos:definition>corporation whose shares are traded and held publicly</skos:definition>
111
+ </owl:Class>
112
+
113
+ <owl:Class rdf:about="&fibo-be-corp-corp;RegistrationIdentifier">
114
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationIdentifier"/>
115
+ <rdfs:subClassOf>
116
+ <owl:Restriction>
117
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isGovernedBy"/>
118
+ <owl:onClass rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
119
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
120
+ </owl:Restriction>
121
+ </rdfs:subClassOf>
122
+ <rdfs:subClassOf>
123
+ <owl:Restriction>
124
+ <owl:onProperty rdf:resource="&cmns-id;identifies"/>
125
+ <owl:onClass rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
126
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
127
+ </owl:Restriction>
128
+ </rdfs:subClassOf>
129
+ <rdfs:subClassOf>
130
+ <owl:Restriction>
131
+ <owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
132
+ <owl:someValuesFrom rdf:resource="&fibo-be-corp-corp;RegistrationIdentifierScheme"/>
133
+ </owl:Restriction>
134
+ </rdfs:subClassOf>
135
+ <rdfs:label>registration identifier</rdfs:label>
136
+ <skos:definition>identifier that is officially allocated to an organization at the time of registration, typically in a jurisdiction in which said organization is organized or registered and used in that jurisdiction to identify the organization</skos:definition>
137
+ <skos:scopeNote>In some jurisdictions, such as the State of California, registration identifiers are issued to corporations, including non-profit corporations, limited liability companies, certain partnerships, and foreign corporations doing business in California. The same or a very similar process is used for registration of corporations across the US.</skos:scopeNote>
138
+ <cmns-av:explanatoryNote>A registration identifier may be required for official communications and is publicly available. The relationship to the jurisdiction in which the organization is organized or registered is typically required, but is optional here to cover cases where jurisdictions may overlap or are not as clearly defined.</cmns-av:explanatoryNote>
139
+ </owl:Class>
140
+
141
+ <owl:Class rdf:about="&fibo-be-corp-corp;RegistrationIdentifierScheme">
142
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationIdentificationScheme"/>
143
+ <rdfs:subClassOf>
144
+ <owl:Restriction>
145
+ <owl:onProperty rdf:resource="&cmns-dsg;defines"/>
146
+ <owl:someValuesFrom rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
147
+ </owl:Restriction>
148
+ </rdfs:subClassOf>
149
+ <rdfs:label>registration identifier scheme</rdfs:label>
150
+ <skos:definition>scheme that defines the registration identifier per the issuing registration authority</skos:definition>
151
+ </owl:Class>
152
+
153
+ <owl:Class rdf:about="&fibo-be-corp-corp;ReligiousCorporation">
154
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;NotForProfitCorporation"/>
155
+ <rdfs:subClassOf>
156
+ <owl:Restriction>
157
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
158
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;ReligiousObjective"/>
159
+ </owl:Restriction>
160
+ </rdfs:subClassOf>
161
+ <rdfs:label>religious corporation</rdfs:label>
162
+ <skos:definition>not-for-profit corporation whose objective is specific to some fundamental set of beliefs and practices generally agreed upon by a number of people, and that is incorporated under the law</skos:definition>
163
+ <cmns-av:explanatoryNote>Often religious corporations are recognized under the law on a sub-national level, for instance by a state or provincial government. The government agency responsible for regulating such corporations is usually the official holder of records, for instance a state department of corporations.</cmns-av:explanatoryNote>
164
+ </owl:Class>
165
+
166
+ <owl:ObjectProperty rdf:about="&fibo-be-corp-corp;hasDateOfIncorporation">
167
+ <rdfs:subPropertyOf rdf:resource="&cmns-dt;hasExplicitDate"/>
168
+ <rdfs:label>has date of incorporation</rdfs:label>
169
+ <rdfs:range rdf:resource="&cmns-dt;ExplicitDate"/>
170
+ <skos:definition>indicates the formal date of incorporation as stated in filing documents</skos:definition>
171
+ </owl:ObjectProperty>
172
+
173
+ <owl:ObjectProperty rdf:about="&fibo-be-corp-corp;hasDateOfRegistration">
174
+ <rdfs:subPropertyOf rdf:resource="&cmns-dt;hasExplicitDate"/>
175
+ <rdfs:label>has date of registration</rdfs:label>
176
+ <rdfs:range rdf:resource="&cmns-dt;ExplicitDate"/>
177
+ <skos:definition>indicates the date on which the corporation has registered in some jurisdiction for regulatory and / or for tax purposes</skos:definition>
178
+ </owl:ObjectProperty>
179
+
180
+ <owl:ObjectProperty rdf:about="&fibo-be-corp-corp;hasIssuedCapital">
181
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-acc-cur;hasMonetaryAmount"/>
182
+ <rdfs:label>has issued capital</rdfs:label>
183
+ <rdfs:range rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/>
184
+ <skos:definition>indicates the aggregate value of all shares held by shareholders</skos:definition>
185
+ <cmns-av:explanatoryNote>A corporation can, at any time, issue new shares up to the full amount of authorized share capital.</cmns-av:explanatoryNote>
186
+ <cmns-av:synonym>has subscribed capital</cmns-av:synonym>
187
+ <cmns-av:synonym>has subscribed share capital</cmns-av:synonym>
188
+ </owl:ObjectProperty>
189
+
190
+ <owl:DatatypeProperty rdf:about="&fibo-be-corp-corp;hasSharesAuthorized">
191
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-acc-cur;hasAmount"/>
192
+ <rdfs:label xml:lang="en">has shares authorized</rdfs:label>
193
+ <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
194
+ <skos:definition xml:lang="en">indicates the maximum number of shares that are permitted to be issued, as established by the board of directors</skos:definition>
195
+ <cmns-av:explanatoryNote xml:lang="en">An initial number of authorized shares is typically established at the time of incorporation, and is documented in articles of incorporation. The number of shares authorized may be extended from time to time by the board of directors as needed, and articles of incorporation and other legal documentation will be amended accordingly. It includes shares that are available, but not yet issued, for sale to generate capital, and shares available for distribution to insiders as part of their compensation packages.</cmns-av:explanatoryNote>
196
+ </owl:DatatypeProperty>
197
+
198
+ <owl:Class rdf:about="&fibo-be-le-cb;StockCorporation">
199
+ <rdfs:subClassOf>
200
+ <owl:Restriction>
201
+ <owl:onProperty rdf:resource="&fibo-be-corp-corp;hasDateOfRegistration"/>
202
+ <owl:onClass rdf:resource="&cmns-dt;ExplicitDate"/>
203
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
204
+ </owl:Restriction>
205
+ </rdfs:subClassOf>
206
+ <rdfs:subClassOf>
207
+ <owl:Restriction>
208
+ <owl:onProperty rdf:resource="&fibo-be-corp-corp;hasIssuedCapital"/>
209
+ <owl:onClass rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/>
210
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
211
+ </owl:Restriction>
212
+ </rdfs:subClassOf>
213
+ <rdfs:subClassOf>
214
+ <owl:Restriction>
215
+ <owl:onProperty rdf:resource="&fibo-be-corp-corp;hasDateOfIncorporation"/>
216
+ <owl:onClass rdf:resource="&cmns-dt;ExplicitDate"/>
217
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
218
+ </owl:Restriction>
219
+ </rdfs:subClassOf>
220
+ <rdfs:subClassOf>
221
+ <owl:Restriction>
222
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isGovernedBy"/>
223
+ <owl:someValuesFrom rdf:resource="&fibo-be-corp-corp;BoardAgreement"/>
224
+ </owl:Restriction>
225
+ </rdfs:subClassOf>
226
+ </owl:Class>
227
+
228
+ </rdf:RDF>
src/BE/Corporations/MetadataBECorporations.rdf ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-corp-mod "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-be-corp-mod="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/">
25
+ <rdfs:label>Metadata about the EDMC-FIBO Business Entities (BE) Corporations Module</rdfs:label>
26
+ <dct:abstract>The corporations module includes ontologies describing the essential features of companies incorporated through the issuance of shares.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-24T18:00:00</dct:modified>
30
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
31
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
32
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/Corporations/MetadataBECorporations/"/>
33
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
34
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
35
+ </owl:Ontology>
36
+
37
+ <owl:NamedIndividual rdf:about="&fibo-be-corp-mod;CorporationsModule">
38
+ <rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
39
+ <rdfs:label>corporations module</rdfs:label>
40
+ <dct:abstract>The corporations module includes ontologies describing the essential features of companies incorporated through the issuance of shares.</dct:abstract>
41
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
42
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
43
+ <dct:title>FIBO BE Corporations Module</dct:title>
44
+ <dct:title>Financial Industry Business Ontology (FIBO) Business Entities (BE) Corporations Module</dct:title>
45
+ <rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
46
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
47
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
48
+ </owl:NamedIndividual>
49
+
50
+ </rdf:RDF>
src/BE/FunctionalEntities/FunctionalEntities.rdf ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-cds "https://www.omg.org/spec/Commons/CodesAndCodeSets/">
5
+ <!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
6
+ <!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
7
+ <!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
8
+ <!ENTITY dct "http://purl.org/dc/terms/">
9
+ <!ENTITY fibo-be-fct-fct "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/">
10
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
11
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
12
+ <!ENTITY fibo-fnd-arr-cls "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/">
13
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
14
+ <!ENTITY fibo-fnd-org-org "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/">
15
+ <!ENTITY fibo-fnd-pas-pas "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/">
16
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
17
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
18
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
19
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
20
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
21
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
22
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
23
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
24
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
25
+ ]>
26
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"
27
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
28
+ xmlns:cmns-cds="https://www.omg.org/spec/Commons/CodesAndCodeSets/"
29
+ xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
30
+ xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
31
+ xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
32
+ xmlns:dct="http://purl.org/dc/terms/"
33
+ xmlns:fibo-be-fct-fct="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"
34
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
35
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
36
+ xmlns:fibo-fnd-arr-cls="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"
37
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
38
+ xmlns:fibo-fnd-org-org="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"
39
+ xmlns:fibo-fnd-pas-pas="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"
40
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
41
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
42
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
43
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
44
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
45
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
46
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
47
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
48
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
49
+
50
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/">
51
+ <rdfs:label>Functional Entities Ontology</rdfs:label>
52
+ <dct:abstract>This ontology defines the fundamental concepts for entities defined by their function, such as the relationship to the various forms which one or another functionally-defined entity may take. It also includes a number of basic types of entity defined by function, such as business and non-profit. The concepts in this ontology are intended to be extensible in other ontologies which may be dedicated to specific kinds of functionally-defined business entity or organization.</dct:abstract>
53
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
63
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
64
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
65
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/CodesAndCodeSets/"/>
66
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Designators/"/>
67
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
68
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/FunctionalEntities/FunctionalEntities/"/>
69
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
70
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20150201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.1 RTF report. Changes include deprecation of the SoleProprietorship class and making it equivalent to the class with the same name in the Sole Proprietorships ontology. This version also introduces a new FunctionalEntity class, as the parent of FunctionalBusinessEntity in this ontology and as the parent of Government in the GovernmentEntities ontology.</skos:changeNote>
71
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160801/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified by the FIBO 2.0 revision to address missing labels and definitions on the deprecated sole proprietorship class to match those in the equivalent class.</skos:changeNote>
72
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to generalize certain unions where they were no longer required and eliminate an unused import.</skos:changeNote>
73
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to eliminate deprecated elements.</skos:changeNote>
74
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to eliminate duplication of concepts in LCC.</skos:changeNote>
75
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to revise and extend the definition of merchant, to support merchant category codes as needed for representation of credit card transactions, merge business and functional business entity and eliminate commerce and commercial activity (which are not used anywhere in FIBO), and to clean up definitions and make them ISO 704 compliant.</skos:changeNote>
76
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200901/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to add the concept of an association.</skos:changeNote>
77
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to address a circular definition on association.</skos:changeNote>
78
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to reflect the move of some organization-specific concepts from BE to FND.</skos:changeNote>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211001/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to address text formatting hygiene issues.</skos:changeNote>
80
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/FunctionalEntities/FunctionalEntities.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>
81
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/FunctionalEntities/FunctionalEntities.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
82
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
83
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
84
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
85
+ </owl:Ontology>
86
+
87
+ <owl:Class rdf:about="&fibo-be-fct-fct;Association">
88
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-fbo;NotForProfitOrganization"/>
89
+ <rdfs:subClassOf>
90
+ <owl:Restriction>
91
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;playsRole"/>
92
+ <owl:someValuesFrom rdf:resource="&fibo-be-fct-fct;CooperativeSociety"/>
93
+ </owl:Restriction>
94
+ </rdfs:subClassOf>
95
+ <rdfs:label>association</rdfs:label>
96
+ <skos:definition>not-for-profit organization that is owned by and acts on behalf of its members</skos:definition>
97
+ <cmns-av:explanatoryNote>Associations include trade or business associations, industry sector-specific groups, and professional associations, among others. They also commonly include cooperative farms and markets.</cmns-av:explanatoryNote>
98
+ </owl:Class>
99
+
100
+ <owl:Class rdf:about="&fibo-be-fct-fct;CooperativeSociety">
101
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-fct;FunctionalBusinessEntity"/>
102
+ <rdfs:label>cooperative society</rdfs:label>
103
+ <skos:definition>organization owned by and operated for the benefit of those using its services</skos:definition>
104
+ <skos:example>In agriculture, there are broadly three types of cooperatives: a machinery pool, a manufacturing/marketing cooperative, and a credit union</skos:example>
105
+ <cmns-av:synonym>cooperative</cmns-av:synonym>
106
+ </owl:Class>
107
+
108
+ <owl:Class rdf:about="&fibo-be-fct-fct;FamilyOffice">
109
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-fct;FunctionalBusinessEntity"/>
110
+ <rdfs:label>family office</rdfs:label>
111
+ <skos:definition>organization that assumes the day-to-day administration and management of a family&apos;s affairs</skos:definition>
112
+ <cmns-av:explanatoryNote>Family offices are often privately held companies set up to handle investment and wealth management for wealthy families.</cmns-av:explanatoryNote>
113
+ </owl:Class>
114
+
115
+ <owl:Class rdf:about="&fibo-be-fct-fct;FunctionalBusinessEntity">
116
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-fct;FunctionalEntity"/>
117
+ <rdfs:subClassOf>
118
+ <owl:Restriction>
119
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
120
+ <owl:onClass rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
121
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
122
+ </owl:Restriction>
123
+ </rdfs:subClassOf>
124
+ <rdfs:label>functional business entity</rdfs:label>
125
+ <skos:definition>functional entity defined in terms of the nature of the commercial activity it conducts</skos:definition>
126
+ </owl:Class>
127
+
128
+ <owl:Class rdf:about="&fibo-be-fct-fct;FunctionalEntity">
129
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-rl;ThingInRole"/>
130
+ <rdfs:subClassOf>
131
+ <owl:Restriction>
132
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
133
+ <owl:onClass rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
134
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
135
+ </owl:Restriction>
136
+ </rdfs:subClassOf>
137
+ <rdfs:label>functional entity</rdfs:label>
138
+ <skos:definition>party defined in terms of a function it performs</skos:definition>
139
+ </owl:Class>
140
+
141
+ <owl:Class rdf:about="&fibo-be-fct-fct;Merchant">
142
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-fct;FunctionalBusinessEntity"/>
143
+ <rdfs:subClassOf>
144
+ <owl:Restriction>
145
+ <owl:onProperty rdf:resource="&cmns-cls;isClassifiedBy"/>
146
+ <owl:someValuesFrom rdf:resource="&fibo-be-fct-fct;MerchantCategoryCode"/>
147
+ </owl:Restriction>
148
+ </rdfs:subClassOf>
149
+ <rdfs:subClassOf>
150
+ <owl:Restriction>
151
+ <owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
152
+ <owl:someValuesFrom rdf:resource="&fibo-be-fct-fct;MerchantIdentifier"/>
153
+ </owl:Restriction>
154
+ </rdfs:subClassOf>
155
+ <rdfs:label>merchant</rdfs:label>
156
+ <skos:definition>party engaged in the purchase and sales of goods produced by others for profit</skos:definition>
157
+ </owl:Class>
158
+
159
+ <owl:Class rdf:about="&fibo-be-fct-fct;MerchantCategoryCode">
160
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-arr-cls;IndustrySectorClassifier"/>
161
+ <rdfs:subClassOf rdf:resource="&cmns-cds;CodeElement"/>
162
+ <rdfs:subClassOf>
163
+ <owl:Restriction>
164
+ <owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
165
+ <owl:onClass rdf:resource="&fibo-be-fct-fct;MerchantCategoryCodeScheme"/>
166
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
167
+ </owl:Restriction>
168
+ </rdfs:subClassOf>
169
+ <rdfs:subClassOf>
170
+ <owl:Restriction>
171
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasTag"/>
172
+ <owl:onDataRange rdf:resource="&xsd;string"/>
173
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
174
+ </owl:Restriction>
175
+ </rdfs:subClassOf>
176
+ <rdfs:subClassOf>
177
+ <owl:Restriction>
178
+ <owl:onProperty rdf:resource="&fibo-be-fct-fct;hasMerchantCategoryDescription"/>
179
+ <owl:someValuesFrom rdf:resource="&xsd;string"/>
180
+ </owl:Restriction>
181
+ </rdfs:subClassOf>
182
+ <rdfs:subClassOf>
183
+ <owl:Restriction>
184
+ <owl:onProperty rdf:resource="&cmns-cls;classifies"/>
185
+ <owl:someValuesFrom rdf:resource="&fibo-be-fct-fct;Merchant"/>
186
+ </owl:Restriction>
187
+ </rdfs:subClassOf>
188
+ <rdfs:label>merchant category code</rdfs:label>
189
+ <skos:definition>code used internationally to classify a merchant</skos:definition>
190
+ <cmns-av:abbreviation>MCC</cmns-av:abbreviation>
191
+ <cmns-av:adaptedFrom>ISO 18245:2003 Retail financial services - Merchant category codes</cmns-av:adaptedFrom>
192
+ <cmns-av:explanatoryNote>Merchant categories are organized by the type of business, trade or services supplied. Certain category codes including those for very large businesses, such as airlines and some hotel chains, may be delineated to the point of identifying the business. Merchant category codes and/or the descriptions of the service categories are frequently used in credit card and other banking transactions for analysis, transaction classification, such as for use in promotional rewards, and sometimes tax-related purposes.</cmns-av:explanatoryNote>
193
+ <cmns-av:explanatoryNote>Values are specified only for those merchant categories that are generally expected to originate retail financial transactions. Criteria for establishing a new category code includes (a) the merchant category is reasonable and substantially different from all other merchant categories currently represented in the list of code values; (b) the merchant category is separate and distinct from all other industries currently represented in the list of code values; (c) the proposal describes a merchant category or industry, and not a process; (d) the minimum annual sales volume of merchants included in the merchant category, taken as a whole, is USD 10 million; and (e) sufficient justification for the addition of a new code value is found.</cmns-av:explanatoryNote>
194
+ </owl:Class>
195
+
196
+ <owl:Class rdf:about="&fibo-be-fct-fct;MerchantCategoryCodeScheme">
197
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-arr-cls;IndustrySectorClassificationScheme"/>
198
+ <rdfs:subClassOf>
199
+ <owl:Restriction>
200
+ <owl:onProperty rdf:resource="&cmns-dsg;defines"/>
201
+ <owl:someValuesFrom rdf:resource="&fibo-be-fct-fct;MerchantCategoryCode"/>
202
+ </owl:Restriction>
203
+ </rdfs:subClassOf>
204
+ <rdfs:label>merchant category code scheme</rdfs:label>
205
+ <skos:definition>scheme defining a set of codes for classifying merchant services</skos:definition>
206
+ <cmns-av:adaptedFrom>ISO 18245:2003 Retail financial services - Merchant category codes</cmns-av:adaptedFrom>
207
+ <cmns-av:explanatoryNote>ISO 18245 provides a set of merchant category codes that are used internationally. Some countries, regional governments, banks, and other large organizations extend the basic codes with custom additions to fit business needs.</cmns-av:explanatoryNote>
208
+ </owl:Class>
209
+
210
+ <owl:Class rdf:about="&fibo-be-fct-fct;MerchantIdentifier">
211
+ <rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
212
+ <rdfs:subClassOf>
213
+ <owl:Restriction>
214
+ <owl:onProperty rdf:resource="&cmns-id;identifies"/>
215
+ <owl:onClass rdf:resource="&fibo-be-fct-fct;Merchant"/>
216
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
217
+ </owl:Restriction>
218
+ </rdfs:subClassOf>
219
+ <rdfs:label>merchant identifier</rdfs:label>
220
+ <skos:definition>unique identifier for a merchant that is used, for example, for transaction interchange purposes</skos:definition>
221
+ </owl:Class>
222
+
223
+ <owl:DatatypeProperty rdf:about="&fibo-be-fct-fct;hasMerchantCategoryDescription">
224
+ <rdfs:label>has merchant category description</rdfs:label>
225
+ <rdfs:domain rdf:resource="&fibo-be-fct-fct;MerchantCategoryCode"/>
226
+ <rdfs:range rdf:resource="&xsd;string"/>
227
+ <skos:definition>provides a text description of the sector to which the code applies</skos:definition>
228
+ </owl:DatatypeProperty>
229
+
230
+ <owl:Class rdf:about="&fibo-fnd-org-org;OrganizationIdentifier">
231
+ <rdfs:subClassOf>
232
+ <owl:Restriction>
233
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
234
+ <owl:onClass>
235
+ <owl:Class>
236
+ <owl:unionOf rdf:parseType="Collection">
237
+ <rdf:Description rdf:about="&fibo-be-fct-fct;FunctionalEntity">
238
+ </rdf:Description>
239
+ <rdf:Description rdf:about="&fibo-fnd-pty-rl;AgentInRole">
240
+ </rdf:Description>
241
+ </owl:unionOf>
242
+ </owl:Class>
243
+ </owl:onClass>
244
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
245
+ </owl:Restriction>
246
+ </rdfs:subClassOf>
247
+ </owl:Class>
248
+
249
+ <owl:Class rdf:about="&fibo-fnd-pas-pas;ServiceProvider">
250
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-fct;FunctionalEntity"/>
251
+ </owl:Class>
252
+
253
+ </rdf:RDF>
src/BE/FunctionalEntities/MetadataBEFunctionalEntities.rdf ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-fct-mod "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-be-fct-mod="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/">
25
+ <rdfs:label>Metadata about the EDMC-FIBO Business Entities (BE) Functional Entities Module</rdfs:label>
26
+ <dct:abstract>The functional entities module includes ontologies describing entities that are defined according to their function, as opposed to their form, such as businesses, service providers, and publishers.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
30
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
31
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
32
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/FunctionalEntities/MetadataBEFunctionalEntities/"/>
33
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
34
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
35
+ </owl:Ontology>
36
+
37
+ <owl:NamedIndividual rdf:about="&fibo-be-fct-mod;FunctionalEntitiesModule">
38
+ <rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
39
+ <rdfs:label>functional entities module</rdfs:label>
40
+ <dct:abstract>The functional entities module includes ontologies describing entities that are defined according to their function, as opposed to their form, such as businesses, service providers, and publishers.</dct:abstract>
41
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
42
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
43
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
44
+ <dct:title>FIBO BE Functional Entities Module</dct:title>
45
+ <dct:title>Financial Industry Business Ontology (FIBO) Business Entities (BE) Functional Entities Module</dct:title>
46
+ <rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
47
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
48
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
49
+ </owl:NamedIndividual>
50
+
51
+ </rdf:RDF>
src/BE/FunctionalEntities/Publishers.rdf ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-fct-pub "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/">
6
+ <!ENTITY fibo-fnd-arr-doc "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/">
7
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
8
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
11
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
12
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
13
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
14
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
15
+ ]>
16
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
17
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
18
+ xmlns:dct="http://purl.org/dc/terms/"
19
+ xmlns:fibo-be-fct-pub="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
20
+ xmlns:fibo-fnd-arr-doc="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"
21
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
22
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
23
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
24
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
25
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
26
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
27
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
28
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
29
+
30
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/">
31
+ <rdfs:label>Publishers Ontology</rdfs:label>
32
+ <dct:abstract>This ontology defines the fundamental concepts for publishers of information, including entities whose primary function is to publish, and entities (whether or not they are publishers in that sense) which are in the role of the publisher of some information. This ontology also includes the published information itself, i.e. the publication.</dct:abstract>
33
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
34
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
35
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
38
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
39
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/FunctionalEntities/Publishers/"/>
40
+ <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>
41
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/FunctionalEntities/Publishers.rdf version of this ontology was modified per the FIBO 2.0 RFC.</skos:changeNote>
42
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/FunctionalEntities/Publishers.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve.</skos:changeNote>
43
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/FunctionalEntities/Publishers.rdf version of this ontology was modified to deprecate publishing house rather than having two disconnected concepts, clean up the related restrictions, and add market data provider (originally in IND).</skos:changeNote>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20221001/FunctionalEntities/Publishers.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 and revise definitions to be ISO 704 compliant as needed.</skos:changeNote>
45
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
46
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
47
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
48
+ </owl:Ontology>
49
+
50
+ <owl:Class rdf:about="&fibo-be-fct-pub;MarketDataProvider">
51
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-pub;Publisher"/>
52
+ <rdfs:label>market data provider</rdfs:label>
53
+ <skos:definition>publisher of data relevant to financial markets</skos:definition>
54
+ <cmns-av:explanatoryNote>Market data providers include exchanges and independent data vendors, among others. Market valuation and related control and risk processes typically require explicit documentation of the source for a given market rate, such as an interest rate benchmark, exchange rate, stock prices, and so forth.</cmns-av:explanatoryNote>
55
+ </owl:Class>
56
+
57
+ <owl:Class rdf:about="&fibo-be-fct-pub;Publication">
58
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;Document"/>
59
+ <rdfs:label>publication</rdfs:label>
60
+ <skos:definition>anything made public by print (such as a newspaper, magazine, pamphlet, letter, telegram, via computer modem or program, or in a poster, brochure or pamphlet), orally, or by broadcast (radio, television)</skos:definition>
61
+ </owl:Class>
62
+
63
+ <owl:Class rdf:about="&fibo-be-fct-pub;Publisher">
64
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
65
+ <rdfs:subClassOf>
66
+ <owl:Restriction>
67
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
68
+ <owl:onClass rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
69
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
70
+ </owl:Restriction>
71
+ </rdfs:subClassOf>
72
+ <rdfs:label>publisher</rdfs:label>
73
+ <skos:definition>party responsible for the printing or distribution of digital or printed information</skos:definition>
74
+ <cmns-av:explanatoryNote>Publishers may also include banks, government agencies and the like.</cmns-av:explanatoryNote>
75
+ </owl:Class>
76
+
77
+ <owl:Class rdf:about="&fibo-be-fct-pub;PublishingHouse">
78
+ <owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
79
+ <owl:equivalentClass rdf:resource="&fibo-be-fct-pub;Publisher"/>
80
+ </owl:Class>
81
+
82
+ <owl:ObjectProperty rdf:about="&fibo-be-fct-pub;hasPublisher">
83
+ <rdfs:label>has publisher</rdfs:label>
84
+ <rdfs:domain rdf:resource="&fibo-be-fct-pub;Publication"/>
85
+ <rdfs:range rdf:resource="&fibo-be-fct-pub;Publisher"/>
86
+ <owl:inverseOf rdf:resource="&fibo-be-fct-pub;publishes"/>
87
+ <skos:definition>indicates the party in the role of issuing the information</skos:definition>
88
+ </owl:ObjectProperty>
89
+
90
+ <owl:ObjectProperty rdf:about="&fibo-be-fct-pub;isPublishedBy">
91
+ <rdfs:label>is published by</rdfs:label>
92
+ <rdfs:domain rdf:resource="&fibo-be-fct-pub;Publication"/>
93
+ <rdfs:range rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
94
+ <skos:definition>identifies the independent party (i.e., the individual or organization) that disseminates the material</skos:definition>
95
+ </owl:ObjectProperty>
96
+
97
+ <owl:ObjectProperty rdf:about="&fibo-be-fct-pub;publishes">
98
+ <rdfs:label>publishes</rdfs:label>
99
+ <rdfs:domain rdf:resource="&fibo-be-fct-pub;Publisher"/>
100
+ <rdfs:range rdf:resource="&fibo-be-fct-pub;Publication"/>
101
+ <skos:definition>prepares and issues material for public consumption</skos:definition>
102
+ </owl:ObjectProperty>
103
+
104
+ </rdf:RDF>
src/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-casj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-casj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Central Asia Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Central Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
42
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
43
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"/>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.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>
45
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
46
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
47
+ <cmns-av:copyright>Copyright (c) 2021-2023 EDM Council, Inc.</cmns-av:copyright>
48
+ <cmns-av:copyright>Copyright (c) 2021-2023 Object Management Group, Inc.</cmns-av:copyright>
49
+ </owl:Ontology>
50
+
51
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;GovernmentOfTheKyrgyzRepublic">
52
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
53
+ <rdfs:label xml:lang="en">Government of the Kyrgyz Republic</rdfs:label>
54
+ <rdfs:label xml:lang="ky">Кыргыз Республикасы</rdfs:label>
55
+ <skos:definition>unitary parliamentary secular constitutional republic in Central Asia, bordered by Kazakhstan, Uzbekistan, Tajikistan, and China</skos:definition>
56
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-casj;JurisdictionOfTheKyrgyzRepublic"/>
57
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Kyrgyzstan"/>
58
+ </owl:NamedIndividual>
59
+
60
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;GovernmentOfTheRepublicOfKazakhstan">
61
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
62
+ <rdfs:label xml:lang="en">Government of the Republic of Kazakhstan</rdfs:label>
63
+ <rdfs:label xml:lang="kk">Қазақстан Республикасы</rdfs:label>
64
+ <skos:definition>unitary dominant-party presidential constitutional republic in Central Asia, bordered by Russia in the north, China in the east, and Kyrgyzstan, Uzbekistan, and Turkmenistan in the south while also adjoining a large part of the Caspian Sea in the southwest</skos:definition>
65
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-casj;JurisdictionOfTheRepublicOfKazakhstan"/>
66
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Kazakhstan"/>
67
+ </owl:NamedIndividual>
68
+
69
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;GovernmentOfTheRepublicOfTajikistan">
70
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
71
+ <rdfs:label xml:lang="en">Government of the Republic of Tajikistan</rdfs:label>
72
+ <rdfs:label xml:lang="tg">Ҷумҳурии Тоҷикистон</rdfs:label>
73
+ <skos:definition>unitary dominant-party presidential constitutional secular republic in Central Asia, bordered by Afghanistan to the south, Uzbekistan to the west, Kyrgyzstan to the north and China to the east</skos:definition>
74
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-casj;JurisdictionOfTheRepublicOfTajikistan"/>
75
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Tajikistan"/>
76
+ </owl:NamedIndividual>
77
+
78
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;GovernmentOfTheRepublicOfUzbekistan">
79
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
80
+ <rdfs:label xml:lang="en">Government of the Republic of Uzbekistan</rdfs:label>
81
+ <rdfs:label xml:lang="uz">Oʻzbekiston Respublikasi</rdfs:label>
82
+ <skos:definition>unitary presidential constitutional secular republic in Central Asia, bordered by Kazakhstan to the north, Kyrgyzstan to the northeast, Tajikistan to the southeast, Afghanistan to the south, Turkmenistan and the autonomous republic of Karakalpakstan to the south-west</skos:definition>
83
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-casj;JurisdictionOfTheRepublicOfUzbekistan"/>
84
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Uzbekistan"/>
85
+ </owl:NamedIndividual>
86
+
87
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;GovernmentOfTurkmenistan">
88
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
89
+ <rdfs:label xml:lang="en">Government of Turkmenistan</rdfs:label>
90
+ <rdfs:label xml:lang="tk">Türkmenistan</rdfs:label>
91
+ <skos:definition>unitary dominant-party presidential republic in Central Asia, bordered by Kazakhstan to the northwest, Uzbekistan to the north, east and northeast, Afghanistan to the southeast, Iran to the south and southwest and the Caspian Sea to the west</skos:definition>
92
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-casj;JurisdictionOfTurkmenistan"/>
93
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Turkmenistan"/>
94
+ </owl:NamedIndividual>
95
+
96
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;JurisdictionOfTheKyrgyzRepublic">
97
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
98
+ <rdfs:label>jurisdiction of the Kyrgyz Republic</rdfs:label>
99
+ <skos:definition>jurisdiction of the judiciary of Kyrgyzstan, which is the system of courts, including the Supreme Court, that interprets and applies the law in Kyrgyzstan</skos:definition>
100
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-casj;GovernmentOfTheKyrgyzRepublic"/>
101
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Kyrgyzstan"/>
102
+ </owl:NamedIndividual>
103
+
104
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;JurisdictionOfTheRepublicOfKazakhstan">
105
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
106
+ <rdfs:label>jurisdiction of the Republic of Kazakhstan</rdfs:label>
107
+ <skos:definition>jurisdiction of the judiciary of Kazakhstan, which is the system of courts that interprets and applies the law in Kazakhstan</skos:definition>
108
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-casj;GovernmentOfTheRepublicOfKazakhstan"/>
109
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Kazakhstan"/>
110
+ </owl:NamedIndividual>
111
+
112
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;JurisdictionOfTheRepublicOfTajikistan">
113
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
114
+ <rdfs:label>jurisdiction of the Republic of Tajikistan</rdfs:label>
115
+ <skos:definition>jurisdiction of the judiciary of Tajikistan, which is the system of courts that interprets and applies the law in Tajikistan</skos:definition>
116
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-casj;GovernmentOfTheRepublicOfTajikistan"/>
117
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Tajikistan"/>
118
+ </owl:NamedIndividual>
119
+
120
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;JurisdictionOfTheRepublicOfUzbekistan">
121
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
122
+ <rdfs:label>jurisdiction of the Republic of Uzbekistan</rdfs:label>
123
+ <skos:definition>jurisdiction of the judiciary of Uzbekistan, which is the system of courts that interprets and applies the law in Uzbekistan</skos:definition>
124
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-casj;GovernmentOfTheRepublicOfUzbekistan"/>
125
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Uzbekistan"/>
126
+ </owl:NamedIndividual>
127
+
128
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;JurisdictionOfTurkmenistan">
129
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
130
+ <rdfs:label>jurisdiction of Turkmenistan</rdfs:label>
131
+ <skos:definition>jurisdiction of the judiciary of Turkmenistan, which is the system of courts, including the Supreme Court of Turkmenistan and its divisions, that interprets and applies the law in Turkmenistan</skos:definition>
132
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-casj;GovernmentOfTurkmenistan"/>
133
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Turkmenistan"/>
134
+ </owl:NamedIndividual>
135
+
136
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;StateOfKazakhstan">
137
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
138
+ <rdfs:label>state of Kazakhstan</rdfs:label>
139
+ <skos:definition>sovereign state and polity that is Kazakhstan</skos:definition>
140
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Kazakhstan"/>
141
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-casj;GovernmentOfTheRepublicOfKazakhstan"/>
142
+ </owl:NamedIndividual>
143
+
144
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;StateOfKyrgyzstan">
145
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
146
+ <rdfs:label>state of Kyrgyzstan</rdfs:label>
147
+ <skos:definition>sovereign state and polity that is Kyrgyzstan</skos:definition>
148
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Kyrgyzstan"/>
149
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-casj;GovernmentOfTheKyrgyzRepublic"/>
150
+ </owl:NamedIndividual>
151
+
152
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;StateOfTajikistan">
153
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
154
+ <rdfs:label>state of Tajikistan</rdfs:label>
155
+ <skos:definition>sovereign state and polity that is Tajikistan</skos:definition>
156
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Tajikistan"/>
157
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-casj;GovernmentOfTheRepublicOfTajikistan"/>
158
+ </owl:NamedIndividual>
159
+
160
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;StateOfTurkmenistan">
161
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
162
+ <rdfs:label>state of Turkmenistan</rdfs:label>
163
+ <skos:definition>sovereign state and polity that is Turkmenistan</skos:definition>
164
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Turkmenistan"/>
165
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-casj;GovernmentOfTurkmenistan"/>
166
+ </owl:NamedIndividual>
167
+
168
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-casj;StateOfUzbekistan">
169
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
170
+ <rdfs:label>state of Uzbekistan</rdfs:label>
171
+ <skos:definition>sovereign state and polity that is Uzbekistan</skos:definition>
172
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Uzbekistan"/>
173
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-casj;GovernmentOfTheRepublicOfUzbekistan"/>
174
+ </owl:NamedIndividual>
175
+
176
+ </rdf:RDF>
src/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-easj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-easj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Eastern Asia Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Eastern Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
42
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
43
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"/>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address text formatting hygiene issues.</skos:changeNote>
45
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.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>
46
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
47
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
48
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
49
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
50
+ </owl:Ontology>
51
+
52
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfJapan">
53
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
54
+ <rdfs:label xml:lang="en">Government of Japan</rdfs:label>
55
+ <rdfs:label xml:lang="ja">日本国</rdfs:label>
56
+ <skos:definition>unitary parliamentary constitutional monarchy with a bicameral legislature in Eastern Asia, bordered on the west by the Sea of Japan, and extending from the Sea of Okhotsk in the north toward the East China Sea and Taiwan in the south</skos:definition>
57
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfJapan"/>
58
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Japan"/>
59
+ </owl:NamedIndividual>
60
+
61
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfMongolia">
62
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
63
+ <rdfs:label xml:lang="en">Government of Mongolia</rdfs:label>
64
+ <rdfs:label xml:lang="mn">Монгол Улс</rdfs:label>
65
+ <skos:definition>unitary semi-presidential representative democratic republic and landlocked country in Eastern Asia, situated between Russia to the north and China to the south, where it neighbours the Inner Mongolia Autonomous Region</skos:definition>
66
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfMongolia"/>
67
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Mongolia"/>
68
+ </owl:NamedIndividual>
69
+
70
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfTheDemocraticPeoplesRepublicOfKorea">
71
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
72
+ <rdfs:label xml:lang="en">Government of the Democratic People&apos;s Republic of Korea</rdfs:label>
73
+ <rdfs:label xml:lang="ko">조선민주주의인민공화국</rdfs:label>
74
+ <skos:definition>unitary one-party republic under a totalitarian dictatorship in Eastern Asia, constituting the northern part of the Korean Peninsula, bordered to the north by China and by Russia along the Amnok (known as the Yalu in Chinese) and Tumen rivers, and to the south by South Korea, with the heavily fortified Korean Demilitarized Zone (DMZ) separating the two</skos:definition>
75
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfTheDemocraticPeoplesRepublicOfKorea"/>
76
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;KoreaDemocraticPeoplesRepublicOf"/>
77
+ </owl:NamedIndividual>
78
+
79
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfTheHongKongSpecialAdministrativeRegionOfThePeoplesRepublicOfChina">
80
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
81
+ <rdfs:label xml:lang="en">Government of the Hong Kong Special Administrative Region of the People&apos;s Republic of China</rdfs:label>
82
+ <rdfs:label xml:lang="zh">中華人民共和國香港特別行政區</rdfs:label>
83
+ <skos:definition>devolved executive-led system within a socialist republic that is a metropolitan area and special administrative region of the People&apos;s Republic of China on the eastern Pearl River Delta of the South China Sea</skos:definition>
84
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfHongKong"/>
85
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;HongKong"/>
86
+ </owl:NamedIndividual>
87
+
88
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfTheMacaoSpecialAdministrativeRegionOfThePeoplesRepublicOfChina">
89
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
90
+ <rdfs:label xml:lang="en">Government of the Macao Special Administrative Region of the People&apos;s Republic of China</rdfs:label>
91
+ <rdfs:label xml:lang="zh">中華人民共和國澳門特別行政區</rdfs:label>
92
+ <skos:definition>devolved executive-led system within a socialist republic that is a metropolitan area and special administrative region of the People&apos;s Republic of China in the western Pearl River Delta by the South China Sea</skos:definition>
93
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfMacao"/>
94
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Macao"/>
95
+ </owl:NamedIndividual>
96
+
97
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfThePeoplesRepublicOfChina">
98
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
99
+ <rdfs:label xml:lang="en">Government of the People&apos;s Republic of China</rdfs:label>
100
+ <rdfs:label xml:lang="zh">中华人民共和国</rdfs:label>
101
+ <skos:definition>unitary Marxist-Leninist single-party socialist republic in Eastern Asia, covering approximately 9.6 million square kilometers (3.7 million square miles), that is the world&apos;s third or fourth-largest country by area</skos:definition>
102
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfChina"/>
103
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;China"/>
104
+ </owl:NamedIndividual>
105
+
106
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfTheRepublicOfChina">
107
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
108
+ <rdfs:label xml:lang="en">Government of the Republic of China</rdfs:label>
109
+ <rdfs:label xml:lang="zh">中華民國</rdfs:label>
110
+ <skos:definition>unitary semi-presidential constitutional republic whose neighbors include the People&apos;s Republic of China (PRC) to the northwest, Japan to the northeast, and the Philippines to the south</skos:definition>
111
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfTheRepublicOfChina"/>
112
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Taiwan"/>
113
+ </owl:NamedIndividual>
114
+
115
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;GovernmentOfTheRepublicOfKorea">
116
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
117
+ <rdfs:label xml:lang="en">Government of the Republic of Korea</rdfs:label>
118
+ <rdfs:label xml:lang="ko">대한민국</rdfs:label>
119
+ <skos:definition>unitary presidential constitutional republic in Eastern Asia, constituting the southern part of the Korean Peninsula, and sharing a land border with North Korea</skos:definition>
120
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-easj;JurisdictionOfTheRepublicOfKorea"/>
121
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;KoreaRepublicOf"/>
122
+ </owl:NamedIndividual>
123
+
124
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfChina">
125
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
126
+ <rdfs:label>jurisdiction of China</rdfs:label>
127
+ <skos:definition>jurisdiction of the judiciary of China, which is the system of courts that interprets and applies the law in China</skos:definition>
128
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfThePeoplesRepublicOfChina"/>
129
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;China"/>
130
+ </owl:NamedIndividual>
131
+
132
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfHongKong">
133
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
134
+ <rdfs:label>jurisdiction of Hong Kong</rdfs:label>
135
+ <skos:definition>jurisdiction of the judiciary of Hong Kong, which is the system of courts that interprets and applies the law in Hong Kong</skos:definition>
136
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfTheHongKongSpecialAdministrativeRegionOfThePeoplesRepublicOfChina"/>
137
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;HongKong"/>
138
+ </owl:NamedIndividual>
139
+
140
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfJapan">
141
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
142
+ <rdfs:label>jurisdiction of Japan</rdfs:label>
143
+ <skos:definition>jurisdiction of the judiciary of Japan, which is the system of courts, divided into four basic tiers including the Supreme Court and three levels of lower courts, that interprets and applies the law in Japan</skos:definition>
144
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfJapan"/>
145
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Japan"/>
146
+ </owl:NamedIndividual>
147
+
148
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfMacao">
149
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
150
+ <rdfs:label>jurisdiction of Macao</rdfs:label>
151
+ <skos:definition>jurisdiction of the judiciary of Macao, which is the system of courts that interprets and applies the law in Macao</skos:definition>
152
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfTheMacaoSpecialAdministrativeRegionOfThePeoplesRepublicOfChina"/>
153
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Macao"/>
154
+ </owl:NamedIndividual>
155
+
156
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfMongolia">
157
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
158
+ <rdfs:label>jurisdiction of Mongolia</rdfs:label>
159
+ <skos:definition>jurisdiction of the judiciary of Mongolia, which is the system of courts that interpret and apply the law in Mongolia</skos:definition>
160
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfMongolia"/>
161
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Mongolia"/>
162
+ </owl:NamedIndividual>
163
+
164
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfTheDemocraticPeoplesRepublicOfKorea">
165
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
166
+ <rdfs:label>jurisdiction of the Democratic People&apos;s Republic of Korea</rdfs:label>
167
+ <skos:definition>jurisdiction of the judiciary of the Democratic People&apos;s Republic of Korea, which is the system of courts that interpret and apply the law in North Korea</skos:definition>
168
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfTheDemocraticPeoplesRepublicOfKorea"/>
169
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;KoreaDemocraticPeoplesRepublicOf"/>
170
+ </owl:NamedIndividual>
171
+
172
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfTheRepublicOfChina">
173
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
174
+ <rdfs:label>jurisdiction of the Republic of China</rdfs:label>
175
+ <skos:definition>jurisdiction of the judiciary of the Republic of China, which is the system of courts, including the Judicial Yuan, Supreme Court, Council of Grand Justices, and lower courts, that interpret and apply the law in Taiwan</skos:definition>
176
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfTheRepublicOfChina"/>
177
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Taiwan"/>
178
+ </owl:NamedIndividual>
179
+
180
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;JurisdictionOfTheRepublicOfKorea">
181
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
182
+ <rdfs:label>jurisdiction of the Republic of Korea</rdfs:label>
183
+ <skos:definition>jurisdiction of the judiciary of the Republic of Korea, which is the system of courts, including the Supreme Court, Constitutional Court, and lower courts, that interpret and apply the law in South Korea</skos:definition>
184
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-easj;GovernmentOfTheRepublicOfKorea"/>
185
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;KoreaRepublicOf"/>
186
+ </owl:NamedIndividual>
187
+
188
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;RegionalStateOfHongKong">
189
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
190
+ <rdfs:label>regional state of Hong Kong</rdfs:label>
191
+ <skos:definition>regional sovereignty and polity that is Hong Kong</skos:definition>
192
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;HongKong"/>
193
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfTheHongKongSpecialAdministrativeRegionOfThePeoplesRepublicOfChina"/>
194
+ </owl:NamedIndividual>
195
+
196
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;RegionalStateOfMacao">
197
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
198
+ <rdfs:label>regional state of Macao</rdfs:label>
199
+ <skos:definition>regional sovereignty and polity that is Macao</skos:definition>
200
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Macao"/>
201
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfTheMacaoSpecialAdministrativeRegionOfThePeoplesRepublicOfChina"/>
202
+ </owl:NamedIndividual>
203
+
204
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;StateOfChina">
205
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
206
+ <rdfs:label>state of China</rdfs:label>
207
+ <skos:definition>sovereign state and polity that is China</skos:definition>
208
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;China"/>
209
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;HongKong"/>
210
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Macao"/>
211
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfThePeoplesRepublicOfChina"/>
212
+ </owl:NamedIndividual>
213
+
214
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;StateOfJapan">
215
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
216
+ <rdfs:label>state of Japan</rdfs:label>
217
+ <skos:definition>sovereign state and polity that is Japan</skos:definition>
218
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Japan"/>
219
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfJapan"/>
220
+ </owl:NamedIndividual>
221
+
222
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;StateOfMongolia">
223
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
224
+ <rdfs:label>state of Mongolia</rdfs:label>
225
+ <skos:definition>sovereign state and polity that is Mongolia</skos:definition>
226
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Mongolia"/>
227
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfMongolia"/>
228
+ </owl:NamedIndividual>
229
+
230
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;StateOfNorthKorea">
231
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
232
+ <rdfs:label>state of North Korea</rdfs:label>
233
+ <skos:definition>sovereign state and polity that is North Korea</skos:definition>
234
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;KoreaDemocraticPeoplesRepublicOf"/>
235
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfTheDemocraticPeoplesRepublicOfKorea"/>
236
+ </owl:NamedIndividual>
237
+
238
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;StateOfSouthKorea">
239
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
240
+ <rdfs:label>state of South Korea</rdfs:label>
241
+ <skos:definition>sovereign state and polity that is South Korea</skos:definition>
242
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;KoreaRepublicOf"/>
243
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfTheRepublicOfKorea"/>
244
+ </owl:NamedIndividual>
245
+
246
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-easj;StateOfTaiwan">
247
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
248
+ <rdfs:label>regional state of Taiwan</rdfs:label>
249
+ <skos:definition>regional sovereignty and polity that is Taiwan</skos:definition>
250
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Taiwan"/>
251
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-easj;GovernmentOfTheRepublicOfChina"/>
252
+ </owl:NamedIndividual>
253
+
254
+ </rdf:RDF>
src/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-seasj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
21
+ xmlns:fibo-be-ge-seasj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Southeastern Asia Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Southeastern Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
42
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
43
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"/>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.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>
45
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
46
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
47
+ <cmns-av:copyright>Copyright (c) 2021-2023 EDM Council, Inc.</cmns-av:copyright>
48
+ <cmns-av:copyright>Copyright (c) 2021-2023 Object Management Group, Inc.</cmns-av:copyright>
49
+ </owl:Ontology>
50
+
51
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfMalaysia">
52
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
53
+ <rdfs:label xml:lang="en">Government of Malaysia</rdfs:label>
54
+ <skos:definition>federal parliamentary constitutional elective monarchy in Southeastern Asia, separated by the South China Sea into two regions, Peninsular Malaysia and Borneo&apos;s East Malaysia, that shares land and maritime borders with Thailand, Brunei, and Indonesia, and maritime borders with Singapore, Vietnam, and the Philippines</skos:definition>
55
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfMalaysia"/>
56
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Malaysia"/>
57
+ </owl:NamedIndividual>
58
+
59
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheDemocraticRepublicOfTimor-Leste">
60
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
61
+ <rdfs:label xml:lang="en">Government of the Democratic Republic of Timor-Leste</rdfs:label>
62
+ <rdfs:label xml:lang="pt">República Democrática de Timor-Leste</rdfs:label>
63
+ <rdfs:label xml:lang="tet">Repúblika Demokrátika Timór-Leste</rdfs:label>
64
+ <skos:definition>unitary semi-presidential constitutional republic in Southeastern Asia, an island country that comprises the eastern half of the island of Timor, the nearby islands of Atauro and Jaco, and Oecusse, an exclave on the northwestern side of the island surrounded by Indonesian West Timor</skos:definition>
65
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheDemocraticRepublicOfTimor-Leste"/>
66
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Timor-Leste"/>
67
+ </owl:NamedIndividual>
68
+
69
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheKingdomOfCambodia">
70
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
71
+ <rdfs:label xml:lang="en">Government of the Kingdom of Cambodia</rdfs:label>
72
+ <skos:definition>unitary dominant-party parliamentary elective constitutional monarchy in Southeastern Asia, located in the southern portion of the Indochinese peninsula, bordered by Thailand to the northwest, Laos to the northeast, Vietnam to the east and the Gulf of Thailand to the southwest</skos:definition>
73
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfCambodia"/>
74
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Cambodia"/>
75
+ </owl:NamedIndividual>
76
+
77
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheLaoPeoplesDemocraticRepublic">
78
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
79
+ <rdfs:label xml:lang="en">Government of the Lao People&apos;s Democratic Republic</rdfs:label>
80
+ <rdfs:label xml:lang="lo">ສາທາລະນະລັດ ປະຊາທິປະໄຕ ປະຊາຊົນລາວ</rdfs:label>
81
+ <skos:definition>unitary Marxist-Leninist one-party socialist republic in Southeastern Asia, located on the Indochinese Peninsula, bordered by Myanmar and China to the northwest, Vietnam to the east, Cambodia to the southeast and Thailand to the west and southwest</skos:definition>
82
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheLaoPeoplesDemocraticRepublic"/>
83
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;LaoPeoplesDemocraticRepublic"/>
84
+ </owl:NamedIndividual>
85
+
86
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheNationOfBruneiTheAbodeOfPeace">
87
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
88
+ <rdfs:label xml:lang="en">Government of the Nation of Brunei, the Abode of Peace</rdfs:label>
89
+ <rdfs:label xml:lang="ms">Negara Brunei Darussalam</rdfs:label>
90
+ <skos:definition>unitary Islamic absolute monarchy in Southeastern Asia, located on the north coast of the island of Borneo</skos:definition>
91
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfBrunei"/>
92
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;BruneiDarussalam"/>
93
+ </owl:NamedIndividual>
94
+
95
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfIndonesia">
96
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
97
+ <rdfs:label xml:lang="en">Government of the Republic of Indonesia</rdfs:label>
98
+ <rdfs:label xml:lang="id">Republik Indonesia</rdfs:label>
99
+ <skos:definition>unitary presidential constitutional republic in Southeastern Asia, consisting of more than seventeen thousand islands, including Sumatra, Java, Sulawesi, and parts of Borneo and New Guinea, located between the Indian and Pacific oceans</skos:definition>
100
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfIndonesia"/>
101
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Indonesia"/>
102
+ </owl:NamedIndividual>
103
+
104
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfSingapore">
105
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
106
+ <rdfs:label xml:lang="en">Government of the Republic of Singapore</rdfs:label>
107
+ <rdfs:label xml:lang="ms">Republik Singapura</rdfs:label>
108
+ <rdfs:label xml:lang="ta">சிங்கப்பூர் குடியரசு</rdfs:label>
109
+ <rdfs:label xml:lang="zh">新加坡共和国</rdfs:label>
110
+ <skos:definition>unitary dominant-party parliamentary constitutional republic in Southeastern Asia, located off the southern tip of the Malay Peninsula, bordering the Straits of Malacca to the west, the Riau Islands (Indonesia) to the south, and the South China Sea to the east</skos:definition>
111
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheRepublicOfSingapore"/>
112
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Singapore"/>
113
+ </owl:NamedIndividual>
114
+
115
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfThePhilippines">
116
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
117
+ <rdfs:label xml:lang="en">Government of the Republic of the Philippines</rdfs:label>
118
+ <rdfs:label xml:lang="tl">Republika ng Pilipinas</rdfs:label>
119
+ <rdfs:seeAlso rdf:resource="https://www.gov.ph/"/>
120
+ <skos:definition>unitary presidential constitutional republic in Southeastern Asia, an archipelagic country bordered by the South China Sea to the west, the Philippine Sea to the east, and the Celebes Sea to the southwest, and shares maritime borders with Taiwan to the north, Japan to the northeast, Palau to the east and southeast, Indonesia to the south, Malaysia and Brunei to the southwest, Vietnam to the west, and China to the northwest</skos:definition>
121
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheRepublicOfThePhilippines"/>
122
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Philippines"/>
123
+ </owl:NamedIndividual>
124
+
125
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfTheUnionOfMyanmar">
126
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
127
+ <rdfs:label xml:lang="en">Government of the Republic of the Union of Myanmar</rdfs:label>
128
+ <rdfs:label xml:lang="my">ပြည်ထောင်စု သမ္မတ မြန်မာနိုင်ငံတော်</rdfs:label>
129
+ <skos:definition>unitary parliamentary assembly-independent republic under a military junta in Southeastern Asia, bordered by Bangladesh and India to its northwest, China to its northeast, Laos and Thailand to its east and southeast, and the Andaman Sea and the Bay of Bengal to its south and southwest</skos:definition>
130
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheRepublicOfTheUnionOfMyanmar"/>
131
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Myanmar"/>
132
+ </owl:NamedIndividual>
133
+
134
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;GovernmentOfTheSocialistRepublicOfVietNam">
135
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
136
+ <rdfs:label xml:lang="vi">Cộng hòa Xã hội chủ nghĩa Việt Nam</rdfs:label>
137
+ <rdfs:label xml:lang="en">Government of the Socialist Republic of Viet Nam</rdfs:label>
138
+ <skos:definition>unitary Marxist-Leninist one-party socialist republic in Southeastern Asia, located at the eastern edge of the Indochinese Peninsula, bordering China to the north, and Laos and Cambodia to the west; while maintaining maritime borders with Thailand through the Gulf of Thailand, and the Philippines, Indonesia and Malaysia through the South China Sea</skos:definition>
139
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheSocialistRepublicOfVietNam"/>
140
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;VietNam"/>
141
+ </owl:NamedIndividual>
142
+
143
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfBrunei">
144
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
145
+ <rdfs:label>jurisdiction of Brunei</rdfs:label>
146
+ <skos:definition>jurisdiction of the judiciary of Brunei, which is the system of courts that interprets and applies the law in Brunei</skos:definition>
147
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheNationOfBruneiTheAbodeOfPeace"/>
148
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;BruneiDarussalam"/>
149
+ </owl:NamedIndividual>
150
+
151
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfCambodia">
152
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
153
+ <rdfs:label>jurisdiction of Cambodia</rdfs:label>
154
+ <skos:definition>jurisdiction of the judiciary of Cambodia, which is the system of courts that interprets and applies the law in Cambodia</skos:definition>
155
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheKingdomOfCambodia"/>
156
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Cambodia"/>
157
+ </owl:NamedIndividual>
158
+
159
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfIndonesia">
160
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
161
+ <rdfs:label>jurisdiction of Indonesia</rdfs:label>
162
+ <skos:definition>jurisdiction of the judiciary of Indonesia, which is the system of courts, including the Supreme Court of Indonesia, that interprets and applies the law in Indonesia</skos:definition>
163
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfIndonesia"/>
164
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Indonesia"/>
165
+ </owl:NamedIndividual>
166
+
167
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfMalaysia">
168
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
169
+ <rdfs:label>jurisdiction of Malaysia</rdfs:label>
170
+ <rdfs:seeAlso rdf:resource="http://www.kehakiman.gov.my/"/>
171
+ <skos:definition>jurisdiction of the judiciary of Malaysia, which is the system of courts, including the Federal Court of Malaysia, that interprets and applies the law in Malaysia</skos:definition>
172
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfMalaysia"/>
173
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Malaysia"/>
174
+ </owl:NamedIndividual>
175
+
176
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheDemocraticRepublicOfTimor-Leste">
177
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
178
+ <rdfs:label>jurisdiction of the Democratic Republic of Timor-Leste</rdfs:label>
179
+ <skos:definition>jurisdiction of the judiciary of Timor-Leste, which is the system of courts that interprets and applies the law in Timor-Leste</skos:definition>
180
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheDemocraticRepublicOfTimor-Leste"/>
181
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Timor-Leste"/>
182
+ </owl:NamedIndividual>
183
+
184
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheLaoPeoplesDemocraticRepublic">
185
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
186
+ <rdfs:label>jurisdiction of the Lao People&apos;s Democratic Republic</rdfs:label>
187
+ <skos:definition>jurisdiction of the judiciary of the Lao People&apos;s Democratic Republic, which is the system of courts that interprets and applies the law in Laos</skos:definition>
188
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheLaoPeoplesDemocraticRepublic"/>
189
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;LaoPeoplesDemocraticRepublic"/>
190
+ </owl:NamedIndividual>
191
+
192
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheRepublicOfSingapore">
193
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
194
+ <rdfs:label>jurisdiction of the Republic of Singapore</rdfs:label>
195
+ <rdfs:seeAlso rdf:resource="http://www.supremecourt.gov.sg/"/>
196
+ <skos:definition>jurisdiction of the judiciary of Singapore, which is the system of courts, including the Supreme Court and State Courts, that interprets and applies the law in Singapore</skos:definition>
197
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfSingapore"/>
198
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Singapore"/>
199
+ </owl:NamedIndividual>
200
+
201
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheRepublicOfThePhilippines">
202
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
203
+ <rdfs:label>jurisdiction of the Republic of the Philippines</rdfs:label>
204
+ <rdfs:seeAlso rdf:resource="http://sc.judiciary.gov.ph/"/>
205
+ <skos:definition>jurisdiction of the judiciary of the Philippines, which is the system of courts, including the Supreme Court of the Philippines, that interprets and applies the law in the Philippines</skos:definition>
206
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfThePhilippines"/>
207
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Philippines"/>
208
+ </owl:NamedIndividual>
209
+
210
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheRepublicOfTheUnionOfMyanmar">
211
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
212
+ <rdfs:label>jurisdiction of the Republic of the Union of Myanmar</rdfs:label>
213
+ <skos:definition>jurisdiction of the judiciary of Myanmar, which is the system of courts that interprets and applies the law in Myanmar</skos:definition>
214
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfTheUnionOfMyanmar"/>
215
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Myanmar"/>
216
+ </owl:NamedIndividual>
217
+
218
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheRoyalThaiGovernment">
219
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
220
+ <rdfs:label>jurisdiction of the Royal Thai Government</rdfs:label>
221
+ <skos:definition>jurisdiction of the judiciary of Thailand, which is the system of courts that interprets and applies the law in Thailand</skos:definition>
222
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;RoyalThaiGovernment"/>
223
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Thailand"/>
224
+ </owl:NamedIndividual>
225
+
226
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;JurisdictionOfTheSocialistRepublicOfVietNam">
227
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
228
+ <rdfs:label>jurisdiction of the Socialist Republic of Viet Nam</rdfs:label>
229
+ <rdfs:seeAlso rdf:resource="http://www.toaan.gov.vn/"/>
230
+ <skos:definition>jurisdiction of the judiciary of Viet Nam, which is the system of courts, including the Supreme People&apos;s Court of Viet Nam, that interprets and applies the law in the Viet Nam</skos:definition>
231
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheSocialistRepublicOfVietNam"/>
232
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;VietNam"/>
233
+ </owl:NamedIndividual>
234
+
235
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;RoyalThaiGovernment">
236
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
237
+ <rdfs:label xml:lang="en">Royal Thai Government</rdfs:label>
238
+ <rdfs:label xml:lang="th">รัฐบาลไทย</rdfs:label>
239
+ <skos:definition>unitary military-junta constitutional monarchy in Southeastern Asia, bordered to the north by Myanmar and Laos, to the east by Laos and Cambodia, to the south by the Gulf of Thailand and Malaysia, and to the west by the Andaman Sea and the southern extremity of Myanmar, and sharing maritime borders with Vietnam in the Gulf of Thailand to the southeast, and Indonesia and India on the Andaman Sea to the southwest</skos:definition>
240
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seasj;JurisdictionOfTheRoyalThaiGovernment"/>
241
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Thailand"/>
242
+ </owl:NamedIndividual>
243
+
244
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfBrunei">
245
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
246
+ <rdfs:label>state of Brunei</rdfs:label>
247
+ <skos:definition>sovereign state and polity that is Brunei</skos:definition>
248
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;BruneiDarussalam"/>
249
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheNationOfBruneiTheAbodeOfPeace"/>
250
+ </owl:NamedIndividual>
251
+
252
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfCambodia">
253
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
254
+ <rdfs:label>state of Cambodia</rdfs:label>
255
+ <skos:definition>sovereign state and polity that is Cambodia</skos:definition>
256
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Cambodia"/>
257
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheKingdomOfCambodia"/>
258
+ </owl:NamedIndividual>
259
+
260
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfIndonesia">
261
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
262
+ <rdfs:label>state of Indonesia</rdfs:label>
263
+ <skos:definition>sovereign state and polity that is Indonesia</skos:definition>
264
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Indonesia"/>
265
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfIndonesia"/>
266
+ </owl:NamedIndividual>
267
+
268
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfLaos">
269
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
270
+ <rdfs:label>state of Laos</rdfs:label>
271
+ <skos:definition>sovereign state and polity that is the Lao People&apos;s Democratic Republic</skos:definition>
272
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;LaoPeoplesDemocraticRepublic"/>
273
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheLaoPeoplesDemocraticRepublic"/>
274
+ </owl:NamedIndividual>
275
+
276
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfMalaysia">
277
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
278
+ <rdfs:label>state of Malaysia</rdfs:label>
279
+ <skos:definition>federated sovereignty and polity that is Malaysia</skos:definition>
280
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Malaysia"/>
281
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfMalaysia"/>
282
+ </owl:NamedIndividual>
283
+
284
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfMyanmar">
285
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
286
+ <rdfs:label>state of Myanmar</rdfs:label>
287
+ <skos:definition>sovereign state and polity that is Myanmar</skos:definition>
288
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Myanmar"/>
289
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfTheUnionOfMyanmar"/>
290
+ </owl:NamedIndividual>
291
+
292
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfSingapore">
293
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
294
+ <rdfs:label>state of Singapore</rdfs:label>
295
+ <skos:definition>sovereign state and polity that is Singapore</skos:definition>
296
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Singapore"/>
297
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfSingapore"/>
298
+ </owl:NamedIndividual>
299
+
300
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfThailand">
301
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
302
+ <rdfs:label>state of Thailand</rdfs:label>
303
+ <skos:definition>sovereign state and polity that is Thailand</skos:definition>
304
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Thailand"/>
305
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;RoyalThaiGovernment"/>
306
+ </owl:NamedIndividual>
307
+
308
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfThePhilippines">
309
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
310
+ <rdfs:label>state of the Philippines</rdfs:label>
311
+ <skos:definition>sovereign state and polity that is the Philippines</skos:definition>
312
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Philippines"/>
313
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheRepublicOfThePhilippines"/>
314
+ </owl:NamedIndividual>
315
+
316
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfTimor-Leste">
317
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
318
+ <rdfs:label>state of Timor-Leste</rdfs:label>
319
+ <skos:definition>sovereign state and polity that is Timor-Leste</skos:definition>
320
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Timor-Leste"/>
321
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheDemocraticRepublicOfTimor-Leste"/>
322
+ </owl:NamedIndividual>
323
+
324
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seasj;StateOfVietNam">
325
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
326
+ <rdfs:label>state of Viet Nam</rdfs:label>
327
+ <skos:definition>sovereign state and polity that is Viet Nam</skos:definition>
328
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;VietNam"/>
329
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seasj;GovernmentOfTheSocialistRepublicOfVietNam"/>
330
+ </owl:NamedIndividual>
331
+
332
+ </rdf:RDF>
src/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-sasj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
21
+ xmlns:fibo-be-ge-sasj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Southern Asia Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Southern Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
42
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"/>
43
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.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>
44
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
45
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
46
+ <cmns-av:copyright>Copyright (c) 2021-2023 EDM Council, Inc.</cmns-av:copyright>
47
+ <cmns-av:copyright>Copyright (c) 2021-2023 Object Management Group, Inc.</cmns-av:copyright>
48
+ </owl:Ontology>
49
+
50
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheDemocraticSocialistRepublicOfSriLanka">
51
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
52
+ <rdfs:label xml:lang="en">Government of the Democratic Socialist Republic of Sri Lanka</rdfs:label>
53
+ <rdfs:label xml:lang="si">ශ්‍රී ලංකා ප්‍රජාතාන්ත්‍රික සමාජවාදී ජනරජය</rdfs:label>
54
+ <rdfs:seeAlso rdf:resource="http://www.gov.lk/"/>
55
+ <skos:definition>unitary semi-presidential constitutional republic in Southern Asia that is an island country situated on the Indian Ocean, southwest of the Bay of Bengal, and southeast of the Arabian Sea</skos:definition>
56
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfSriLanka"/>
57
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SriLanka"/>
58
+ </owl:NamedIndividual>
59
+
60
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheFederalDemocraticRepublicOfNepal">
61
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
62
+ <rdfs:label xml:lang="en">Government of the Federal Democratic Republic of Nepal</rdfs:label>
63
+ <rdfs:label xml:lang="ne">सङ्घीय लोकतान्त्रिक गणतन्त्र नेपाल</rdfs:label>
64
+ <skos:definition>federal parliamentary republic in Southern Asia, mainly situated in the Himalayas, bordering Tibet of China to the north, and India in the south, east, and west</skos:definition>
65
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfNepal"/>
66
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Nepal"/>
67
+ </owl:NamedIndividual>
68
+
69
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfAfghanistan">
70
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
71
+ <rdfs:label xml:lang="ps">Da Afġānistān Islāmī Jumhoryat</rdfs:label>
72
+ <rdfs:label xml:lang="en">Government of the Islamic Republic of Afghanistan</rdfs:label>
73
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Politics_of_Afghanistan"/>
74
+ <skos:definition>unitary presidential Islamic republic in Southern Asia, bordered by Pakistan to the east and south, Iran to the west, Turkmenistan, Uzbekistan, and Tajikistan to the north, and China to the northeast</skos:definition>
75
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfAfghanistan"/>
76
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Afghanistan"/>
77
+ </owl:NamedIndividual>
78
+
79
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfIran">
80
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
81
+ <rdfs:label xml:lang="en">Government of the Islamic Republic of Iran</rdfs:label>
82
+ <rdfs:label xml:lang="fa">جمهوری اسلامی ایران</rdfs:label>
83
+ <rdfs:seeAlso rdf:resource="http://www.icana.ir/"/>
84
+ <skos:definition>unitary Khomeinist presidential Islamic republic in Southern Asia, bordered to the northwest by Armenia and Azerbaijan, to the north by the Caspian Sea, to the northeast by Turkmenistan, to the east by Afghanistan, to the southeast by Pakistan, to the south by the Persian Gulf and the Gulf of Oman, and to the west by Turkey and Iraq</skos:definition>
85
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfIran"/>
86
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Iran"/>
87
+ </owl:NamedIndividual>
88
+
89
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfPakistan">
90
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
91
+ <rdfs:label xml:lang="en">Government of the Islamic Republic of Pakistan</rdfs:label>
92
+ <rdfs:label xml:lang="ur">اِسلامی جمہوریہ پاكِستان</rdfs:label>
93
+ <rdfs:seeAlso rdf:resource="http://www.pakistan.gov.pk/"/>
94
+ <skos:definition>federal parliamentary constitutional republic in Southern Asia, bordered by India to the east, Afghanistan to the west, Iran to the southwest, and China to the northeast</skos:definition>
95
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfPakistan"/>
96
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Pakistan"/>
97
+ </owl:NamedIndividual>
98
+
99
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheKingdomOfBhutan">
100
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
101
+ <rdfs:label xml:lang="en">Government of the Kingdom of Bhutan</rdfs:label>
102
+ <rdfs:label xml:lang="dz">འབྲུག་རྒྱལ་ཁབ་</rdfs:label>
103
+ <skos:definition>unitary parliamentary constitutional monarchy in Southern Asia, bordered by China to the north and India to the south</skos:definition>
104
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfBhutan"/>
105
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bhutan"/>
106
+ </owl:NamedIndividual>
107
+
108
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfThePeoplesRepublicOfBangladesh">
109
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
110
+ <rdfs:label xml:lang="en">Government of the People&apos;s Republic of Bangladesh</rdfs:label>
111
+ <rdfs:label xml:lang="bn">গণপ্রজাতন্ত্রী বাংলাদেশ</rdfs:label>
112
+ <rdfs:seeAlso rdf:resource="http://bangladesh.gov.bd/"/>
113
+ <skos:definition>unitary dominant-party parliamentary constitutional republic in Southern Asia, bordered by India to the west, north, and east, Myanmar to the southeast, and the Bay of Bengal to the south</skos:definition>
114
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfBangladesh"/>
115
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bangladesh"/>
116
+ </owl:NamedIndividual>
117
+
118
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheRepublicOfIndia">
119
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
120
+ <rdfs:label xml:lang="hi">Bhārat Gaṇarājya</rdfs:label>
121
+ <rdfs:label xml:lang="en">Government of the Republic of India</rdfs:label>
122
+ <rdfs:seeAlso rdf:resource="http://parliamentofindia.nic.in/"/>
123
+ <skos:definition>federal parliamentary constitutional and democratic republic in Southern Asia, bordered by the Indian Ocean on the south, the Arabian Sea on the southwest, and the Bay of Bengal on the southeast, it shares land borders with Pakistan to the northwest; China, Nepal, and Bhutan to the north; and Bangladesh and Myanmar to the east</skos:definition>
124
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfIndia"/>
125
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;India"/>
126
+ </owl:NamedIndividual>
127
+
128
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;GovernmentOfTheRepublicOfMaldives">
129
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
130
+ <rdfs:label xml:lang="en">Government of the Republic of Maldives</rdfs:label>
131
+ <rdfs:label xml:lang="dv">ދިވެހިރާއްޖެ</rdfs:label>
132
+ <skos:definition>unitary presidential republic in Southern Asia, a small archipelagic state situated in the Indian Ocean</skos:definition>
133
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-sasj;JurisdictionOfMaldives"/>
134
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Maldives"/>
135
+ </owl:NamedIndividual>
136
+
137
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfAfghanistan">
138
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
139
+ <rdfs:label>jurisdiction of Afghanistan</rdfs:label>
140
+ <rdfs:seeAlso rdf:resource="http://supremecourt.gov.af/en"/>
141
+ <skos:definition>jurisdiction of the judiciary of Afghanistan, which is the system of courts, including its Supreme Court or Stera Mahkama, that interprets and applies the law in Afghanistan</skos:definition>
142
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfAfghanistan"/>
143
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Afghanistan"/>
144
+ </owl:NamedIndividual>
145
+
146
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfBangladesh">
147
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
148
+ <rdfs:label>jurisdiction of Bangladesh</rdfs:label>
149
+ <rdfs:seeAlso rdf:resource="http://supremecourt.gov.bd/"/>
150
+ <skos:definition>jurisdiction of the judiciary of Bangladesh, which is the system of courts, including its Supreme Court, High Court, and Appellate Divisions, that interprets and applies the law in Bangladesh</skos:definition>
151
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfThePeoplesRepublicOfBangladesh"/>
152
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bangladesh"/>
153
+ </owl:NamedIndividual>
154
+
155
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfBhutan">
156
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
157
+ <rdfs:label>jurisdiction of Bhutan</rdfs:label>
158
+ <skos:definition>jurisdiction of the judiciary of Bhutan, which is the system of courts that interprets and applies the law in Bhutan</skos:definition>
159
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheKingdomOfBhutan"/>
160
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bhutan"/>
161
+ </owl:NamedIndividual>
162
+
163
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfIndia">
164
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
165
+ <rdfs:label>jurisdiction of India</rdfs:label>
166
+ <skos:definition>jurisdiction of the judiciary of India, a three-tier unitary independent judiciary comprising the supreme court, headed by the Chief Justice of India, 25 high courts, and a large number of trial courts, which is the system of courts that interprets and applies the law in India</skos:definition>
167
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheRepublicOfIndia"/>
168
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;India"/>
169
+ </owl:NamedIndividual>
170
+
171
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfIran">
172
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
173
+ <rdfs:label>jurisdiction of Iran</rdfs:label>
174
+ <skos:definition>jurisdiction of the judiciary of India, which is the system of courts that interprets and applies the law in Iran</skos:definition>
175
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfIran"/>
176
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Iran"/>
177
+ </owl:NamedIndividual>
178
+
179
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfMaldives">
180
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
181
+ <rdfs:label>jurisdiction of Maldives</rdfs:label>
182
+ <skos:definition>jurisdiction of the judiciary of Maldives, which is the system of courts that interprets and applies the law in Maldives</skos:definition>
183
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheRepublicOfMaldives"/>
184
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Maldives"/>
185
+ </owl:NamedIndividual>
186
+
187
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfNepal">
188
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
189
+ <rdfs:label>jurisdiction of Nepal</rdfs:label>
190
+ <skos:definition>jurisdiction of the judiciary of Nepal, which is the system of courts, including the Supreme Court, that interprets and applies the law in Nepal</skos:definition>
191
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheFederalDemocraticRepublicOfNepal"/>
192
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Nepal"/>
193
+ </owl:NamedIndividual>
194
+
195
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfPakistan">
196
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
197
+ <rdfs:label>jurisdiction of Pakistan</rdfs:label>
198
+ <skos:definition>jurisdiction of the judiciary of Pakistan, which is the system of courts that interprets and applies the law in Pakistan</skos:definition>
199
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfPakistan"/>
200
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Pakistan"/>
201
+ </owl:NamedIndividual>
202
+
203
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;JurisdictionOfSriLanka">
204
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
205
+ <rdfs:label>jurisdiction of Sri Lanka</rdfs:label>
206
+ <skos:definition>jurisdiction of the judiciary of Sri Lanka, which is the system of courts that interprets and applies the law in Sri Lanka</skos:definition>
207
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheDemocraticSocialistRepublicOfSriLanka"/>
208
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SriLanka"/>
209
+ </owl:NamedIndividual>
210
+
211
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfAfghanistan">
212
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
213
+ <rdfs:label>state of Afghanistan</rdfs:label>
214
+ <skos:definition>sovereign state and polity that is Afghanistan</skos:definition>
215
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Afghanistan"/>
216
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfAfghanistan"/>
217
+ </owl:NamedIndividual>
218
+
219
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfBangladesh">
220
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
221
+ <rdfs:label>state of Bangladesh</rdfs:label>
222
+ <skos:definition>sovereign state and polity that is Bangladesh</skos:definition>
223
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Bangladesh"/>
224
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfThePeoplesRepublicOfBangladesh"/>
225
+ </owl:NamedIndividual>
226
+
227
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfBhutan">
228
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
229
+ <rdfs:label>state of Bhutan</rdfs:label>
230
+ <skos:definition>sovereign state and polity that is Bhutan</skos:definition>
231
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Bhutan"/>
232
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheKingdomOfBhutan"/>
233
+ </owl:NamedIndividual>
234
+
235
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfIndia">
236
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
237
+ <rdfs:label>state of India</rdfs:label>
238
+ <skos:definition>federated sovereignty and polity that is India</skos:definition>
239
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;India"/>
240
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheRepublicOfIndia"/>
241
+ </owl:NamedIndividual>
242
+
243
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfIran">
244
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
245
+ <rdfs:label>state of Iran</rdfs:label>
246
+ <skos:definition>sovereign state and polity that is Iran</skos:definition>
247
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Iran"/>
248
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfIran"/>
249
+ </owl:NamedIndividual>
250
+
251
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfMaldives">
252
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
253
+ <rdfs:label>state of Maldives</rdfs:label>
254
+ <skos:definition>sovereign state and polity that is Maldives</skos:definition>
255
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Maldives"/>
256
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheRepublicOfMaldives"/>
257
+ </owl:NamedIndividual>
258
+
259
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfNepal">
260
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
261
+ <rdfs:label>state of Nepal</rdfs:label>
262
+ <skos:definition>federated sovereignty and polity that is Nepal</skos:definition>
263
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Nepal"/>
264
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheFederalDemocraticRepublicOfNepal"/>
265
+ </owl:NamedIndividual>
266
+
267
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfPakistan">
268
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
269
+ <rdfs:label>state of Pakistan</rdfs:label>
270
+ <skos:definition>federated sovereignty and polity that is Pakistan</skos:definition>
271
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Pakistan"/>
272
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheIslamicRepublicOfPakistan"/>
273
+ </owl:NamedIndividual>
274
+
275
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-sasj;StateOfSriLanka">
276
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
277
+ <rdfs:label>state of Sri Lanka</rdfs:label>
278
+ <skos:definition>sovereign state and polity that is Sri Lanka</skos:definition>
279
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;SriLanka"/>
280
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-sasj;GovernmentOfTheDemocraticSocialistRepublicOfSriLanka"/>
281
+ </owl:NamedIndividual>
282
+
283
+ </rdf:RDF>
src/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,504 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-wasj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
21
+ xmlns:fibo-be-ge-wasj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Western Asia Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Western Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
42
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"/>
43
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.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>
44
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
45
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
46
+ <cmns-av:copyright>Copyright (c) 2021-2023 EDM Council, Inc.</cmns-av:copyright>
47
+ <cmns-av:copyright>Copyright (c) 2021-2023 Object Management Group, Inc.</cmns-av:copyright>
48
+ </owl:Ontology>
49
+
50
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfGeorgia">
51
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
52
+ <rdfs:label xml:lang="en">Government of Georgia</rdfs:label>
53
+ <rdfs:label xml:lang="ka">საქართველო</rdfs:label>
54
+ <skos:definition>unitary parliamentary constitutional republic in Western Asia, bounded to the west by the Black Sea, to the north and east by Russia, to the south by Turkey and Armenia, and to the southeast by Azerbaijan</skos:definition>
55
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfGeorgia"/>
56
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Georgia"/>
57
+ </owl:NamedIndividual>
58
+
59
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheHashemiteKingdomOfJordan">
60
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
61
+ <rdfs:label xml:lang="en">Government of the Hashemite Kingdom of Jordan</rdfs:label>
62
+ <rdfs:label xml:lang="ar">المملكة الأردنية الهاشمية</rdfs:label>
63
+ <skos:definition>unitary parliamentary constitutional monarchy in Western Asia, located on the East Bank of the Jordan River, bordered by Saudi Arabia, Iraq, Syria, Israel and Palestine (West Bank)</skos:definition>
64
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheHashemiteKingdomOfJordan"/>
65
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Jordan"/>
66
+ </owl:NamedIndividual>
67
+
68
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheKingdomOfBahrain">
69
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
70
+ <rdfs:label xml:lang="en">Government of the Kingdom of Bahrain</rdfs:label>
71
+ <rdfs:label xml:lang="ar">مملكة البحرين</rdfs:label>
72
+ <skos:definition>unitary constitutional monarchy in Western Asia, comprising a small archipelago made up of 70 natural islands and an additional 33 artificial islands, centered around Bahrain Island, between the Qatari peninsula and the north eastern coast of Saudi Arabia</skos:definition>
73
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheKingdomOfBahrain"/>
74
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bahrain"/>
75
+ </owl:NamedIndividual>
76
+
77
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheKingdomOfSaudiArabia">
78
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
79
+ <rdfs:label xml:lang="en">Government of the Kingdom of Saudi Arabia</rdfs:label>
80
+ <rdfs:label xml:lang="ar">ٱلْمَمْلَكَة ٱلْعَرَبِيَّة ٱلسَّعُوْدِيَّة</rdfs:label>
81
+ <skos:definition>unitary Islamic absolute monarchy in Western Asia, located on the Arabian Peninsula and bordered by Jordan and Iraq to the north, Kuwait to the northeast, Qatar, Bahrain, and the United Arab Emirates to the east, Oman to the southeast and Yemen to the south</skos:definition>
82
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheKingdomOfSaudiArabia"/>
83
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SaudiArabia"/>
84
+ </owl:NamedIndividual>
85
+
86
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheLebaneseRepublic">
87
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
88
+ <rdfs:label xml:lang="en">Government of the Lebanese Republic</rdfs:label>
89
+ <rdfs:label xml:lang="ar">ٱلْجُمْهُورِيَّةُ ٱللُّبْنَانِيَّةُ</rdfs:label>
90
+ <skos:definition>unitary parliamentary confessionalist constitutional republic in Western Asia, bordered by Syria to the north and east and Israel to the south</skos:definition>
91
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheLebaneseRepublic"/>
92
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Lebanon"/>
93
+ </owl:NamedIndividual>
94
+
95
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfArmenia">
96
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
97
+ <rdfs:label xml:lang="en">Government of the Republic of Armenia</rdfs:label>
98
+ <rdfs:label xml:lang="hy">Հայաստանի Հանրապետություն</rdfs:label>
99
+ <skos:definition>unitary parliamentary democratic republic in Western Asia, bordered by Turkey to the west, Georgia to the north, the Lachin corridor under a Russian peacekeeping force, and Azerbaijan to the east, and Iran and the Azerbaijani exclave of Nakhchivan to the south</skos:definition>
100
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfArmenia"/>
101
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Armenia"/>
102
+ </owl:NamedIndividual>
103
+
104
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfAzerbaijan">
105
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
106
+ <rdfs:label xml:lang="az">Azərbaycan Respublikası</rdfs:label>
107
+ <rdfs:label xml:lang="en">Government of the Republic of Azerbaijan</rdfs:label>
108
+ <skos:definition>unitary semi-presidential republic in Western Asia, bounded by the Caspian Sea to the east, the Russian republic of Dagestan to the north, Georgia to the northwest, Armenia and Turkey to the west, and Iran to the south</skos:definition>
109
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfAzerbaijan"/>
110
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Azerbaijan"/>
111
+ </owl:NamedIndividual>
112
+
113
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfCyprus">
114
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
115
+ <rdfs:label xml:lang="en">Government of the Republic of Cyprus</rdfs:label>
116
+ <rdfs:label xml:lang="tr">Kıbrıs Cumhuriyeti</rdfs:label>
117
+ <rdfs:label xml:lang="el">Κυπριακή Δημοκρατία</rdfs:label>
118
+ <skos:definition>unitary presidential constitutional republic in Western Asia, an island nation in the eastern Mediterranean Sea located south of Turkey, west of Syria, northwest of Lebanon, Israel and Palestine, north of Egypt, and southeast of Greece</skos:definition>
119
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfCyprus"/>
120
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Cyprus"/>
121
+ </owl:NamedIndividual>
122
+
123
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfIraq">
124
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
125
+ <rdfs:label xml:lang="en">Government of the Republic of Iraq</rdfs:label>
126
+ <rdfs:label xml:lang="ar">جمهورية العراق</rdfs:label>
127
+ <rdfs:label xml:lang="ku">کۆماری عێراق</rdfs:label>
128
+ <skos:definition>federal parliamentary constitutional republic in Western Asia, bordered by Turkey to the north, Iran to the east, Kuwait to the southeast, Saudi Arabia to the south, Jordan to the southwest and Syria to the west</skos:definition>
129
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfIraq"/>
130
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Iraq"/>
131
+ </owl:NamedIndividual>
132
+
133
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfTurkey">
134
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
135
+ <rdfs:label xml:lang="en">Government of the Republic of Turkey</rdfs:label>
136
+ <rdfs:label xml:lang="tr">Türkiye Cumhuriyeti</rdfs:label>
137
+ <skos:definition>unitary presidential constitutional republic in Western Asia, bordered by Greece and Bulgaria to the northwest, the Black Sea to the north, Georgia to the northeast, Armenia, Azerbaijan, and Iran to the east, Iraq to the southeast, Syria and the Mediterranean Sea to the south, and the Aegean Sea to the west</skos:definition>
138
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfTurkey"/>
139
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Turkey"/>
140
+ </owl:NamedIndividual>
141
+
142
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfYemen">
143
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
144
+ <rdfs:label xml:lang="en">Government of the Republic of Yemen</rdfs:label>
145
+ <rdfs:label xml:lang="ar">ٱلْجُمْهُورِيَّةُ ٱلْيَمَنِيَّةُ</rdfs:label>
146
+ <skos:definition>unitary presidential constitutional republic (de jure) and unitary provisional government (de facto) in Western Asia located at the southern end of the Arabian Peninsula</skos:definition>
147
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfYemen"/>
148
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Yemen"/>
149
+ </owl:NamedIndividual>
150
+
151
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheStateOfIsrael">
152
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
153
+ <rdfs:label xml:lang="en">Government of the State of Israel</rdfs:label>
154
+ <rdfs:label xml:lang="he">יִשְׂרָאֵל</rdfs:label>
155
+ <rdfs:label xml:lang="ar">إسرائيل</rdfs:label>
156
+ <skos:definition>unitary parliamentary constitutional republic in Western Asia, bordering Lebanon to the north, Syria to the northeast, Jordan on the east, the Palestinian territories of the West Bank and the Gaza Strip to the east and west, respectively, and Egypt to the southwest</skos:definition>
157
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheStateOfIsrael"/>
158
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Israel"/>
159
+ </owl:NamedIndividual>
160
+
161
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheStateOfKuwait">
162
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
163
+ <rdfs:label xml:lang="en">Government of the State of Kuwait</rdfs:label>
164
+ <rdfs:label xml:lang="ar">دولة الكويت</rdfs:label>
165
+ <skos:definition>unitary constitutional monarchy in Western Asia, located at the tip of the Persian Gulf, bordering Iraq to the north and Saudi Arabia to the south</skos:definition>
166
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheStateOfKuwait"/>
167
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Kuwait"/>
168
+ </owl:NamedIndividual>
169
+
170
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheStateOfPalestine">
171
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
172
+ <rdfs:label xml:lang="en">Government of the State of Palestine</rdfs:label>
173
+ <rdfs:label xml:lang="ar">دولة فلسطين</rdfs:label>
174
+ <skos:definition>unitary semi-presidential republic that is a de jure sovereign state in Western Asia claiming the West Bank (bordering Israel and Jordan) and Gaza Strip (bordering Israel and Egypt)</skos:definition>
175
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheStateOfPalestine"/>
176
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Palestine"/>
177
+ </owl:NamedIndividual>
178
+
179
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheStateOfQatar">
180
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
181
+ <rdfs:label xml:lang="en">Government of the State of Qatar</rdfs:label>
182
+ <rdfs:label xml:lang="ar">دولة قطر</rdfs:label>
183
+ <skos:definition>unitary semi-constitutional monarchy in Western Asia, occupying the small Qatar Peninsula on the northeastern coast of the Arabian Peninsula and bordered by Saudi Arabia to the south</skos:definition>
184
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheStateOfQatar"/>
185
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Qatar"/>
186
+ </owl:NamedIndividual>
187
+
188
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheSultinateOfOman">
189
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
190
+ <rdfs:label xml:lang="en">Government of the Sultinate of Oman</rdfs:label>
191
+ <rdfs:label xml:lang="ar">سلطنة عُمان</rdfs:label>
192
+ <skos:definition>unitary absolute monarchy located on the southeastern coast of the Arabian Peninsula in Western Asia, bordered by the United Arab Emirates to the northwest, Saudi Arabia to the west, and Yemen to the southwest, and sharing marine borders with Iran and Pakistan</skos:definition>
193
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheSultinateOfOman"/>
194
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Oman"/>
195
+ </owl:NamedIndividual>
196
+
197
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheSyrianArabRepublic">
198
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
199
+ <rdfs:label xml:lang="en">Government of the Syrian Arab Republic</rdfs:label>
200
+ <rdfs:label xml:lang="ar">ٱلْجُمْهُورِيَّةُ ٱلْعَرَبِيَّةُ ٱلسُّورِيَّةُ</rdfs:label>
201
+ <skos:definition>unitary dominant-party semi-presidential Ba&apos;athist republic bordering Lebanon to the southwest, the Mediterranean Sea to the west, Turkey to the north, Iraq to the east, Jordan to the south, and Israel to the southwest</skos:definition>
202
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheSyrianArabRepublic"/>
203
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SyrianArabRepublic"/>
204
+ </owl:NamedIndividual>
205
+
206
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;GovernmentOfTheUnitedArabEmirates">
207
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
208
+ <rdfs:label xml:lang="en">Government of the United Arab Emirates</rdfs:label>
209
+ <rdfs:label xml:lang="ar">الإمارات العربية المتحدة</rdfs:label>
210
+ <skos:definition>federal constitutional elective monarchy located at the eastern end of the Arabian Peninsula, bordering Oman and Saudi Arabia, with maritime borders in the Persian Gulf with Qatar and Iran</skos:definition>
211
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-wasj;JurisdictionOfTheUnitedArabEmirates"/>
212
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;UnitedArabEmirates"/>
213
+ </owl:NamedIndividual>
214
+
215
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfGeorgia">
216
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
217
+ <rdfs:label>jurisdiction of Georgia</rdfs:label>
218
+ <skos:definition>jurisdiction of the judiciary of Georgia, which is the system of courts that interprets and applies the law in Georgia</skos:definition>
219
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfGeorgia"/>
220
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Georgia"/>
221
+ </owl:NamedIndividual>
222
+
223
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheHashemiteKingdomOfJordan">
224
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
225
+ <rdfs:label>jurisdiction of the Hashemite Kingdom of Jordan</rdfs:label>
226
+ <skos:definition>jurisdiction of the judiciary of Jordan, which is the system of courts that interprets and applies the law in Jordan</skos:definition>
227
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheHashemiteKingdomOfJordan"/>
228
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Jordan"/>
229
+ </owl:NamedIndividual>
230
+
231
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheKingdomOfBahrain">
232
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
233
+ <rdfs:label>jurisdiction of the Kingdom of Bahrain</rdfs:label>
234
+ <skos:definition>jurisdiction of the judiciary of Bahrain, which is the system of courts that interprets and applies the law in Bahrain</skos:definition>
235
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheKingdomOfBahrain"/>
236
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bahrain"/>
237
+ </owl:NamedIndividual>
238
+
239
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheKingdomOfSaudiArabia">
240
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
241
+ <rdfs:label>jurisdiction of the Kingdom of Saudi Arabia</rdfs:label>
242
+ <skos:definition>jurisdiction of the judiciary of Saudi Arabia, which is the system of courts that interprets and applies the law in Saudi Arabia</skos:definition>
243
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheKingdomOfSaudiArabia"/>
244
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SaudiArabia"/>
245
+ </owl:NamedIndividual>
246
+
247
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheLebaneseRepublic">
248
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
249
+ <rdfs:label>jurisdiction of the Lebanese Republic</rdfs:label>
250
+ <skos:definition>jurisdiction of the judiciary of Lebanon, which is the system of courts that interprets and applies the law in Lebanon</skos:definition>
251
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheLebaneseRepublic"/>
252
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Lebanon"/>
253
+ </owl:NamedIndividual>
254
+
255
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfArmenia">
256
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
257
+ <rdfs:label>jurisdiction of the Republic of Armenia</rdfs:label>
258
+ <skos:definition>jurisdiction of the judiciary of Armenia, which is the system of courts that interprets and applies the law in Armenia</skos:definition>
259
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfArmenia"/>
260
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Armenia"/>
261
+ </owl:NamedIndividual>
262
+
263
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfAzerbaijan">
264
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
265
+ <rdfs:label>jurisdiction of the Republic of Azerbaijan</rdfs:label>
266
+ <skos:definition>jurisdiction of the judiciary of Azerbaijan, which is the system of courts that interprets and applies the law in Azerbaijan</skos:definition>
267
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfAzerbaijan"/>
268
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Azerbaijan"/>
269
+ </owl:NamedIndividual>
270
+
271
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfCyprus">
272
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
273
+ <rdfs:label>jurisdiction of the Republic of Cyprus</rdfs:label>
274
+ <skos:definition>jurisdiction of the judiciary of Cyprus, which is the system of courts that interprets and applies the law in Cyprus</skos:definition>
275
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfCyprus"/>
276
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Cyprus"/>
277
+ </owl:NamedIndividual>
278
+
279
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfIraq">
280
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
281
+ <rdfs:label>jurisdiction of the Republic of Iraq</rdfs:label>
282
+ <skos:definition>jurisdiction of the judiciary of Iraq, which is the system of courts that interprets and applies the law in Iraq</skos:definition>
283
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfIraq"/>
284
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Iraq"/>
285
+ </owl:NamedIndividual>
286
+
287
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfTurkey">
288
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
289
+ <rdfs:label>jurisdiction of the Republic of Turkey</rdfs:label>
290
+ <skos:definition>jurisdiction of the judiciary of Turkey, which is the system of courts, including the Constitutional Court, Council of State, High Court of Appeals, and lower courts, that interprets and applies the law in Turkey</skos:definition>
291
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfTurkey"/>
292
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Turkey"/>
293
+ </owl:NamedIndividual>
294
+
295
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheRepublicOfYemen">
296
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
297
+ <rdfs:label>jurisdiction of the Republic of Yemen</rdfs:label>
298
+ <skos:definition>jurisdiction of the judiciary of Yemen, which is the system of courts that interprets and applies the law in Yemen</skos:definition>
299
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfYemen"/>
300
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Yemen"/>
301
+ </owl:NamedIndividual>
302
+
303
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheStateOfIsrael">
304
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
305
+ <rdfs:label>jurisdiction of the State of Israel</rdfs:label>
306
+ <skos:definition>jurisdiction of the judiciary of Israel, which is the three-tiered system of courts, including the Supreme Court of Israel, that interprets and applies the law in Israel</skos:definition>
307
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfIsrael"/>
308
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Israel"/>
309
+ </owl:NamedIndividual>
310
+
311
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheStateOfKuwait">
312
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
313
+ <rdfs:label>jurisdiction of the State of Kuwait</rdfs:label>
314
+ <skos:definition>jurisdiction of the judiciary of Kuwait, which is the system of courts that interprets and applies the law in Kuwait</skos:definition>
315
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfKuwait"/>
316
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Kuwait"/>
317
+ </owl:NamedIndividual>
318
+
319
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheStateOfPalestine">
320
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
321
+ <rdfs:label>jurisdiction of the State of Palestine</rdfs:label>
322
+ <skos:definition>jurisdiction of the judiciary of Palestine, which is the system of courts that interprets and applies the law in Palestine</skos:definition>
323
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfPalestine"/>
324
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Palestine"/>
325
+ </owl:NamedIndividual>
326
+
327
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheStateOfQatar">
328
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
329
+ <rdfs:label>jurisdiction of the State of Qatar</rdfs:label>
330
+ <skos:definition>jurisdiction of the judiciary of Qatar, which is the system of courts that interprets and applies the law in Qatar</skos:definition>
331
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfQatar"/>
332
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Qatar"/>
333
+ </owl:NamedIndividual>
334
+
335
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheSultinateOfOman">
336
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
337
+ <rdfs:label>jurisdiction of the Sultinate of Oman</rdfs:label>
338
+ <skos:definition>jurisdiction of the judiciary of Oman, which is the system of courts that interprets and applies the law in Oman</skos:definition>
339
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheSultinateOfOman"/>
340
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Oman"/>
341
+ </owl:NamedIndividual>
342
+
343
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheSyrianArabRepublic">
344
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
345
+ <rdfs:label>jurisdiction of the Syrian Arab Republic</rdfs:label>
346
+ <skos:definition>jurisdiction of the judiciary of Syria, which is the system of courts that interprets and applies the law in Syria</skos:definition>
347
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheSyrianArabRepublic"/>
348
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SyrianArabRepublic"/>
349
+ </owl:NamedIndividual>
350
+
351
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;JurisdictionOfTheUnitedArabEmirates">
352
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
353
+ <rdfs:label>jurisdiction of the United Arab Emirates</rdfs:label>
354
+ <rdfs:seeAlso rdf:resource="http://ejustice.gov.ae/"/>
355
+ <skos:definition>jurisdiction of the judiciary of United Arab Emirates, which is the system of courts, including the Federal Supreme Court of the United Arab Emirates and other lower courts, that interprets and applies the law in United Arab Emirates</skos:definition>
356
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheUnitedArabEmirates"/>
357
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;UnitedArabEmirates"/>
358
+ </owl:NamedIndividual>
359
+
360
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;SovereignStateOfGeorgia">
361
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
362
+ <rdfs:label>sovereign state of Georgia</rdfs:label>
363
+ <skos:definition>sovereign state and polity that is Georgia</skos:definition>
364
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Georgia"/>
365
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfGeorgia"/>
366
+ </owl:NamedIndividual>
367
+
368
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfArmenia">
369
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
370
+ <rdfs:label>state of Armenia</rdfs:label>
371
+ <skos:definition>sovereign state and polity that is Armenia</skos:definition>
372
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Armenia"/>
373
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfArmenia"/>
374
+ </owl:NamedIndividual>
375
+
376
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfAzerbaijan">
377
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
378
+ <rdfs:label>state of Azerbaijan</rdfs:label>
379
+ <skos:definition>sovereign state and polity that is Azerbaijan</skos:definition>
380
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Azerbaijan"/>
381
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfAzerbaijan"/>
382
+ </owl:NamedIndividual>
383
+
384
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfBahrain">
385
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
386
+ <rdfs:label>state of Bahrain</rdfs:label>
387
+ <skos:definition>sovereign state and polity that is Bahrain</skos:definition>
388
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Bahrain"/>
389
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheKingdomOfBahrain"/>
390
+ </owl:NamedIndividual>
391
+
392
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfCyprus">
393
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
394
+ <rdfs:label>state of Cyprus</rdfs:label>
395
+ <skos:definition>sovereign state and polity that is Cyprus</skos:definition>
396
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Cyprus"/>
397
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfCyprus"/>
398
+ </owl:NamedIndividual>
399
+
400
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfIraq">
401
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
402
+ <rdfs:label>state of Iraq</rdfs:label>
403
+ <skos:definition>federated sovereignty and polity that is Iraq</skos:definition>
404
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Iraq"/>
405
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfIraq"/>
406
+ </owl:NamedIndividual>
407
+
408
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfIsrael">
409
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
410
+ <rdfs:label>State of Israel</rdfs:label>
411
+ <skos:definition>sovereign state and polity that is Israel</skos:definition>
412
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Israel"/>
413
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfIsrael"/>
414
+ </owl:NamedIndividual>
415
+
416
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfJordan">
417
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
418
+ <rdfs:label>state of Jordan</rdfs:label>
419
+ <skos:definition>sovereign state and polity that is Jordan</skos:definition>
420
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Jordan"/>
421
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheHashemiteKingdomOfJordan"/>
422
+ </owl:NamedIndividual>
423
+
424
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfKuwait">
425
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
426
+ <rdfs:label>State of Kuwait</rdfs:label>
427
+ <skos:definition>sovereign state and polity that is Kuwait</skos:definition>
428
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Kuwait"/>
429
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfKuwait"/>
430
+ </owl:NamedIndividual>
431
+
432
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfLebanon">
433
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
434
+ <rdfs:label>State of Lebanon</rdfs:label>
435
+ <skos:definition>sovereign state and polity that is Lebanon</skos:definition>
436
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Lebanon"/>
437
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheLebaneseRepublic"/>
438
+ </owl:NamedIndividual>
439
+
440
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfOman">
441
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
442
+ <rdfs:label>State of Oman</rdfs:label>
443
+ <skos:definition>sovereign state and polity that is Oman</skos:definition>
444
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Oman"/>
445
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheSultinateOfOman"/>
446
+ </owl:NamedIndividual>
447
+
448
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfPalestine">
449
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
450
+ <rdfs:label>State of Palestine</rdfs:label>
451
+ <skos:definition>sovereign state and polity that is Palestine</skos:definition>
452
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Palestine"/>
453
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfPalestine"/>
454
+ </owl:NamedIndividual>
455
+
456
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfQatar">
457
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
458
+ <rdfs:label>State of Qatar</rdfs:label>
459
+ <skos:definition>sovereign state and polity that is Qatar</skos:definition>
460
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Qatar"/>
461
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheStateOfQatar"/>
462
+ </owl:NamedIndividual>
463
+
464
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfSaudiArabia">
465
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
466
+ <rdfs:label>State of Saudi Arabia</rdfs:label>
467
+ <skos:definition>sovereign state and polity that is Saudi Arabia</skos:definition>
468
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;SaudiArabia"/>
469
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheKingdomOfSaudiArabia"/>
470
+ </owl:NamedIndividual>
471
+
472
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfSyria">
473
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
474
+ <rdfs:label>State of Syria</rdfs:label>
475
+ <skos:definition>sovereign state and polity that is Syria</skos:definition>
476
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;SyrianArabRepublic"/>
477
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheSyrianArabRepublic"/>
478
+ </owl:NamedIndividual>
479
+
480
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfTurkey">
481
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
482
+ <rdfs:label>State of Turkey</rdfs:label>
483
+ <skos:definition>sovereign state and polity that is Turkey</skos:definition>
484
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Turkey"/>
485
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfTurkey"/>
486
+ </owl:NamedIndividual>
487
+
488
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfUnitedArabEmirates">
489
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
490
+ <rdfs:label>State of United Arab Emirates</rdfs:label>
491
+ <skos:definition>federated sovereignty and polity that is the United Arab Emirates</skos:definition>
492
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;UnitedArabEmirates"/>
493
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheUnitedArabEmirates"/>
494
+ </owl:NamedIndividual>
495
+
496
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-wasj;StateOfYemen">
497
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
498
+ <rdfs:label>State of Yemen</rdfs:label>
499
+ <skos:definition>sovereign state and polity that is Yemen</skos:definition>
500
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Yemen"/>
501
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-wasj;GovernmentOfTheRepublicOfYemen"/>
502
+ </owl:NamedIndividual>
503
+
504
+ </rdf:RDF>
src/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-euj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-euj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>European Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides the set of basic European Union specific government level entities and jurisdictions for use in other FIBO ontologies.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
42
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"/>
43
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to remove the UK from coverage by the EU jurisdiction and replace references to the Czech Republic with Czechia.</skos:changeNote>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to remove the unnecessary imports.</skos:changeNote>
45
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220201/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address text formatting hygiene issues.</skos:changeNote>
46
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.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>
47
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
48
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
49
+ <cmns-av:copyright>Copyright (c) 2016-2023 EDM Council, Inc.</cmns-av:copyright>
50
+ <cmns-av:copyright>Copyright (c) 2016-2023 Object Management Group, Inc.</cmns-av:copyright>
51
+ </owl:Ontology>
52
+
53
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-euj;EuropeanUnionEntity">
54
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SupranationalEntity"/>
55
+ <rdfs:label>European Union entity</rdfs:label>
56
+ <rdfs:seeAlso rdf:resource="https://europa.eu/european-union/about-eu/countries_en"/>
57
+ <skos:definition>individual representing the federated sovereignty and polity that is the European Union</skos:definition>
58
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Austria"/>
59
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Belgium"/>
60
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Bulgaria"/>
61
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Croatia"/>
62
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Cyprus"/>
63
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Czechia"/>
64
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Denmark"/>
65
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Estonia"/>
66
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Finland"/>
67
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;France"/>
68
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Germany"/>
69
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Greece"/>
70
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Hungary"/>
71
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Ireland"/>
72
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Italy"/>
73
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Latvia"/>
74
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Lithuania"/>
75
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Luxembourg"/>
76
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Malta"/>
77
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Netherlands"/>
78
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Poland"/>
79
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Portugal"/>
80
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Romania"/>
81
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Slovakia"/>
82
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Slovenia"/>
83
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Spain"/>
84
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Sweden"/>
85
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-euj;GovernmentOfTheEuropeanUnion"/>
86
+ </owl:NamedIndividual>
87
+
88
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-euj;EuropeanUnionJurisdiction">
89
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
90
+ <rdfs:label>European Union jurisdiction</rdfs:label>
91
+ <skos:definition>individual representing the overall jurisdiction for the European Union, namely, that of the Court of Justice of the EU and Court of Auditors of the EU</skos:definition>
92
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-euj;GovernmentOfTheEuropeanUnion"/>
93
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Austria"/>
94
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Belgium"/>
95
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bulgaria"/>
96
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Croatia"/>
97
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Cyprus"/>
98
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Czechia"/>
99
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Denmark"/>
100
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Estonia"/>
101
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Finland"/>
102
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;France"/>
103
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Germany"/>
104
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Greece"/>
105
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Hungary"/>
106
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Ireland"/>
107
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Italy"/>
108
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Latvia"/>
109
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Lithuania"/>
110
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Luxembourg"/>
111
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Malta"/>
112
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Netherlands"/>
113
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Poland"/>
114
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Portugal"/>
115
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Romania"/>
116
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Slovakia"/>
117
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Slovenia"/>
118
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Spain"/>
119
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Sweden"/>
120
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://europa.eu/european-union/about-eu/countries_en</cmns-av:adaptedFrom>
121
+ </owl:NamedIndividual>
122
+
123
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-euj;GovernmentOfTheEuropeanUnion">
124
+ <rdf:type rdf:resource="&fibo-be-ge-ge;Government"/>
125
+ <rdfs:label>Government of the European Union</rdfs:label>
126
+ <skos:definition>individual representing the parliament, council, and other institutions that comprise the government of the European Union</skos:definition>
127
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-euj;EuropeanUnionJurisdiction"/>
128
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Austria"/>
129
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Belgium"/>
130
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bulgaria"/>
131
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Croatia"/>
132
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Cyprus"/>
133
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Czechia"/>
134
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Denmark"/>
135
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Estonia"/>
136
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Finland"/>
137
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;France"/>
138
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Germany"/>
139
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Greece"/>
140
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Hungary"/>
141
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Ireland"/>
142
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Italy"/>
143
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Latvia"/>
144
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Lithuania"/>
145
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Luxembourg"/>
146
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Malta"/>
147
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Netherlands"/>
148
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Poland"/>
149
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Portugal"/>
150
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Romania"/>
151
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Slovakia"/>
152
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Slovenia"/>
153
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Spain"/>
154
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Sweden"/>
155
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://europa.eu/european-union/about-eu/countries_en</cmns-av:adaptedFrom>
156
+ <cmns-av:explanatoryNote>In the EU&apos;s unique institutional set-up:
157
+ - the EU&apos;s broad priorities are set by the European Council, which brings together national and EU-level leaders directly elected MEPs represent European citizens in the European Parliament
158
+ - the interests of the EU as a whole are promoted by the European Commission, whose members are appointed by national governments
159
+ - governments defend their own country&apos;s national interests in the Council of the European Union.</cmns-av:explanatoryNote>
160
+ </owl:NamedIndividual>
161
+
162
+ </rdf:RDF>
src/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-eeuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-eeuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Eastern Europe Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Eastern Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
42
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
43
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"/>
44
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200801/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address hygiene issues with diacritical marks that are language-specific.</skos:changeNote>
45
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20210201/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace a dead link.</skos:changeNote>
46
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.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>
47
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
48
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
49
+ <cmns-av:copyright>Copyright (c) 2010-2023 EDM Council, Inc.</cmns-av:copyright>
50
+ <cmns-av:copyright>Copyright (c) 2010-2023 Object Management Group, Inc.</cmns-av:copyright>
51
+ </owl:Ontology>
52
+
53
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;BelarusianEntity">
54
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
55
+ <rdfs:label xml:lang="en">Belarusian entity</rdfs:label>
56
+ <rdfs:label xml:lang="be">Беларускае ўтварэнне</rdfs:label>
57
+ <rdfs:label xml:lang="ru">Белорусское предприятие</rdfs:label>
58
+ <skos:definition>sovereign state and polity that is Belarus</skos:definition>
59
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Belarus"/>
60
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfBelarus"/>
61
+ </owl:NamedIndividual>
62
+
63
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;BulgarianEntity">
64
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
65
+ <rdfs:label xml:lang="en">Bulgarian entity</rdfs:label>
66
+ <rdfs:label xml:lang="bg">Българско образувание</rdfs:label>
67
+ <skos:definition>sovereign state and polity that is Bulgaria</skos:definition>
68
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Bulgaria"/>
69
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfBulgaria"/>
70
+ </owl:NamedIndividual>
71
+
72
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;CzechEntity">
73
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
74
+ <rdfs:label xml:lang="en">Czech entity</rdfs:label>
75
+ <rdfs:label xml:lang="cs">Český subjekt</rdfs:label>
76
+ <skos:definition>sovereign state and polity that is Czechia</skos:definition>
77
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Czechia"/>
78
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheCzechRepublic"/>
79
+ </owl:NamedIndividual>
80
+
81
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfHungary">
82
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
83
+ <rdfs:label xml:lang="en">Government of Hungary</rdfs:label>
84
+ <rdfs:label xml:lang="hu">Magyarország kormánya</rdfs:label>
85
+ <rdfs:seeAlso rdf:resource="https://www.kormany.hu/en/"/>
86
+ <skos:definition>unitary, dominant-party, parliamentary republic, bordering Slovakia to the north, Ukraine to the northeast, Romania to the east and southeast, Serbia to the south, Croatia and Slovenia to the southwest, and Austria to the west</skos:definition>
87
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfHungary"/>
88
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Hungary"/>
89
+ </owl:NamedIndividual>
90
+
91
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfRomania">
92
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
93
+ <rdfs:label xml:lang="en">Government of Romania</rdfs:label>
94
+ <rdfs:label xml:lang="ro">Guvernul României</rdfs:label>
95
+ <rdfs:seeAlso rdf:resource="https://www.gov.ro/en/"/>
96
+ <skos:definition>unitary, semi-presidential republic at the crossroads of Central, Eastern, and Southeastern Europe, bordering Bulgaria to the south, Ukraine to the north, Hungary to the west, Serbia to the southwest, and Moldova to the east</skos:definition>
97
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfRomania"/>
98
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Romania"/>
99
+ </owl:NamedIndividual>
100
+
101
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheCzechRepublic">
102
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
103
+ <rdfs:label xml:lang="en">Government of the Czech Republic</rdfs:label>
104
+ <rdfs:label xml:lang="cs">Vláda České republiky</rdfs:label>
105
+ <rdfs:seeAlso rdf:resource="https://www.vlada.cz/en/"/>
106
+ <skos:definition>unitary, parliamentary, constitutional republic and multi-party, representative democracy, with the president as head of state and prime minister as head of government, that is a landlocked country in Central Europe bordered by Austria to the south, Germany to the west, Poland to the northeast and Slovakia to the southeast</skos:definition>
107
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfCzechia"/>
108
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Czechia"/>
109
+ </owl:NamedIndividual>
110
+
111
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfBelarus">
112
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
113
+ <rdfs:label xml:lang="en">Government of the Republic of Belarus</rdfs:label>
114
+ <rdfs:label xml:lang="ru">Правительство Республики Беларусь</rdfs:label>
115
+ <rdfs:label xml:lang="be">Урад Рэспублікі Беларусь</rdfs:label>
116
+ <rdfs:seeAlso rdf:resource="https://www.bundeskanzleramt.gv.at/en.html"/>
117
+ <skos:definition>unitary presidential republic, a landlocked country in Eastern Europe bordered by Russia to the northeast, Ukraine to the south, Poland to the west, and Lithuania and Latvia to the northwest</skos:definition>
118
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfBelarus"/>
119
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Belarus"/>
120
+ </owl:NamedIndividual>
121
+
122
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfBulgaria">
123
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
124
+ <rdfs:label xml:lang="en">Government of the Republic of Bulgaria</rdfs:label>
125
+ <rdfs:label xml:lang="bg">Правителство на Република България</rdfs:label>
126
+ <rdfs:seeAlso rdf:resource="https://gov.bg/"/>
127
+ <skos:definition>unitary parliamentary democracy where the prime minister is the head of government, located in Southeastern Europe bordered by Romania to the north, Serbia and North Macedonia to the west, Greece and Turkey to the south, and the Black Sea to the east</skos:definition>
128
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfBulgaria"/>
129
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bulgaria"/>
130
+ </owl:NamedIndividual>
131
+
132
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfMoldova">
133
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
134
+ <rdfs:label xml:lang="en">Government of the Republic of Moldova</rdfs:label>
135
+ <rdfs:label xml:lang="ro">Guvernul Republicii Moldova</rdfs:label>
136
+ <rdfs:seeAlso rdf:resource="https://gov.md/en/"/>
137
+ <skos:definition>unitary parliamentary constitutional republic that is a landlocked country in Eastern Europe, bordered by Romania to the west and Ukraine to the north, east, and south</skos:definition>
138
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfMoldova"/>
139
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Moldova"/>
140
+ </owl:NamedIndividual>
141
+
142
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfPoland">
143
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
144
+ <rdfs:label xml:lang="en">Government of the Republic of Poland</rdfs:label>
145
+ <rdfs:label xml:lang="pl">Rząd Rzeczpospolita Polska</rdfs:label>
146
+ <rdfs:seeAlso rdf:resource="https://www.gov.pl/"/>
147
+ <skos:definition>unitary, semi-presidential, constitutional, and representative democratic republic located in Central Europe and bordered by the Baltic Sea, Lithuania, and Russia&apos;s Kaliningrad Oblast to the north, Belarus and Ukraine to the east, Slovakia and the Czech Republic to the south, and Germany to the west</skos:definition>
148
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfPoland"/>
149
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Poland"/>
150
+ </owl:NamedIndividual>
151
+
152
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheRussianFederation">
153
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
154
+ <rdfs:label xml:lang="en">Government of the Russian Federation</rdfs:label>
155
+ <rdfs:label xml:lang="ru">Правительство Российской Федерации</rdfs:label>
156
+ <rdfs:seeAlso rdf:resource="http://government.ru/en/"/>
157
+ <skos:definition>federal, dominant-party and semi-presidential constitutional republic located in Eastern Europe and Northern Asia</skos:definition>
158
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfRussianFederation"/>
159
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;RussianFederation"/>
160
+ </owl:NamedIndividual>
161
+
162
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfTheSlovakRepublic">
163
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
164
+ <rdfs:label xml:lang="en">Government of the Slovak Republic</rdfs:label>
165
+ <rdfs:label xml:lang="sk">Vláda Slovenskej republiky</rdfs:label>
166
+ <rdfs:seeAlso rdf:resource="https://www.vlada.gov.sk/government-of-the-slovak-republic/"/>
167
+ <skos:definition>unitary, parliamentary democratic republic that is a landlocked country in Central Europe, bordered by Poland to the north, Ukraine to the east, Hungary to the south, Austria to the southwest, and Czech Republic to the northwest</skos:definition>
168
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfSlovakia"/>
169
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Slovakia"/>
170
+ </owl:NamedIndividual>
171
+
172
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;GovernmentOfUkraine">
173
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
174
+ <rdfs:label xml:lang="en">Government of Ukraine</rdfs:label>
175
+ <rdfs:label xml:lang="uk">Уряд України</rdfs:label>
176
+ <rdfs:seeAlso rdf:resource="https://www.president.gov.ua/en/"/>
177
+ <skos:definition>unitary, mixed semi-parliamentary and semi-presidential, constitutional republic located in Eastern Europe, bordered by Russia to the north-east; Belarus to the north; Poland, Slovakia and Hungary to the west; and Romania, Moldova, and the Black Sea to the south</skos:definition>
178
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-eeuj;JurisdictionOfUkraine"/>
179
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Ukraine"/>
180
+ </owl:NamedIndividual>
181
+
182
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;HungarianEntity">
183
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
184
+ <rdfs:label xml:lang="en">Hungarian entity</rdfs:label>
185
+ <rdfs:label xml:lang="hu">Magyar entitás</rdfs:label>
186
+ <skos:definition>sovereign state and polity that is Hungary</skos:definition>
187
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Hungary"/>
188
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfHungary"/>
189
+ </owl:NamedIndividual>
190
+
191
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfBelarus">
192
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
193
+ <rdfs:label xml:lang="en">jurisdiction of Belarus</rdfs:label>
194
+ <rdfs:label xml:lang="en">юрисдикция Беларуси</rdfs:label>
195
+ <rdfs:label xml:lang="be">юрысдыкцыя Беларусі</rdfs:label>
196
+ <skos:definition>jurisdiction of the judiciary of Belarus, consisting of the Supreme Court and specialized courts such as the Constitutional Court, which deals with specific issues related to constitutional and business law</skos:definition>
197
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfBelarus"/>
198
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Belarus"/>
199
+ </owl:NamedIndividual>
200
+
201
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfBulgaria">
202
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
203
+ <rdfs:label xml:lang="en">jurisdiction of Bulgaria</rdfs:label>
204
+ <rdfs:label xml:lang="bg">юрисдикция на България</rdfs:label>
205
+ <skos:definition>jurisdiction of the judiciary of Bulgaria, a civil law legal system under the Ministry of Justice, including the Supreme Administrative Court and the Supreme Court of Cassation, which are the highest courts of appeal and oversee the application of laws in subordinate courts</skos:definition>
206
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfBulgaria"/>
207
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bulgaria"/>
208
+ </owl:NamedIndividual>
209
+
210
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfCzechia">
211
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
212
+ <rdfs:label xml:lang="en">jurisdiction of Czechia</rdfs:label>
213
+ <rdfs:label xml:lang="cs">jurisdikce česka</rdfs:label>
214
+ <skos:definition>jurisdiction of the judiciary of the Czech Republic, a civil law system grounded in the Constitution of the Czech Republic, including the Constitutional Court, Supreme Court, and Supreme Administrative Court, as well as district and county courts that are divided into civil, criminal, and administrative branches</skos:definition>
215
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheCzechRepublic"/>
216
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Czechia"/>
217
+ </owl:NamedIndividual>
218
+
219
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfHungary">
220
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
221
+ <rdfs:label xml:lang="hu">Magyarország joghatósága</rdfs:label>
222
+ <rdfs:label xml:lang="en">jurisdiction of Hungary</rdfs:label>
223
+ <skos:definition>jurisdiction of the judiciary of Hungary, a civil law system based primarily on German that is divided between courts with regular civil and criminal jurisdiction and administrative courts, including local courts, regional appellate courts, and the supreme court</skos:definition>
224
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfHungary"/>
225
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Hungary"/>
226
+ </owl:NamedIndividual>
227
+
228
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfMoldova">
229
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
230
+ <rdfs:label xml:lang="en">jurisdiction of Moldova</rdfs:label>
231
+ <rdfs:label xml:lang="ro">jurisdicția Moldovei</rdfs:label>
232
+ <skos:definition>jurisdiction of the judiciary of Moldova, which is the system of courts that interprets and applies the law in Moldova, including an independent Constitutional Court</skos:definition>
233
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfMoldova"/>
234
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Moldova"/>
235
+ </owl:NamedIndividual>
236
+
237
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfPoland">
238
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
239
+ <rdfs:label xml:lang="en">jurisdiction of Poland</rdfs:label>
240
+ <rdfs:label xml:lang="pl">jurysdykcja Polski</rdfs:label>
241
+ <skos:definition>jurisdiction of the judiciary of Poland, a four-tier court system composed of the Supreme Court, the Supreme Administrative Court, Common Courts (District, Regional, Appellate) and the Military Court</skos:definition>
242
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfPoland"/>
243
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Poland"/>
244
+ </owl:NamedIndividual>
245
+
246
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfRomania">
247
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
248
+ <rdfs:label xml:lang="en">jurisdiction of Romania</rdfs:label>
249
+ <rdfs:label xml:lang="ro">jurisdicția României</rdfs:label>
250
+ <skos:definition>jurisdiction of the judiciary of Romania, a civil law system influenced by the French system that is a hierarchical system of courts with the High Court of Cassation and Justice being the supreme court of Romania, and includes courts of appeal, county courts and local courts</skos:definition>
251
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfRomania"/>
252
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Romania"/>
253
+ </owl:NamedIndividual>
254
+
255
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfRussianFederation">
256
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
257
+ <rdfs:label xml:lang="en">jurisdiction of Russian Federation</rdfs:label>
258
+ <rdfs:label xml:lang="ru">юрисдикция Российской Федерации</rdfs:label>
259
+ <skos:definition>jurisdiction of the judiciary of Russian Federation, which is the system of courts that interprets and applies the law in the Russian Federation, including Constitutional Court, Supreme Court and lower federal courts, whose judges are appointed by the Federation Council on the recommendation of the President</skos:definition>
260
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRussianFederation"/>
261
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;RussianFederation"/>
262
+ </owl:NamedIndividual>
263
+
264
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfSlovakia">
265
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
266
+ <rdfs:label xml:lang="en">jurisdiction of Slovakia</rdfs:label>
267
+ <rdfs:label xml:lang="sk">jurisdikcia Slovenska</rdfs:label>
268
+ <skos:definition>jurisdiction of the judiciary of the Slovak Republic, which is the system of courts that interprets and applies the law in Slovakia, whose highest judicial body is the Constitutional Court of Slovakia, which rules on constitutional issues</skos:definition>
269
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheSlovakRepublic"/>
270
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Slovakia"/>
271
+ </owl:NamedIndividual>
272
+
273
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;JurisdictionOfUkraine">
274
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
275
+ <rdfs:label xml:lang="en">jurisdiction of Ukraine</rdfs:label>
276
+ <rdfs:label xml:lang="uk">юрисдикція України</rdfs:label>
277
+ <skos:definition>jurisdiction of the judiciary of Ukraine, which is the system of courts that interprets and applies the law in Ukraine, including the Supreme Court of Ukraine, which is the highest judicial body in the system of courts of general jurisdiction in Ukraine</skos:definition>
278
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-eeuj;GovernmentOfUkraine"/>
279
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Ukraine"/>
280
+ </owl:NamedIndividual>
281
+
282
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;MoldovanEntity">
283
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
284
+ <rdfs:label xml:lang="ro">Entitate moldovenească</rdfs:label>
285
+ <rdfs:label xml:lang="en">Moldovan entity</rdfs:label>
286
+ <skos:definition>sovereign state and polity that is Moldova</skos:definition>
287
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Moldova"/>
288
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfMoldova"/>
289
+ </owl:NamedIndividual>
290
+
291
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;PolishEntity">
292
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
293
+ <rdfs:label xml:lang="pl">Podmiot polski</rdfs:label>
294
+ <rdfs:label xml:lang="en">Polish entity</rdfs:label>
295
+ <skos:definition>sovereign state and polity that is Poland</skos:definition>
296
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Poland"/>
297
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRepublicOfPoland"/>
298
+ </owl:NamedIndividual>
299
+
300
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;RomanianEntity">
301
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
302
+ <rdfs:label xml:lang="ro">Entitate românească</rdfs:label>
303
+ <rdfs:label xml:lang="en">Romanian entity</rdfs:label>
304
+ <skos:definition>sovereign state and polity that is Romania</skos:definition>
305
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Romania"/>
306
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfRomania"/>
307
+ </owl:NamedIndividual>
308
+
309
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;RussianEntity">
310
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
311
+ <rdfs:label xml:lang="en">Russian entity</rdfs:label>
312
+ <rdfs:label xml:lang="ru">Российское предприятие</rdfs:label>
313
+ <skos:definition>federated sovereignty and polity that is the Russian Federation</skos:definition>
314
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;RussianFederation"/>
315
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheRussianFederation"/>
316
+ </owl:NamedIndividual>
317
+
318
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;SlovakEntity">
319
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
320
+ <rdfs:label xml:lang="en">Slovak entity</rdfs:label>
321
+ <rdfs:label xml:lang="sk">Slovenský subjekt</rdfs:label>
322
+ <skos:definition>sovereign state and polity that is Slovakia</skos:definition>
323
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Slovakia"/>
324
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfTheSlovakRepublic"/>
325
+ </owl:NamedIndividual>
326
+
327
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-eeuj;UkranianEntity">
328
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
329
+ <rdfs:label xml:lang="en">Ukrainian entity</rdfs:label>
330
+ <rdfs:label xml:lang="uk">Українське утворення</rdfs:label>
331
+ <skos:definition>sovereign state and polity that is Ukraine</skos:definition>
332
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Ukraine"/>
333
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-eeuj;GovernmentOfUkraine"/>
334
+ </owl:NamedIndividual>
335
+
336
+ </rdf:RDF>
src/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-neuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
21
+ xmlns:fibo-be-ge-neuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Northern Europe Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Northern Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
42
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"/>
43
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200801/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address hygiene issues with diacritical marks that are language-specific.</skos:changeNote>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.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>
45
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
46
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
47
+ <cmns-av:copyright>Copyright (c) 2010-2023 EDM Council, Inc.</cmns-av:copyright>
48
+ <cmns-av:copyright>Copyright (c) 2010-2023 Object Management Group, Inc.</cmns-av:copyright>
49
+ </owl:Ontology>
50
+
51
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;AlandIslandsJurisdiction">
52
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
53
+ <rdfs:label xml:lang="fi">Ahvenanmaan lainkäyttöalue</rdfs:label>
54
+ <rdfs:label xml:lang="en">Aland Islands jurisdiction</rdfs:label>
55
+ <rdfs:label xml:lang="sv">Ålandöarnas jurisdiktion</rdfs:label>
56
+ <rdfs:seeAlso rdf:resource="https://www.lexadin.nl/wlg/courts/nofr/eur/lxctfin.htm/"/>
57
+ <skos:definition>jurisdiction of the Aland District Court, which deals with criminal cases, civil cases and petitionary matters in first instance, with escalation to the appellate level in Finland as needed</skos:definition>
58
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfAland"/>
59
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;AlandIslands"/>
60
+ <cmns-av:synonym xml:lang="fi">Ålands tingsrätt</cmns-av:synonym>
61
+ </owl:NamedIndividual>
62
+
63
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;AlandicEntity">
64
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
65
+ <rdfs:label xml:lang="fi">Ahvenanmaan kokonaisuus</rdfs:label>
66
+ <rdfs:label xml:lang="en">Alandic entity</rdfs:label>
67
+ <rdfs:label xml:lang="sv">Ålandisk enhet</rdfs:label>
68
+ <skos:definition>regional sovereignty and polity that is Aland</skos:definition>
69
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;AlandIslands"/>
70
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfAland"/>
71
+ </owl:NamedIndividual>
72
+
73
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;DanishEntity">
74
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
75
+ <rdfs:label xml:lang="en">Danish entity</rdfs:label>
76
+ <rdfs:label xml:lang="da">Dansk enhed</rdfs:label>
77
+ <skos:definition>sovereign state and polity that is Denmark</skos:definition>
78
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Denmark"/>
79
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;FaroeIslands"/>
80
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Greenland"/>
81
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfDenmark"/>
82
+ </owl:NamedIndividual>
83
+
84
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;EstonianEntity">
85
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
86
+ <rdfs:label xml:lang="et">Eesti üksus</rdfs:label>
87
+ <rdfs:label xml:lang="en">Estonian entity</rdfs:label>
88
+ <skos:definition>sovereign state and polity that is Estonia</skos:definition>
89
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Estonia"/>
90
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfEstonia"/>
91
+ </owl:NamedIndividual>
92
+
93
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;FinnishEntity">
94
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
95
+ <rdfs:label xml:lang="en">Finnish entity</rdfs:label>
96
+ <rdfs:label xml:lang="fi">Suomen entiteetti</rdfs:label>
97
+ <skos:definition>sovereign state and polity that is Finland</skos:definition>
98
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Finland"/>
99
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;AlandIslands"/>
100
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfFinland"/>
101
+ </owl:NamedIndividual>
102
+
103
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfAland">
104
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
105
+ <rdfs:label xml:lang="fi">Ahvenanmaan hallitus</rdfs:label>
106
+ <rdfs:label xml:lang="en">Government of Aland</rdfs:label>
107
+ <rdfs:label xml:lang="sv">Ålands regering</rdfs:label>
108
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/%C3%85land_Islands/"/>
109
+ <skos:definition>regional government of the Aland Islands, an archipelago province at the entrance to the Gulf of Bothnia in the Baltic Sea belonging to Finland</skos:definition>
110
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;AlandIslandsJurisdiction"/>
111
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;AlandIslands"/>
112
+ <cmns-av:explanatoryNote>The Aland Islands are governed according to the Act on the Autonomy of Aland and international treaties. These laws guarantee the islands&apos; autonomy from Finland, which has ultimate sovereignty over them, as well as a demilitarised status. The Government of Aland answers to the Parliament of Aland, in accordance with the principles of parliamentarism.</cmns-av:explanatoryNote>
113
+ </owl:NamedIndividual>
114
+
115
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfIceland">
116
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
117
+ <rdfs:label xml:lang="en">Government of Iceland</rdfs:label>
118
+ <rdfs:label xml:lang="is">Ríkisstjórn Íslands</rdfs:label>
119
+ <rdfs:seeAlso rdf:resource="https://www.government.is/"/>
120
+ <skos:definition>unitary parliamentary republic and representative democracy, that is a Nordic island country in the North Atlantic</skos:definition>
121
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfIceland"/>
122
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Iceland"/>
123
+ </owl:NamedIndividual>
124
+
125
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfDenmark">
126
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
127
+ <rdfs:label xml:lang="en">Government of the Kingdom of Denmark</rdfs:label>
128
+ <rdfs:label xml:lang="da">Kongeriget Danmarks regering</rdfs:label>
129
+ <rdfs:seeAlso rdf:resource="https://denmark.dk/society-and-business/government-and-politics/"/>
130
+ <skos:definition>unitary constitutional monarchy and parliamentary democracy, with the monarch as the official head of government, that includes the southernmost of the Scandinavian countries, consisting of a peninsula, Jutland, and an archipelago of 443 named islands</skos:definition>
131
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfDenmark"/>
132
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Denmark"/>
133
+ <cmns-av:synonym xml:lang="en">Danish government</cmns-av:synonym>
134
+ <cmns-av:synonym xml:lang="da">Danmarks regering</cmns-av:synonym>
135
+ </owl:NamedIndividual>
136
+
137
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfNorway">
138
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
139
+ <rdfs:label xml:lang="en">Government of the Kingdom of Norway</rdfs:label>
140
+ <rdfs:label xml:lang="no">Kongeriket Norges regjering</rdfs:label>
141
+ <rdfs:seeAlso rdf:resource="https://www.regjeringen.no/en/the-government/id443314/"/>
142
+ <skos:definition>unitary constitutional monarchy and parliamentary democracy, wherein the monarch is the head of state and the prime minister is the head of government, whose mainland comprises the western and northernmost portion of the Scandinavian Peninsula and includes the remote island of Jan Mayen as well as the archipelago of Svalbard</skos:definition>
143
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfNorway"/>
144
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Norway"/>
145
+ </owl:NamedIndividual>
146
+
147
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfSweden">
148
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
149
+ <rdfs:label xml:lang="en">Government of the Kingdom of Sweden</rdfs:label>
150
+ <rdfs:label xml:lang="sv">Konungariket Sveriges regering</rdfs:label>
151
+ <rdfs:seeAlso rdf:resource="https://www.government.se/government-of-sweden/"/>
152
+ <skos:definition>constitutional monarchy and parliamentary democracy, with a largely ceremonial and representative monarch as head of state, located in Scandinavia between the North Atlantic, the Baltic Sea and Eurasian Russia</skos:definition>
153
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfSweden"/>
154
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Sweden"/>
155
+ </owl:NamedIndividual>
156
+
157
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfEstonia">
158
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
159
+ <rdfs:label xml:lang="et">Eesti Vabariigi valitsus</rdfs:label>
160
+ <rdfs:label xml:lang="en">Government of the Republic of Estonia</rdfs:label>
161
+ <rdfs:seeAlso rdf:resource="https://www.valitsus.ee/en/"/>
162
+ <skos:definition>democratic unitary parliamentary republic divided into fifteen counties, located on the eastern coast of the Baltic Sea in Northern Europe</skos:definition>
163
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfEstonia"/>
164
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Estonia"/>
165
+ </owl:NamedIndividual>
166
+
167
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfFinland">
168
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
169
+ <rdfs:label xml:lang="en">Government of the Republic of Finland</rdfs:label>
170
+ <rdfs:label xml:lang="fi">Suomen tasavallan hallitus</rdfs:label>
171
+ <rdfs:seeAlso rdf:resource="https://valtioneuvosto.fi/en/government"/>
172
+ <skos:definition>parliamentary republic within the framework of a representative democracy comprised of 19 regions and 310 municipalities, located in the Nordic region of Europe</skos:definition>
173
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfFinland"/>
174
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Finland"/>
175
+ </owl:NamedIndividual>
176
+
177
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfIreland">
178
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
179
+ <rdfs:label xml:lang="en">Government of the Republic of Ireland</rdfs:label>
180
+ <rdfs:label xml:lang="ga">Rialtas Phoblacht na hÉireann</rdfs:label>
181
+ <rdfs:seeAlso rdf:resource="https://www.gov.ie/"/>
182
+ <skos:definition>parliamentary, representative democratic republic, based on the British model, that is an independent state and member of the European Union, which covers five-sixths of the island of Ireland in the North Atlantic</skos:definition>
183
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfIreland"/>
184
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Ireland"/>
185
+ </owl:NamedIndividual>
186
+
187
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfLatvia">
188
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
189
+ <rdfs:label xml:lang="en">Government of the Republic of Latvia</rdfs:label>
190
+ <rdfs:label xml:lang="lv">Latvijas Republikas valdība</rdfs:label>
191
+ <rdfs:seeAlso rdf:resource="https://www.mk.gov.lv/en"/>
192
+ <skos:definition>unitary, parliamentary, constitutional republic located in the Baltic region of Northern Europe</skos:definition>
193
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfLatvia"/>
194
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Latvia"/>
195
+ </owl:NamedIndividual>
196
+
197
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfLithuania">
198
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
199
+ <rdfs:label xml:lang="en">Government of the Republic of Lithuania</rdfs:label>
200
+ <rdfs:label xml:lang="lt">Lietuvos Respublikos Vyriausybė</rdfs:label>
201
+ <rdfs:seeAlso rdf:resource="https://lrv.lt/en/"/>
202
+ <skos:definition>unitary semi-presidential republic situated along the southeastern shore of the Baltic Sea, to the southeast of Sweden and Denmark</skos:definition>
203
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-neuj;JurisdictionOfLithuania"/>
204
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Lithuania"/>
205
+ </owl:NamedIndividual>
206
+
207
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;IcelandicEntity">
208
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
209
+ <rdfs:label xml:lang="en">Icelandic entity</rdfs:label>
210
+ <rdfs:label xml:lang="is">Íslensk eining</rdfs:label>
211
+ <skos:definition>sovereign state and polity that is Iceland</skos:definition>
212
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Iceland"/>
213
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfIceland"/>
214
+ </owl:NamedIndividual>
215
+
216
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;IrishEntity">
217
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
218
+ <rdfs:label xml:lang="ga">Aonán Éireannach</rdfs:label>
219
+ <rdfs:label xml:lang="en">Irish entity</rdfs:label>
220
+ <skos:definition>sovereign state and polity that is Ireland</skos:definition>
221
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Ireland"/>
222
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfIreland"/>
223
+ </owl:NamedIndividual>
224
+
225
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfDenmark">
226
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
227
+ <rdfs:label xml:lang="da">Danmarks jurisdiktion</rdfs:label>
228
+ <rdfs:label xml:lang="en">jurisdiction of Denmark</rdfs:label>
229
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Courts_of_Denmark/"/>
230
+ <skos:definition>jurisdiction of the judiciary of Denmark, a civil law system with some references to Germanic law that was substantially reformed in 2007</skos:definition>
231
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfDenmark"/>
232
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Denmark"/>
233
+ </owl:NamedIndividual>
234
+
235
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfEstonia">
236
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
237
+ <rdfs:label xml:lang="et">Eesti jurisdiktsioon</rdfs:label>
238
+ <rdfs:label xml:lang="en">jurisdiction of Estonia</rdfs:label>
239
+ <rdfs:seeAlso rdf:resource="https://www.kohus.ee/en/estonian-courts/estonian-court-system"/>
240
+ <skos:definition>jurisdiction of the judiciary of Estonia, a civil law legal system based on the Germanic legal model, whose Supreme Court is the court of cassation, which also conducts constitutional review</skos:definition>
241
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfEstonia"/>
242
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Estonia"/>
243
+ </owl:NamedIndividual>
244
+
245
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfFinland">
246
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
247
+ <rdfs:label xml:lang="fi">Suomen lainkäyttövaltaan</rdfs:label>
248
+ <rdfs:label xml:lang="en">jurisdiction of Finland</rdfs:label>
249
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Judicial_system_of_Finland"/>
250
+ <skos:definition>jurisdiction of the judiciary of Finland, a civil law system divided between courts with regular civil and criminal jurisdiction and administrative courts with jurisdiction over litigation between individuals and the public administration</skos:definition>
251
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfFinland"/>
252
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Finland"/>
253
+ </owl:NamedIndividual>
254
+
255
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfIceland">
256
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
257
+ <rdfs:label xml:lang="en">jurisdiction of Iceland</rdfs:label>
258
+ <rdfs:label xml:lang="is">lögsögu Íslands</rdfs:label>
259
+ <rdfs:seeAlso rdf:resource="https://www.government.is/topics/law-and-order/the-judicial-system-in-iceland/"/>
260
+ <skos:definition>jurisdiction of the judiciary of Finland, a three-tier civil law system whose highest court is the Supreme Court of Iceland</skos:definition>
261
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfIceland"/>
262
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Iceland"/>
263
+ </owl:NamedIndividual>
264
+
265
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfIreland">
266
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
267
+ <rdfs:label xml:lang="ga">dlínse na hÉireann</rdfs:label>
268
+ <rdfs:label xml:lang="en">jurisdiction of Ireland</rdfs:label>
269
+ <rdfs:seeAlso rdf:resource="https://www.citizensinformation.ie/en/justice/courts_system/"/>
270
+ <skos:definition>jurisdiction of the judiciary of Ireland, which is the system of courts that interprets and applies the law in Ireland</skos:definition>
271
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfIreland"/>
272
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Ireland"/>
273
+ </owl:NamedIndividual>
274
+
275
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfLatvia">
276
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
277
+ <rdfs:label xml:lang="lv">Latvijas jurisdikcija</rdfs:label>
278
+ <rdfs:label xml:lang="en">jurisdiction of Latvia</rdfs:label>
279
+ <rdfs:seeAlso rdf:resource="http://www.satv.tiesa.gov.lv/"/>
280
+ <skos:definition>jurisdiction of the judiciary of Latvia, which is the system of courts that interprets and applies the law in Latvia</skos:definition>
281
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfLatvia"/>
282
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Latvia"/>
283
+ </owl:NamedIndividual>
284
+
285
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfLithuania">
286
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
287
+ <rdfs:label xml:lang="lt">Lietuvos jurisdikcija</rdfs:label>
288
+ <rdfs:label xml:lang="en">jurisdiction of Lithuania</rdfs:label>
289
+ <rdfs:seeAlso rdf:resource="https://www.teismai.lt/en/courts/judicial-system/650"/>
290
+ <skos:definition>jurisdiction of the judiciary of Lithuania, whose highest court is the Constitutional Court (Konstitucinis Teismas), but the general jurisdiction dealing with civil and criminal cases includes the Supreme Court of Lithuania, the Court of Appeal of Lithuania, regional courts, and district courts</skos:definition>
291
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfLithuania"/>
292
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Lithuania"/>
293
+ </owl:NamedIndividual>
294
+
295
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfNorway">
296
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
297
+ <rdfs:label xml:lang="en">jurisdiction of Norway</rdfs:label>
298
+ <rdfs:label xml:lang="no">jurisdiksjon av Norge</rdfs:label>
299
+ <rdfs:seeAlso rdf:resource="https://www.domstol.no/en/"/>
300
+ <skos:definition>jurisdiction of the judiciary system in Norway, a civil law system where laws are created and amended in parliament and the system regulated through the Courts of Justice of Norway</skos:definition>
301
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfNorway"/>
302
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Sweden"/>
303
+ </owl:NamedIndividual>
304
+
305
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;JurisdictionOfSweden">
306
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
307
+ <rdfs:label xml:lang="sv">Sveriges jurisdiktion</rdfs:label>
308
+ <rdfs:label xml:lang="en">jurisdiction of Sweden</rdfs:label>
309
+ <rdfs:seeAlso rdf:resource="https://www.government.se/information-material/2019/03/organisation-and-responsibilities-of-the-ministry-of-justice/"/>
310
+ <skos:definition>jurisdiction of the judiciary system in Sweden, which is part of the Ministry of Justice, whose courts are divided into two parallel and separate systems - general courts (allmänna domstolar) for criminal and civil cases, and general administrative courts (allmänna förvaltningsdomstolar) for cases relating to disputes between private persons and the authorities</skos:definition>
311
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfSweden"/>
312
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Sweden"/>
313
+ </owl:NamedIndividual>
314
+
315
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;LatvianEntity">
316
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
317
+ <rdfs:label xml:lang="en">Latvian entity</rdfs:label>
318
+ <rdfs:label xml:lang="lv">Latvijas vienība</rdfs:label>
319
+ <skos:definition>sovereign state and polity that is Latvia</skos:definition>
320
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Latvia"/>
321
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfLatvia"/>
322
+ </owl:NamedIndividual>
323
+
324
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;LithuanianEntity">
325
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
326
+ <rdfs:label xml:lang="lt">Lietuvos subjektas</rdfs:label>
327
+ <rdfs:label xml:lang="en">Lithuanian entity</rdfs:label>
328
+ <skos:definition>sovereign state and polity that is Lithuania</skos:definition>
329
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Lithuania"/>
330
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheRepublicOfLithuania"/>
331
+ </owl:NamedIndividual>
332
+
333
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;NorwegianEntity">
334
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
335
+ <rdfs:label xml:lang="no">Norsk enhet</rdfs:label>
336
+ <rdfs:label xml:lang="en">Norwegian entity</rdfs:label>
337
+ <skos:definition>sovereign state and polity that is Norway</skos:definition>
338
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;BouvetIsland"/>
339
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Norway"/>
340
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;SvalbardAndJanMayen"/>
341
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfNorway"/>
342
+ </owl:NamedIndividual>
343
+
344
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-neuj;SwedishEntity">
345
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
346
+ <rdfs:label xml:lang="sv">Svensk enhet</rdfs:label>
347
+ <rdfs:label xml:lang="en">Swedish entity</rdfs:label>
348
+ <skos:definition>sovereign state and polity that is Sweden</skos:definition>
349
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Sweden"/>
350
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-neuj;GovernmentOfTheKingdomOfSweden"/>
351
+ </owl:NamedIndividual>
352
+
353
+ </rdf:RDF>
src/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-seuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
8
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
9
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
10
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
11
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
12
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
13
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
15
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
16
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
17
+ ]>
18
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"
19
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
20
+ xmlns:dct="http://purl.org/dc/terms/"
21
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
22
+ xmlns:fibo-be-ge-seuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"
23
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
24
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
25
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
26
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
27
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
28
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
29
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
30
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
31
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
32
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
33
+
34
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/">
35
+ <rdfs:label>Southern Europe Government Entities and Jurisdictions Ontology</rdfs:label>
36
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Southern Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
37
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
40
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
41
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
42
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
43
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
44
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
45
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"/>
46
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200801/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address hygiene issues with diacritical marks that are language-specific.</skos:changeNote>
47
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20210201/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace references to Macedonia with NorthMacedonia from LCC 1.2.</skos:changeNote>
48
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.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>
49
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
50
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
51
+ <cmns-av:copyright>Copyright (c) 2010-2023 EDM Council, Inc.</cmns-av:copyright>
52
+ <cmns-av:copyright>Copyright (c) 2010-2023 Object Management Group, Inc.</cmns-av:copyright>
53
+ </owl:Ontology>
54
+
55
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;AlbanianEntity">
56
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
57
+ <rdfs:label xml:lang="en">Albanian entity</rdfs:label>
58
+ <rdfs:label xml:lang="sq">Entiteti shqiptar</rdfs:label>
59
+ <skos:definition>sovereign state and polity that is Albania</skos:definition>
60
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Albania"/>
61
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfAlbania"/>
62
+ </owl:NamedIndividual>
63
+
64
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;AndorranEntity">
65
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
66
+ <rdfs:label xml:lang="en">Andorran entity</rdfs:label>
67
+ <rdfs:label xml:lang="ca">Entitat andorrana</rdfs:label>
68
+ <skos:definition>sovereign state and polity that is Andorra</skos:definition>
69
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Andorra"/>
70
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfThePrincipalityOfAndorra"/>
71
+ </owl:NamedIndividual>
72
+
73
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;BosnianAndHerzegovinianEntity">
74
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
75
+ <rdfs:label xml:lang="bs">Bosanskohercegovački entitet</rdfs:label>
76
+ <rdfs:label xml:lang="hr">Bosanskohercegovački entitet</rdfs:label>
77
+ <rdfs:label xml:lang="en">Bosnian and Herzegovinian entity</rdfs:label>
78
+ <rdfs:label xml:lang="sr">Босанскохерцеговачки ентитет</rdfs:label>
79
+ <skos:definition>federal sovereignty state and polity that is Bosnia and Herzegovina</skos:definition>
80
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;BosniaAndHerzegovina"/>
81
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheFederationOfBosniaAndHerzegovina"/>
82
+ </owl:NamedIndividual>
83
+
84
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;CroatianEntity">
85
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
86
+ <rdfs:label xml:lang="en">Croatian entity</rdfs:label>
87
+ <rdfs:label xml:lang="hr">Hrvatski entitet</rdfs:label>
88
+ <skos:definition>sovereign state and polity that is Croatia</skos:definition>
89
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Croatia"/>
90
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfCroatia"/>
91
+ </owl:NamedIndividual>
92
+
93
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfMontenegro">
94
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
95
+ <rdfs:label xml:lang="en">Government of Montenegro</rdfs:label>
96
+ <rdfs:seeAlso rdf:resource="http://www.gov.me/en/homepage/"/>
97
+ <skos:definition>unitary, dominant-party, parliamentary constitutional republic that is located in South and Southeast Europe on the coast of the Balkans</skos:definition>
98
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfMontenegro"/>
99
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Montenegro"/>
100
+ </owl:NamedIndividual>
101
+
102
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheFederationOfBosniaAndHerzegovina">
103
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
104
+ <rdfs:label xml:lang="en">Government of the Federation of Bosnia and Herzegovina</rdfs:label>
105
+ <rdfs:label xml:lang="bs">Vlada Federacije Bosne i Hercegovine</rdfs:label>
106
+ <rdfs:label xml:lang="hr">Vlada Federacije Bosne i Hercegovine</rdfs:label>
107
+ <rdfs:label xml:lang="sr">Влада Федерације Босне и Херцеговине</rdfs:label>
108
+ <rdfs:seeAlso rdf:resource="http://fbihvlada.gov.ba/english/"/>
109
+ <skos:definition>federal parliamentary constitutional republic that is a representative democracy, located in South and Southeast Europe, within the Balkans</skos:definition>
110
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfBosniaAndHerzegovina"/>
111
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;BosniaAndHerzegovina"/>
112
+ </owl:NamedIndividual>
113
+
114
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheHellenicRepublic">
115
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
116
+ <rdfs:label xml:lang="en">Government of the Hellenic Republic</rdfs:label>
117
+ <rdfs:label xml:lang="el">Κυβέρνηση της Ελληνικής Δημοκρατίας</rdfs:label>
118
+ <rdfs:seeAlso rdf:resource="https://www.mfa.gr/missionsabroad/en/about-greece/government-and-politics/"/>
119
+ <skos:definition>unitary parliamentary republic, located on the Balkan Peninsula in Southeast Europe</skos:definition>
120
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfGreece"/>
121
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Greece"/>
122
+ </owl:NamedIndividual>
123
+
124
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheHolySee">
125
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
126
+ <rdfs:label xml:lang="en">Government of the Holy See</rdfs:label>
127
+ <rdfs:label xml:lang="it">Governo della Santa Sede</rdfs:label>
128
+ <rdfs:label xml:lang="la">Imperium in Consiliis Sanctae Sedis</rdfs:label>
129
+ <rdfs:seeAlso rdf:resource="http://www.vatican.va/content/vatican/en.html"/>
130
+ <skos:definition>unitary Christian absolute monarchy (under an ecclesiastical and elective theocracy), headquartered in, operates from, and exercises &apos;exclusive dominion&apos; over the independent Vatican City State enclave in Rome, of which the pope is sovereign, administered by the Roman Curia</skos:definition>
131
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfTheHolySee"/>
132
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;HolySee"/>
133
+ <cmns-av:synonym>Government of the See of Rome</cmns-av:synonym>
134
+ </owl:NamedIndividual>
135
+
136
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheKingdomOfSpain">
137
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
138
+ <rdfs:label xml:lang="es">Gobierno del Reino de España</rdfs:label>
139
+ <rdfs:label xml:lang="en">Government of the Kingdom of Spain</rdfs:label>
140
+ <rdfs:seeAlso rdf:resource="https://www.lamoncloa.gob.es/lang/en/Paginas/index.aspx"/>
141
+ <skos:definition>unitary parliamentary constitutional monarchy, whose monarch is the head of state and prime minister is the head of government, located in Southwestern Europe with some pockets of territory across the Strait of Gibraltar and the Atlantic Ocean</skos:definition>
142
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfSpain"/>
143
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Spain"/>
144
+ </owl:NamedIndividual>
145
+
146
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfThePortugueseRepublic">
147
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
148
+ <rdfs:label xml:lang="en">Government of the Portuguese Republic</rdfs:label>
149
+ <rdfs:label xml:lang="pt">Governo da República Portuguesa</rdfs:label>
150
+ <rdfs:seeAlso rdf:resource="https://www.portugal.gov.pt/en/gc21"/>
151
+ <skos:definition>unitary, semi-presidential, constitutional, representative democratic republic, located mostly on the Iberian Peninsula, in southwestern Europe</skos:definition>
152
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfPortugal"/>
153
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Portugal"/>
154
+ </owl:NamedIndividual>
155
+
156
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfThePrincipalityOfAndorra">
157
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
158
+ <rdfs:label xml:lang="ca">Govern del Principat d’Andorra</rdfs:label>
159
+ <rdfs:label xml:lang="en">Government of the Principality of Andorra</rdfs:label>
160
+ <rdfs:seeAlso rdf:resource="https://www.govern.ad/"/>
161
+ <skos:definition>unitary parliamentary semi-elective diarchy, a sovereign landlocked microstate on the Iberian Peninsula, in the eastern Pyrenees, bordered by France to the north and Spain to the south</skos:definition>
162
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfAndorra"/>
163
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Andorra"/>
164
+ </owl:NamedIndividual>
165
+
166
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfAlbania">
167
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
168
+ <rdfs:label xml:lang="en">Government of the Republic of Albania</rdfs:label>
169
+ <rdfs:label xml:lang="sq">Qeveria e Republikës së Shqipërisë</rdfs:label>
170
+ <rdfs:seeAlso rdf:resource="http://parlament.al/"/>
171
+ <skos:definition>unitary parliamentary constitutional republic, located in Southeast Europe on the Adriatic and Ionian Sea within the Mediterranean Sea</skos:definition>
172
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfAlbania"/>
173
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Albania"/>
174
+ </owl:NamedIndividual>
175
+
176
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfCroatia">
177
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
178
+ <rdfs:label xml:lang="en">Government of the Republic of Croatia</rdfs:label>
179
+ <rdfs:label xml:lang="hr">Vlada Republike Hrvatske</rdfs:label>
180
+ <rdfs:seeAlso rdf:resource="https://vlada.gov.hr/"/>
181
+ <skos:definition>unitary parliamentary constitutional republic, located in Southeast Europe, bordering Slovenia to the northwest, Hungary to the northeast, Serbia to the east, Bosnia and Herzegovina, and Montenegro to the southeast, sharing a maritime border with Italy</skos:definition>
182
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfCroatia"/>
183
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Croatia"/>
184
+ </owl:NamedIndividual>
185
+
186
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfItaly">
187
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
188
+ <rdfs:label xml:lang="en">Government of the Republic of Italy</rdfs:label>
189
+ <rdfs:label xml:lang="it">Governo della Repubblica Italiana</rdfs:label>
190
+ <rdfs:seeAlso rdf:resource="http://www.governo.it/"/>
191
+ <skos:definition>unitary parliamentary, constitutional, democratic republic, consisting of a peninsula bordering the Alps and surrounded by several islands, located in south-central Europe</skos:definition>
192
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfItaly"/>
193
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Italy"/>
194
+ </owl:NamedIndividual>
195
+
196
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfMalta">
197
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
198
+ <rdfs:label xml:lang="en">Government of the Republic of Malta</rdfs:label>
199
+ <rdfs:seeAlso rdf:resource="https://www.gov.mt/"/>
200
+ <skos:definition>unitary parliamentary constitutional republic modelled on the Westminster system that is a Southern European island country consisting of an archipelago in the Mediterranean Sea</skos:definition>
201
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfMalta"/>
202
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Malta"/>
203
+ </owl:NamedIndividual>
204
+
205
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfNorthMacedonia">
206
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
207
+ <rdfs:label xml:lang="en">Government of the Republic of North Macedonia</rdfs:label>
208
+ <rdfs:label xml:lang="mk">Влада на Република Северна Македонија</rdfs:label>
209
+ <rdfs:seeAlso rdf:resource="https://vlada.mk/"/>
210
+ <skos:definition>unitary parliamentary, constitutional, democratic republic, located in the Balkan Peninsula in Southeast Europe</skos:definition>
211
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfNorthMacedonia"/>
212
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;NorthMacedonia"/>
213
+ </owl:NamedIndividual>
214
+
215
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSanMarino">
216
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
217
+ <rdfs:label xml:lang="en">Government of the Republic of San Marino</rdfs:label>
218
+ <rdfs:label xml:lang="it">Governo della Repubblica di San Marino</rdfs:label>
219
+ <rdfs:seeAlso rdf:resource="http://www.sanmarino.sm/on-line/en/home.html"/>
220
+ <skos:definition>unitary parliamentary, diarchic, directorial republic that is a microstate in Southern Europe, completely surrounded by Italy, located on the northeastern side of the Apennine Mountains</skos:definition>
221
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfSanMarino"/>
222
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SanMarino"/>
223
+ </owl:NamedIndividual>
224
+
225
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSerbia">
226
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
227
+ <rdfs:label xml:lang="en">Government of the Republic of Serbia</rdfs:label>
228
+ <rdfs:label xml:lang="sr">Влада Републике Србије</rdfs:label>
229
+ <rdfs:seeAlso rdf:resource="https://www.srbija.gov.rs/"/>
230
+ <skos:definition>unitary, dominant-party, parliamentary constitutional republic that is situated at the crossroads of Central and Southeast Europe in the southern Pannonian Plain and the central Balkans</skos:definition>
231
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfSerbia"/>
232
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Serbia"/>
233
+ </owl:NamedIndividual>
234
+
235
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSlovenia">
236
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
237
+ <rdfs:label xml:lang="en">Government of the Republic of Slovenia</rdfs:label>
238
+ <rdfs:label xml:lang="sl">Vlada Republike Slovenije</rdfs:label>
239
+ <rdfs:seeAlso rdf:resource="https://www.gov.si/"/>
240
+ <skos:definition>unitary, parliamentary constitutional republic bordered by Italy to the west, Austria to the north, Hungary to the northeast, Croatia to the southeast, and the Adriatic Sea to the southwest</skos:definition>
241
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-seuj;JurisdictionOfSlovenia"/>
242
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Slovenia"/>
243
+ </owl:NamedIndividual>
244
+
245
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;GreekEntity">
246
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
247
+ <rdfs:label xml:lang="en">Greek entity</rdfs:label>
248
+ <rdfs:label xml:lang="el">Ελληνική οντότητα</rdfs:label>
249
+ <skos:definition>sovereign state and polity that is Greece</skos:definition>
250
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Greece"/>
251
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheHellenicRepublic"/>
252
+ </owl:NamedIndividual>
253
+
254
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;HolySeeEntity">
255
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
256
+ <rdfs:label xml:lang="it">Entità della Santa Sede</rdfs:label>
257
+ <rdfs:label xml:lang="en">Holy See entity</rdfs:label>
258
+ <skos:definition>sovereign state and polity that is the Holy See</skos:definition>
259
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;HolySee"/>
260
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheHolySee"/>
261
+ </owl:NamedIndividual>
262
+
263
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;ItalianEntity">
264
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
265
+ <rdfs:label xml:lang="it">Ente italiano</rdfs:label>
266
+ <rdfs:label xml:lang="en">Italian entity</rdfs:label>
267
+ <skos:definition>sovereign state and polity that is Italy</skos:definition>
268
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Italy"/>
269
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfItaly"/>
270
+ </owl:NamedIndividual>
271
+
272
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfAlbania">
273
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
274
+ <rdfs:label xml:lang="sq">juridiksioni i Shqipërisë</rdfs:label>
275
+ <rdfs:label xml:lang="en">jurisdiction of Albania</rdfs:label>
276
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Supreme_Court_of_Albania"/>
277
+ <skos:definition>jurisdiction of the judiciary of Albania, a system of courts that includes the supreme court, constitutional court, appeal court and administrative court, and whose Supreme Court of the Republic of Albania is the highest court and is the final court of appeal</skos:definition>
278
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfAlbania"/>
279
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Albania"/>
280
+ </owl:NamedIndividual>
281
+
282
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfAndorra">
283
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
284
+ <rdfs:label xml:lang="ca">jurisdicció d’Andorra</rdfs:label>
285
+ <rdfs:label xml:lang="en">jurisdiction of Andorra</rdfs:label>
286
+ <skos:definition>jurisdiction of the judiciary of Andorra, composed of the Magistrates Court, the Criminal Law Court, the High Court of Andorra, and the Constitutional Court</skos:definition>
287
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfThePrincipalityOfAndorra"/>
288
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Andorra"/>
289
+ </owl:NamedIndividual>
290
+
291
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfBosniaAndHerzegovina">
292
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
293
+ <rdfs:label xml:lang="en">jurisdiction of Bosnia and Herzegovina</rdfs:label>
294
+ <rdfs:label xml:lang="bs">nadležnost Bosne i Hercegovine</rdfs:label>
295
+ <rdfs:label xml:lang="hr">nadležnost Bosne i Hercegovine</rdfs:label>
296
+ <rdfs:label xml:lang="sr">надлежност Босне и Херцеговине</rdfs:label>
297
+ <rdfs:seeAlso rdf:resource="http://www.mpr.gov.ba/organizacija_nadleznosti/pravosudje/Default.aspx"/>
298
+ <skos:definition>jurisdiction of the judiciary of Bosnia and Herzegovina, whose Constitutional Court of Bosnia and Herzegovina is the supreme, final arbiter of legal matters</skos:definition>
299
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheFederationOfBosniaAndHerzegovina"/>
300
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;BosniaAndHerzegovina"/>
301
+ </owl:NamedIndividual>
302
+
303
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfCroatia">
304
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
305
+ <rdfs:label xml:lang="en">jurisdiction of Croatia</rdfs:label>
306
+ <rdfs:label xml:lang="hr">nadležnost Hrvatske</rdfs:label>
307
+ <rdfs:seeAlso rdf:resource="https://www.usud.hr/"/>
308
+ <skos:definition>jurisdiction of the judiciary of Croatia, a civil law legal system in which law arises primarily from written statutes, influenced by German and Austrian legal systems, whose national courts include the Constitutional Court, which oversees violations of the Constitution, and the Supreme Court, which is the highest court of appeal</skos:definition>
309
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfCroatia"/>
310
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Croatia"/>
311
+ </owl:NamedIndividual>
312
+
313
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfGreece">
314
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
315
+ <rdfs:label xml:lang="en">jurisdiction of Greece</rdfs:label>
316
+ <rdfs:label xml:lang="el">δικαιοδοσία της Ελλάδας</rdfs:label>
317
+ <rdfs:seeAlso rdf:resource="https://www.mfa.gr/missionsabroad/en/about-greece/government-and-politics/judicial-power.html"/>
318
+ <skos:definition>jurisdiction of the judiciary of the Hellenic Republic, whose supreme courts include the Court of Cassation, the Council of State and the Court of Auditors</skos:definition>
319
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheHellenicRepublic"/>
320
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Greece"/>
321
+ </owl:NamedIndividual>
322
+
323
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfItaly">
324
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
325
+ <rdfs:label xml:lang="it">giurisdizione dell&apos;Italia</rdfs:label>
326
+ <rdfs:label xml:lang="en">jurisdiction of Italy</rdfs:label>
327
+ <skos:definition>jurisdiction of the judiciary of Italy, a system of courts that is based on Roman law modified by the Napoleonic code and later statutes, comprising the Supreme Court of Cassation, the highest court in Italy for both criminal and civil appeal cases, and the Constitutional Court of Italy (Corte Costituzionale)</skos:definition>
328
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfItaly"/>
329
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Italy"/>
330
+ </owl:NamedIndividual>
331
+
332
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfMalta">
333
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
334
+ <rdfs:label xml:lang="en">jurisdiction of Malta</rdfs:label>
335
+ <rdfs:seeAlso rdf:resource="https://justice.gov.mt/en/justice/Pages/The-Judiciary-in-Malta.aspx"/>
336
+ <skos:definition>jurisdiction of the judiciary of Malta, which is based partially on English law and partly on Continental law, that interprets and applies the laws of Malta to ensure equal justice under law, and to provide a mechanism for dispute resolution</skos:definition>
337
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfMalta"/>
338
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Malta"/>
339
+ </owl:NamedIndividual>
340
+
341
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfMontenegro">
342
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
343
+ <rdfs:label xml:lang="en">jurisdiction of Montenegro</rdfs:label>
344
+ <skos:definition>jurisdiction of the judiciary of Montenegro, that interprets and applies the laws of Montenegro, and has been working with the European Union over the last several years to increase judicial independence and accountability</skos:definition>
345
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfMontenegro"/>
346
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Montenegro"/>
347
+ </owl:NamedIndividual>
348
+
349
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfNorthMacedonia">
350
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
351
+ <rdfs:label xml:lang="en">jurisdiction of North Macedonia</rdfs:label>
352
+ <rdfs:label xml:lang="mk">јурисдикција на Северна Македонија</rdfs:label>
353
+ <rdfs:seeAlso rdf:resource="https://www.sobranie.mk/the-constitution-of-the-republic-of-macedonia-ns_article-constitution-of-the-republic-of-north-macedonia.nspx"/>
354
+ <skos:definition>jurisdiction of the judiciary of North Macedonia, an independent judicial branch that includes a constitutional court</skos:definition>
355
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfNorthMacedonia"/>
356
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;NorthMacedonia"/>
357
+ </owl:NamedIndividual>
358
+
359
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfPortugal">
360
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
361
+ <rdfs:label xml:lang="en">jurisdiction of Portugal</rdfs:label>
362
+ <rdfs:label xml:lang="pt">jurisdição de portugal</rdfs:label>
363
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Judiciary_of_Portugal"/>
364
+ <skos:definition>jurisdiction of the judiciary of Portugal, a system of courts that together constitute one of the four organs of Sovereignty as defined by the Portuguese Constitution</skos:definition>
365
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfThePortugueseRepublic"/>
366
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Portugal"/>
367
+ </owl:NamedIndividual>
368
+
369
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfSanMarino">
370
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
371
+ <rdfs:label xml:lang="it">giurisdizione di San Marino</rdfs:label>
372
+ <rdfs:label xml:lang="en">jurisdiction of San Marino</rdfs:label>
373
+ <skos:definition>jurisdiction of the judiciary of San Marino, including the Council of Twelve, which forms the judicial branch during the period of legislature of the Council</skos:definition>
374
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSanMarino"/>
375
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SanMarino"/>
376
+ </owl:NamedIndividual>
377
+
378
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfSerbia">
379
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
380
+ <rdfs:label xml:lang="en">jurisdiction of Serbia</rdfs:label>
381
+ <rdfs:label xml:lang="sr">надлежност Србије</rdfs:label>
382
+ <skos:definition>jurisdiction of the judiciary of Serbia, a three-tiered judicial system that includes the Supreme Court of Cassation as the court of the last resort, Courts of Appeal as the appellate instance, and Basic and High courts as the general jurisdictions at first instance</skos:definition>
383
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSerbia"/>
384
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Serbia"/>
385
+ </owl:NamedIndividual>
386
+
387
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfSlovenia">
388
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
389
+ <rdfs:label xml:lang="en">jurisdiction of Slovenia</rdfs:label>
390
+ <rdfs:label xml:lang="sl">pristojnost Slovenije</rdfs:label>
391
+ <rdfs:seeAlso rdf:resource="http://www.sodisce.si/"/>
392
+ <skos:definition>jurisdiction of the judiciary of Slovenia, a system of courts with general responsibilities and specialised courts that deal with matters relating to specific legal areas, including a Constitutional Court at the highest level</skos:definition>
393
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSlovenia"/>
394
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Slovenia"/>
395
+ </owl:NamedIndividual>
396
+
397
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfSpain">
398
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
399
+ <rdfs:label xml:lang="es">jurisdicción de España</rdfs:label>
400
+ <rdfs:label xml:lang="en">jurisdiction of Spain</rdfs:label>
401
+ <rdfs:seeAlso rdf:resource="http://www.poderjudicial.es/cgpj/es/Poder_Judicial"/>
402
+ <skos:definition>jurisdiction of judiciary of Spain, a system of courts that includes senior judges - the President and judges of the Constitutional Court (the highest tribunal in the Kingdom) - that interprets and applies the law in Spain</skos:definition>
403
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheKingdomOfSpain"/>
404
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Spain"/>
405
+ </owl:NamedIndividual>
406
+
407
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;JurisdictionOfTheHolySee">
408
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
409
+ <rdfs:label xml:lang="it">giurisdizione della Santa Sede</rdfs:label>
410
+ <rdfs:label xml:lang="la">ius proprium Sanctae Sedis</rdfs:label>
411
+ <rdfs:label xml:lang="en">jurisdiction of the Holy See</rdfs:label>
412
+ <skos:definition>jurisdiction of the Bishop of Rome, known as the pope, which includes the apostolic episcopal see of the Diocese of Rome with universal ecclesiastical jurisdiction of the worldwide Catholic Church, as well as a sovereign entity of international law, governing the Vatican City</skos:definition>
413
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheHolySee"/>
414
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;HolySee"/>
415
+ </owl:NamedIndividual>
416
+
417
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;MalteseEntity">
418
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
419
+ <rdfs:label xml:lang="en">Maltese entity</rdfs:label>
420
+ <skos:definition>sovereign state and polity that is Malta</skos:definition>
421
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Malta"/>
422
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfMalta"/>
423
+ </owl:NamedIndividual>
424
+
425
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;MontenegrinEntity">
426
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
427
+ <rdfs:label xml:lang="en">Montenegrin entity</rdfs:label>
428
+ <skos:definition>sovereign state and polity that is Montenegro</skos:definition>
429
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Montenegro"/>
430
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfMontenegro"/>
431
+ </owl:NamedIndividual>
432
+
433
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;NorthMacedonianEntity">
434
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
435
+ <rdfs:label xml:lang="en">North Macedonian entity</rdfs:label>
436
+ <rdfs:label xml:lang="mk">Северномакедонски субјект</rdfs:label>
437
+ <skos:definition>sovereign state and polity that is North Macedonia</skos:definition>
438
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;NorthMacedonia"/>
439
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfNorthMacedonia"/>
440
+ </owl:NamedIndividual>
441
+
442
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;PortugueseEntity">
443
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
444
+ <rdfs:label xml:lang="pt">Entidade portuguesa</rdfs:label>
445
+ <rdfs:label xml:lang="en">Portuguese entity</rdfs:label>
446
+ <skos:definition>sovereign state and polity that is Portugal</skos:definition>
447
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Portugal"/>
448
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfThePortugueseRepublic"/>
449
+ </owl:NamedIndividual>
450
+
451
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;SammarineseEntity">
452
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
453
+ <rdfs:label xml:lang="it">Ente sammarinese</rdfs:label>
454
+ <rdfs:label xml:lang="en">Sammarinese entity</rdfs:label>
455
+ <skos:definition>sovereign state and polity that is San Marino</skos:definition>
456
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;SanMarino"/>
457
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSanMarino"/>
458
+ </owl:NamedIndividual>
459
+
460
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;SerbianEntity">
461
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
462
+ <rdfs:label xml:lang="en">Serbian entity</rdfs:label>
463
+ <rdfs:label xml:lang="sr">Српски ентитет</rdfs:label>
464
+ <skos:definition>sovereign state and polity that is Serbia</skos:definition>
465
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Serbia"/>
466
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSerbia"/>
467
+ </owl:NamedIndividual>
468
+
469
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;SloveneEntity">
470
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
471
+ <rdfs:label xml:lang="en">Slovene entity</rdfs:label>
472
+ <rdfs:label xml:lang="sl">Slovenska entiteta</rdfs:label>
473
+ <skos:definition>sovereign state and polity that is Slovenia</skos:definition>
474
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Slovenia"/>
475
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheRepublicOfSlovenia"/>
476
+ </owl:NamedIndividual>
477
+
478
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-seuj;SpanishEntity">
479
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
480
+ <rdfs:label xml:lang="es">Entidad española</rdfs:label>
481
+ <rdfs:label xml:lang="en">Spanish entity</rdfs:label>
482
+ <skos:definition>sovereign state and polity that is Spain</skos:definition>
483
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Spain"/>
484
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-seuj;GovernmentOfTheKingdomOfSpain"/>
485
+ </owl:NamedIndividual>
486
+
487
+ </rdf:RDF>
src/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-ukj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
10
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
11
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
12
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
13
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
14
+ <!ENTITY lcc-3166-2 "https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/">
15
+ <!ENTITY lcc-3166-2-gb "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/">
16
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
17
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
18
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
19
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
20
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
21
+ ]>
22
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"
23
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
24
+ xmlns:dct="http://purl.org/dc/terms/"
25
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
26
+ xmlns:fibo-be-ge-ukj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"
27
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
28
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
29
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
30
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
31
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
32
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
33
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
34
+ xmlns:lcc-3166-2="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"
35
+ xmlns:lcc-3166-2-gb="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/"
36
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
37
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
38
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
39
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
40
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
41
+
42
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/">
43
+ <rdfs:label>Government Entities and Jurisdictions for the United Kingdom of Great Britain and Northern Ireland Ontology</rdfs:label>
44
+ <dct:abstract>This ontology provides government entities and jurisdictions for the United Kingdom of Great Britain and Northern Ireland use in other FIBO ontologies.</dct:abstract>
45
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
53
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
54
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"/>
55
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-GB/"/>
56
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230701/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"/>
57
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200201/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to add devolved government entities for Scotland, Wales, and Northern Ireland.</skos:changeNote>
58
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.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>
59
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
60
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230701/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to include separate references to England and Wales in reach of the EnglandAndWalesJurisdiction.</skos:changeNote>
61
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
62
+ <cmns-av:copyright>Copyright (c) 2016-2023 EDM Council, Inc.</cmns-av:copyright>
63
+ <cmns-av:copyright>Copyright (c) 2016-2023 Object Management Group, Inc.</cmns-av:copyright>
64
+ </owl:Ontology>
65
+
66
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;EnglandAndWalesJurisdiction">
67
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
68
+ <rdfs:label>England and Wales jurisdiction</rdfs:label>
69
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Courts_of_England_and_Wales"/>
70
+ <rdfs:seeAlso rdf:resource="https://law.gov.wales/"/>
71
+ <skos:definition>jurisdiction of the Courts of England and Wales</skos:definition>
72
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;NationalAssemblyForWales"/>
73
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-gb;GB-ENG-Subdivision"/>
74
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-gb;GB-WLS-Subdivision"/>
75
+ </owl:NamedIndividual>
76
+
77
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;GovernmentOfGuernsey">
78
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
79
+ <rdfs:label xml:lang="fr">Gouvèrnément d&apos;Guernési</rdfs:label>
80
+ <rdfs:label xml:lang="en">Government of Guernsey</rdfs:label>
81
+ <rdfs:seeAlso rdf:resource="https://www.gov.gg/"/>
82
+ <skos:definition>parliamentary representative democracy that is the central government of the Bailiwick of Guernsey, a self-governing dependency of the United Kingdom and one of the British Channel Islands off the coast of Normandy</skos:definition>
83
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;JurisdictionOfGuernsey"/>
84
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Guernsey"/>
85
+ </owl:NamedIndividual>
86
+
87
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;GovernmentOfJersey">
88
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
89
+ <rdfs:label xml:lang="fr">Gouvèrnément d&apos;Jèrri</rdfs:label>
90
+ <rdfs:label xml:lang="en">Government of Jersey</rdfs:label>
91
+ <rdfs:seeAlso rdf:resource="https://www.gov.je/Pages/default.aspx"/>
92
+ <skos:definition>central government of the Bailiwick of Jersey, a self-governing dependency of the United Kingdom that is the largest of the Channel Islands between England and France</skos:definition>
93
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;JurisdictionOfJersey"/>
94
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Jersey"/>
95
+ </owl:NamedIndividual>
96
+
97
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;GovernmentOfScotland">
98
+ <rdf:type rdf:resource="&fibo-be-ge-ge;DevolvedGovernment"/>
99
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
100
+ <rdfs:label xml:lang="en">Government of Scotland</rdfs:label>
101
+ <rdfs:label xml:lang="gd">Riaghaltas na h-Alba</rdfs:label>
102
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Scottish_Government"/>
103
+ <rdfs:seeAlso rdf:resource="https://www.gov.scot/"/>
104
+ <rdfs:seeAlso rdf:resource="https://www.parliament.scot/index.aspx"/>
105
+ <skos:definition>devolved government of Scotland</skos:definition>
106
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;ScotlandJurisdiction"/>
107
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-gb;Scotland"/>
108
+ <cmns-av:synonym>Scottish government</cmns-av:synonym>
109
+ </owl:NamedIndividual>
110
+
111
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;GovernmentOfTheIsleOfMan">
112
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
113
+ <rdfs:label xml:lang="en">Government of the Isle of Man</rdfs:label>
114
+ <rdfs:seeAlso rdf:resource="https://www.gov.im/"/>
115
+ <skos:definition>central government of the Isle of Man, a self-governing British Crown dependency in the Irish Sea between England and Ireland</skos:definition>
116
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;JurisdictionOfTheIsleOfMan"/>
117
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;IsleOfMan"/>
118
+ <cmns-av:synonym>Manx Government</cmns-av:synonym>
119
+ </owl:NamedIndividual>
120
+
121
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;GovernmentOfTheUnitedKingdom">
122
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
123
+ <rdfs:label>Government of the United Kingdom</rdfs:label>
124
+ <rdfs:seeAlso rdf:resource="http://www.parliament.uk/about/how/role/parliament-government/"/>
125
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Government_of_the_United_Kingdom"/>
126
+ <rdfs:seeAlso rdf:resource="https://www.gov.uk/"/>
127
+ <skos:definition>constitutional monarchy that is the government of the United Kingdom of Great Britain and Northern Ireland, including the monarch, who is the head of state and sovereign, prime minister, who is the head of government, and cabinet, parliament (House of Lords and House of Commons), and other agencies and institutions that comprise the government</skos:definition>
128
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;UnitedKingdomJurisdiction"/>
129
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;UnitedKingdomOfGreatBritainAndNorthernIreland"/>
130
+ <cmns-av:synonym>British government</cmns-av:synonym>
131
+ </owl:NamedIndividual>
132
+
133
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;GuernseyEntity">
134
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
135
+ <rdfs:label>Guernsey entity</rdfs:label>
136
+ <skos:definition>regional sovereignty and polity that is the Bailiwick of Guernsey</skos:definition>
137
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Guernsey"/>
138
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;GovernmentOfGuernsey"/>
139
+ </owl:NamedIndividual>
140
+
141
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;IsleOfManEntity">
142
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
143
+ <rdfs:label>Isle of Man entity</rdfs:label>
144
+ <skos:definition>regional sovereignty and polity that is the Isle of Man</skos:definition>
145
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;IsleOfMan"/>
146
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;GovernmentOfTheIsleOfMan"/>
147
+ <cmns-av:synonym>Manx entity</cmns-av:synonym>
148
+ </owl:NamedIndividual>
149
+
150
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;JerseyEntity">
151
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
152
+ <rdfs:label>Jersey entity</rdfs:label>
153
+ <skos:definition>regional sovereignty and polity that is the Bailiwick of Jersey</skos:definition>
154
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Jersey"/>
155
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;GovernmentOfJersey"/>
156
+ </owl:NamedIndividual>
157
+
158
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;JurisdictionOfGuernsey">
159
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
160
+ <rdfs:label>jurisdiction of Guernsey</rdfs:label>
161
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Guernsey#Politics"/>
162
+ <skos:definition>jurisdiction of the bailiwick judiciary of Guernsey, headed by its Bailiff, which is derived from a combination of Norman Customary Law and principles taken from English common law and Equity, as well as from statute law enacted by the competent legislature(s)</skos:definition>
163
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;GovernmentOfGuernsey"/>
164
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Guernsey"/>
165
+ </owl:NamedIndividual>
166
+
167
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;JurisdictionOfJersey">
168
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
169
+ <rdfs:label>jurisdiction of Jersey</rdfs:label>
170
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Law_of_Jersey#Judiciary"/>
171
+ <skos:definition>jurisdiction of the judiciary of Jersey, headed by is the Bailiff, who as well as performing the judicial functions of a chief justice is also the President (presiding officer) of the States of Jersey and has certain civic, ceremonial and executive functions</skos:definition>
172
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;GovernmentOfJersey"/>
173
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Jersey"/>
174
+ </owl:NamedIndividual>
175
+
176
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;JurisdictionOfTheIsleOfMan">
177
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
178
+ <rdfs:label>jurisdiction of the Isle of Man</rdfs:label>
179
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Judiciary_of_the_Isle_of_Man"/>
180
+ <skos:definition>jurisdiction of the judiciary of the Isle of Man, including the High Court of Justice of the Isle of Man, consisting of a Civil Division and an appeal division, called the Staff of Government Division</skos:definition>
181
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;GovernmentOfTheIsleOfMan"/>
182
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;IsleOfMan"/>
183
+ </owl:NamedIndividual>
184
+
185
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;NationalAssemblyForWales">
186
+ <rdf:type rdf:resource="&fibo-be-ge-ge;DevolvedGovernment"/>
187
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
188
+ <rdfs:label xml:lang="cy">Cynulliad Cenedlaethol Cymru</rdfs:label>
189
+ <rdfs:label xml:lang="en">National Assembly for Wales</rdfs:label>
190
+ <rdfs:seeAlso rdf:resource="http://www.assembly.wales/en/Pages/Home.aspx"/>
191
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/National_Assembly_for_Wales"/>
192
+ <rdfs:seeAlso rdf:resource="https://law.gov.wales/constitution-government/devolution/"/>
193
+ <skos:definition>devolved government of Wales</skos:definition>
194
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;EnglandAndWalesJurisdiction"/>
195
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-gb;Wales"/>
196
+ <cmns-av:synonym xml:lang="cy">Senedd</cmns-av:synonym>
197
+ <cmns-av:synonym xml:lang="en">Welsh Assembly</cmns-av:synonym>
198
+ </owl:NamedIndividual>
199
+
200
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;NorthernIrelandAssembly">
201
+ <rdf:type rdf:resource="&fibo-be-ge-ge;DevolvedGovernment"/>
202
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
203
+ <rdfs:label xml:lang="en">Northern Ireland Assembly</rdfs:label>
204
+ <rdfs:label xml:lang="ga">Tionól Thuaisceart Éireann</rdfs:label>
205
+ <rdfs:seeAlso rdf:resource="http://www.niassembly.gov.uk/"/>
206
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Northern_Ireland_Assembly"/>
207
+ <skos:definition>devolved government of Northern Ireland</skos:definition>
208
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-ukj;NorthernIrelandJurisdiction"/>
209
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-gb;NorthernIreland"/>
210
+ </owl:NamedIndividual>
211
+
212
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;NorthernIrelandEntity">
213
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
214
+ <rdfs:label xml:lang="en">Northern Ireland entity</rdfs:label>
215
+ <rdfs:seeAlso rdf:resource="http://www.niassembly.gov.uk/"/>
216
+ <skos:definition>regional devolved sovereignty that is Northern Ireland</skos:definition>
217
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-gb;NorthernIreland"/>
218
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;NorthernIrelandAssembly"/>
219
+ </owl:NamedIndividual>
220
+
221
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;NorthernIrelandJurisdiction">
222
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
223
+ <rdfs:label>Northern Ireland jurisdiction</rdfs:label>
224
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Courts_of_Northern_Ireland"/>
225
+ <rdfs:seeAlso rdf:resource="https://www.justice-ni.gov.uk/topics/courts-and-tribunals"/>
226
+ <skos:definition>jurisdiction of the Courts of Northern Ireland</skos:definition>
227
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;NorthernIrelandAssembly"/>
228
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-gb;NorthernIreland"/>
229
+ </owl:NamedIndividual>
230
+
231
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;ScotlandEntity">
232
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
233
+ <rdfs:label xml:lang="en">Scotland entity</rdfs:label>
234
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Scottish_Government"/>
235
+ <rdfs:seeAlso rdf:resource="https://www.gov.scot/"/>
236
+ <skos:definition>regional devolved sovereignty that is Scotland</skos:definition>
237
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-gb;Scotland"/>
238
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;GovernmentOfScotland"/>
239
+ </owl:NamedIndividual>
240
+
241
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;ScotlandJurisdiction">
242
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
243
+ <rdfs:label>Scotland jurisdiction</rdfs:label>
244
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Courts_of_Scotland"/>
245
+ <rdfs:seeAlso rdf:resource="https://www.scotcourts.gov.uk/"/>
246
+ <rdfs:seeAlso rdf:resource="https://www.scotcourts.gov.uk/the-courts/supreme-courts/about-the-court-of-session"/>
247
+ <rdfs:seeAlso rdf:resource="https://www.scotcourts.gov.uk/the-courts/supreme-courts/high-court/about-the-high-court/"/>
248
+ <skos:definition>jurisdiction of the Supreme Courts of Scotland</skos:definition>
249
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;GovernmentOfScotland"/>
250
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-gb;Scotland"/>
251
+ </owl:NamedIndividual>
252
+
253
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;UnitedKingdomEntity">
254
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
255
+ <rdfs:label>United Kingdom entity</rdfs:label>
256
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Government_of_the_United_Kingdom"/>
257
+ <rdfs:seeAlso rdf:resource="https://www.gov.uk/"/>
258
+ <skos:definition>federated sovereignty and polity that is the United Kingdom of Great Britain and Northern Ireland</skos:definition>
259
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Gibraltar"/>
260
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;UnitedKingdomOfGreatBritainAndNorthernIreland"/>
261
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;GovernmentOfTheUnitedKingdom"/>
262
+ </owl:NamedIndividual>
263
+
264
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;UnitedKingdomJurisdiction">
265
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
266
+ <rdfs:label>United Kingdom jurisdiction</rdfs:label>
267
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Courts_of_the_United_Kingdom"/>
268
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Judiciaries_of_the_United_Kingdom"/>
269
+ <rdfs:seeAlso rdf:resource="https://www.supremecourt.uk/"/>
270
+ <skos:definition>jurisdiction of the Supreme Court of the United Kingdom, the tribunal system, including the Asylum and Immigration Tribunal and the Special Immigration Appeals Commission, Employment tribunals and the Employment Appeal Tribunal</skos:definition>
271
+ <skos:scopeNote>Note that the Courts of the United Kingdom are separated into three separate jurisdictions, the Courts of England and Wales, Courts of Scotland and the Courts of Northern Ireland, as the United Kingdom does not have a single unified judicial system, aside from the courts specifically identified in the definition of this individual.</skos:scopeNote>
272
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-ukj;GovernmentOfTheUnitedKingdom"/>
273
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;UnitedKingdomOfGreatBritainAndNorthernIreland"/>
274
+ </owl:NamedIndividual>
275
+
276
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-ukj;WelshEntity">
277
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
278
+ <rdfs:label xml:lang="en">Welsh entity</rdfs:label>
279
+ <rdfs:seeAlso rdf:resource="http://www.assembly.wales/en/Pages/Home.aspx"/>
280
+ <skos:definition>regional devolved sovereignty that is Wales</skos:definition>
281
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-gb;Wales"/>
282
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-ukj;NationalAssemblyForWales"/>
283
+ </owl:NamedIndividual>
284
+
285
+ </rdf:RDF>
src/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-weuj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
8
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
9
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
10
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
11
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
12
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
14
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
15
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
16
+ ]>
17
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"
18
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
19
+ xmlns:dct="http://purl.org/dc/terms/"
20
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
21
+ xmlns:fibo-be-ge-weuj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
23
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
24
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
25
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
26
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
27
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
30
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
31
+
32
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/">
33
+ <rdfs:label>Western Europe Government Entities and Jurisdictions Ontology</rdfs:label>
34
+ <dct:abstract>This ontology provides government entities and jurisdictions for countries that are defined as being part of Western Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective.</dct:abstract>
35
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
36
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
37
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
38
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
39
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
40
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
41
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
42
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
43
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"/>
44
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200801/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.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>
45
+ <skos:scopeNote>The initial version of this ontology reflects the national level only.</skos:scopeNote>
46
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
47
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
48
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
49
+ </owl:Ontology>
50
+
51
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;AustrianEntity">
52
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
53
+ <rdfs:label>Austrian entity</rdfs:label>
54
+ <skos:definition>federated sovereignty and polity that is Austria</skos:definition>
55
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Austria"/>
56
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheRepublicOfAustria"/>
57
+ </owl:NamedIndividual>
58
+
59
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;BelgianEntity">
60
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
61
+ <rdfs:label>Belgian entity</rdfs:label>
62
+ <skos:definition>federated sovereignty and polity that is Belgium</skos:definition>
63
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Belgium"/>
64
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheKingdomOfBelgium"/>
65
+ </owl:NamedIndividual>
66
+
67
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;FrenchEntity">
68
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
69
+ <rdfs:label>French entity</rdfs:label>
70
+ <skos:definition>sovereign state and polity that is France</skos:definition>
71
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;France"/>
72
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;FrenchSouthernTerritories"/>
73
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;FrenchGuiana"/>
74
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;FrenchPolynesia"/>
75
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Guadeloupe"/>
76
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Martinique"/>
77
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Mayotte"/>
78
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;NewCaledonia"/>
79
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Reunion"/>
80
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SaintBarthelemy"/>
81
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SaintMartin"/>
82
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SaintPierreAndMiquelon"/>
83
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;WallisAndFutuna"/>
84
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheFrenchRepublic"/>
85
+ </owl:NamedIndividual>
86
+
87
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GermanEntity">
88
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
89
+ <rdfs:label>German entity</rdfs:label>
90
+ <skos:definition>federated sovereignty and polity that is Germany</skos:definition>
91
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Germany"/>
92
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheFederalRepublicOfGermany"/>
93
+ </owl:NamedIndividual>
94
+
95
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheFederalRepublicOfGermany">
96
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
97
+ <rdfs:label xml:lang="de">Bundesrepublik Deutschland</rdfs:label>
98
+ <rdfs:label xml:lang="en">Government of the Federal Republic of Germany</rdfs:label>
99
+ <rdfs:seeAlso rdf:resource="https://www.bundesregierung.de/breg-en"/>
100
+ <skos:definition>democratic, federal parliamentary republic led by a chancellor, where federal legislative power is vested in the parliament, consisting of the Bundestag and the Bundesrat</skos:definition>
101
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfGermany"/>
102
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Germany"/>
103
+ </owl:NamedIndividual>
104
+
105
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheFrenchRepublic">
106
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
107
+ <rdfs:label xml:lang="fr">Gouvernement de la République française</rdfs:label>
108
+ <rdfs:label xml:lang="en">Government of the French Republic</rdfs:label>
109
+ <rdfs:seeAlso rdf:resource="https://www.gouvernement.fr/en/news"/>
110
+ <skos:definition>unitary semi-presidential constitutional republic, built on strong representative democratic roots, based on the Constitution of the Fifth Republic which was approved in 1958</skos:definition>
111
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfFrance"/>
112
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;France"/>
113
+ </owl:NamedIndividual>
114
+
115
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheGrandDuchyOfLuxembourg">
116
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
117
+ <rdfs:label>Government of the Grand Duchy of Luxembourg</rdfs:label>
118
+ <rdfs:seeAlso rdf:resource="https://gouvernement.lu/en.html"/>
119
+ <skos:definition>representative democracy that is a unitary, parliamentary constitutional monarchy, headed by the Grand Duke, which is the world&apos;s only remaining sovereign grand duchy</skos:definition>
120
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfLuxembourg"/>
121
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Luxembourg"/>
122
+ </owl:NamedIndividual>
123
+
124
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheKingdomOfBelgium">
125
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
126
+ <rdfs:label xml:lang="en">Government of the Kingdom of Belgium</rdfs:label>
127
+ <rdfs:seeAlso rdf:resource="https://www.belgium.be/en/about_belgium/government"/>
128
+ <skos:definition>federal parliamentary constitutional monarchy, whose head of state is the king, though with limited prerogatives</skos:definition>
129
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfBelgium"/>
130
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Belgium"/>
131
+ </owl:NamedIndividual>
132
+
133
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheNetherlands">
134
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
135
+ <rdfs:label xml:lang="en">Government of the Netherlands</rdfs:label>
136
+ <rdfs:label xml:lang="nl">Rijksoverheid</rdfs:label>
137
+ <rdfs:seeAlso rdf:resource="https://www.government.nl/"/>
138
+ <skos:definition>parliamentary constitutional monarchy with a unitary structure, with its monarch as head of state</skos:definition>
139
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfTheNetherlands"/>
140
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Netherlands"/>
141
+ </owl:NamedIndividual>
142
+
143
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfThePrincipalityOfLiechtenstein">
144
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
145
+ <rdfs:label>Government of the Principality of Liechtenstein</rdfs:label>
146
+ <rdfs:seeAlso rdf:resource="https://www.liechtenstein.li/en/country-and-people/state/government/"/>
147
+ <skos:definition>semi-constitutional monarchy headed by the Prince of Liechtenstein, with an elected parliament that enacts the law, as well as being a direct democracy, where voters can propose and enact constitutional amendments and legislation independently of the legislature</skos:definition>
148
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfLiechtenstein"/>
149
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Liechtenstein"/>
150
+ </owl:NamedIndividual>
151
+
152
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfThePrincipalityOfMonaco">
153
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
154
+ <rdfs:label>Government of the Principality of Monaco</rdfs:label>
155
+ <rdfs:seeAlso rdf:resource="https://en.gouv.mc/"/>
156
+ <skos:definition>constitutional monarchy with the Sovereign Prince of Monaco as head of state, and a Minister of State as the head of government, who presides over a five-member Council of Government</skos:definition>
157
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfMonaco"/>
158
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Monaco"/>
159
+ </owl:NamedIndividual>
160
+
161
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheRepublicOfAustria">
162
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
163
+ <rdfs:label xml:lang="en">Government of the Republic of Austria</rdfs:label>
164
+ <rdfs:seeAlso rdf:resource="https://www.bundeskanzleramt.gv.at/en.html"/>
165
+ <skos:definition>federal, representative democratic republic, with nine states, whose head of state is the Federal President (Bundespräsident), and head of the federal government is the Federal Chancellor (Bundeskanzler)</skos:definition>
166
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfAustria"/>
167
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Austria"/>
168
+ </owl:NamedIndividual>
169
+
170
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;GovernmentOfTheSwissConfederation">
171
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
172
+ <rdfs:label>Government of the Swiss Confederation</rdfs:label>
173
+ <rdfs:seeAlso rdf:resource="https://www.admin.ch/gov/en/start.html/"/>
174
+ <skos:definition>federal semi-direct democracy under a multi-party presidential directorial republic, which represents a confederation of 26 cantons and communes with executive, legislative and judiciary branches</skos:definition>
175
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-weuj;JurisdictionOfSwitzerland"/>
176
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Switzerland"/>
177
+ </owl:NamedIndividual>
178
+
179
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfAustria">
180
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
181
+ <rdfs:label>jurisdiction of Austria</rdfs:label>
182
+ <skos:definition>jurisdiction of the judiciary of Austria (österreichische Justiz), consisting of general courts (ordentliche Gerichte) and courts of public law (Gerichte öffentlichen Rechts)</skos:definition>
183
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheRepublicOfAustria"/>
184
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Austria"/>
185
+ </owl:NamedIndividual>
186
+
187
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfBelgium">
188
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
189
+ <rdfs:label>jurisdiction of Belgium</rdfs:label>
190
+ <skos:definition>jurisdiction of the judiciary of Belgium, which is based on civil law and originates from the Napoleonic code, including the Court of Cassation and the courts of appeal, one level below</skos:definition>
191
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheKingdomOfBelgium"/>
192
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Belgium"/>
193
+ </owl:NamedIndividual>
194
+
195
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfFrance">
196
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
197
+ <rdfs:label>jurisdiction of France</rdfs:label>
198
+ <skos:definition>jurisdiction of the judiciary of France, which is part of the Ministry of Justice based on a civil legal system, headed by the Court of Cassation and Council of State</skos:definition>
199
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheFrenchRepublic"/>
200
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;France"/>
201
+ </owl:NamedIndividual>
202
+
203
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfGermany">
204
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
205
+ <rdfs:label>German jurisdiction</rdfs:label>
206
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Judiciary_of_Germany/"/>
207
+ <skos:definition>jurisdiction of the judiciary of Germany, whose civil law system is based on Roman law with some references to early Germanic law, headed by the Bundesverfassungsgericht (German supreme court) responsible for constitutional matters</skos:definition>
208
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheFederalRepublicOfGermany"/>
209
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Germany"/>
210
+ </owl:NamedIndividual>
211
+
212
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfLiechtenstein">
213
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
214
+ <rdfs:label>jurisdiction of Liechtenstein</rdfs:label>
215
+ <skos:definition>jurisdiction of the judiciary of Liechtenstein, the system of courts and tribunals which interpret and apply the law in Liechtenstein, including the Regional Court at Vaduz, the Princely High Court of Appeal at Vaduz, the Princely Supreme Court, the Administrative Court, and the State Court</skos:definition>
216
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfThePrincipalityOfLiechtenstein"/>
217
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Liechtenstein"/>
218
+ </owl:NamedIndividual>
219
+
220
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfLuxembourg">
221
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
222
+ <rdfs:label>jurisdiction of Luxembourg</rdfs:label>
223
+ <rdfs:seeAlso rdf:resource="https://gouvernement.lu/en/systeme-politique/cours-tribunaux.html"/>
224
+ <skos:definition>jurisdiction of the judiciary of Luxembourg, the system of courts and tribunals which interpret and apply the law in Luxembourg, including three lower tribunals (justices de paix; in Esch-sur-Alzette, the city of Luxembourg, and Diekirch), two district tribunals (Luxembourg and Diekirch), and a Superior Court of Justice (Luxembourg), which includes the Court of Appeal and the Court of Cassation</skos:definition>
225
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheGrandDuchyOfLuxembourg"/>
226
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Luxembourg"/>
227
+ </owl:NamedIndividual>
228
+
229
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfMonaco">
230
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
231
+ <rdfs:label>jurisdiction of Monaco</rdfs:label>
232
+ <skos:definition>jurisdiction of the judiciary of Monaco, the system of courts and tribunals which interpret and apply the law in Monaco, including the Monegasque Supreme Court, one of the highest courts of law in the city-state of Monaco for judicial appeals as well as ensuring the constitution of Monaco is upheld</skos:definition>
233
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfThePrincipalityOfMonaco"/>
234
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Monaco"/>
235
+ </owl:NamedIndividual>
236
+
237
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfSwitzerland">
238
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
239
+ <rdfs:label>jurisdiction of Switzerland</rdfs:label>
240
+ <rdfs:seeAlso rdf:resource="https://www.ch.ch/en/demokratie/federalism/separation-of-powers/switzerlands-courts/"/>
241
+ <skos:definition>jurisdiction of the Federal Supreme Court, Federal Criminal Court, Federal Administrative Court, and the Federal Patent Court representing the judiciary branch at the federal level in Switzerland</skos:definition>
242
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheSwissConfederation"/>
243
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Switzerland"/>
244
+ </owl:NamedIndividual>
245
+
246
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;JurisdictionOfTheNetherlands">
247
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
248
+ <rdfs:label>jurisdiction of the Netherlands</rdfs:label>
249
+ <rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Judiciary_of_the_Netherlands"/>
250
+ <skos:definition>jurisdiction of the judiciary of the Netherlands, the system of courts which interprets and applies the law in the Netherlands</skos:definition>
251
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheNetherlands"/>
252
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Netherlands"/>
253
+ </owl:NamedIndividual>
254
+
255
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;LiechtensteinerEntity">
256
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
257
+ <rdfs:label>Liechtensteiner entity</rdfs:label>
258
+ <skos:definition>sovereign state and polity that is Liechtenstein</skos:definition>
259
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Liechtenstein"/>
260
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfThePrincipalityOfLiechtenstein"/>
261
+ </owl:NamedIndividual>
262
+
263
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;LuxembourgerEntity">
264
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
265
+ <rdfs:label>Luxembourger entity</rdfs:label>
266
+ <skos:definition>sovereign state and polity that is Luxembourg</skos:definition>
267
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Luxembourg"/>
268
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheGrandDuchyOfLuxembourg"/>
269
+ </owl:NamedIndividual>
270
+
271
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;MonegasqueEntity">
272
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
273
+ <rdfs:label>Monegasque entity</rdfs:label>
274
+ <skos:definition>sovereign state and polity that is Monaco</skos:definition>
275
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Monaco"/>
276
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfThePrincipalityOfMonaco"/>
277
+ </owl:NamedIndividual>
278
+
279
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;NetherlandsEntity">
280
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
281
+ <rdfs:label>Netherlands entity</rdfs:label>
282
+ <skos:definition>sovereign state and polity that is the Netherlands</skos:definition>
283
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Netherlands"/>
284
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Bonaire"/>
285
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SintMaarten"/>
286
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheNetherlands"/>
287
+ </owl:NamedIndividual>
288
+
289
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-weuj;SwissEntity">
290
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
291
+ <rdfs:label>Swiss entity</rdfs:label>
292
+ <skos:definition>federated sovereignty and polity that is Switzerland</skos:definition>
293
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Switzerland"/>
294
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-weuj;GovernmentOfTheSwissConfederation"/>
295
+ </owl:NamedIndividual>
296
+
297
+ </rdf:RDF>
src/BE/GovernmentEntities/GovernmentEntities.rdf ADDED
@@ -0,0 +1,580 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-col "https://www.omg.org/spec/Commons/Collections/">
5
+ <!ENTITY dct "http://purl.org/dc/terms/">
6
+ <!ENTITY fibo-be-fct-fct "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/">
7
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-be-oac-exec "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/">
10
+ <!ENTITY fibo-fnd-aap-ppl "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/">
11
+ <!ENTITY fibo-fnd-gao-obj "https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/">
12
+ <!ENTITY fibo-fnd-law-cor "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/">
13
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
14
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
15
+ <!ENTITY fibo-fnd-plc-loc "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/">
16
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
17
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
18
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
19
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
20
+ <!ENTITY lcc-cr "https://www.omg.org/spec/LCC/Countries/CountryRepresentation/">
21
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
22
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
23
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
24
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
25
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
26
+ ]>
27
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
28
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
29
+ xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
30
+ xmlns:dct="http://purl.org/dc/terms/"
31
+ xmlns:fibo-be-fct-fct="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"
32
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
33
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
34
+ xmlns:fibo-be-oac-exec="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"
35
+ xmlns:fibo-fnd-aap-ppl="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"
36
+ xmlns:fibo-fnd-gao-obj="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"
37
+ xmlns:fibo-fnd-law-cor="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"
38
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
39
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
40
+ xmlns:fibo-fnd-plc-loc="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"
41
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
42
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
43
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
44
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
45
+ xmlns:lcc-cr="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"
46
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
47
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
48
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
49
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
50
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
51
+
52
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
53
+ <rdfs:label>Government Entities Ontology</rdfs:label>
54
+ <dct:abstract>This ontology defines the fundamental concepts for representing polities and government entities and their relations.</dct:abstract>
55
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
65
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
69
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
70
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
71
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
72
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230901/GovernmentEntities/GovernmentEntities/"/>
73
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20160801/GovernmentEntities/GovernmentEntities.rdf version of this ontology was added to Business Entities, per the issue resolutions identified in the FIBO BE 1.1 RTF report.</skos:changeNote>
74
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20160801/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.2 RTF report.</skos:changeNote>
75
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20170201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified per the FIBO 2.0 RFC to integrate LCC.</skos:changeNote>
76
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to to rationalize natural person and legally capable person in a new concept, competent natural person, simplify / merge the legal person and formal organization class hierarchies, and revise certain definitions, such as for supranational entity, to correspond to ISO definitions.</skos:changeNote>
77
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20181201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse and eliminate a reasoning error.</skos:changeNote>
78
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190501/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to eliminate duplication of concepts in LCC and merge the countries ontology with locations.</skos:changeNote>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to replace isAppointedBy with isDesignatedBy due to a name change in Relations, and to add a class for devolved government.</skos:changeNote>
80
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve, revise circular or ambiguous definitions, and to eliminate &apos;hasPartialSovereigntyOver&apos; in favor of &apos;hasSharedSovereigntyOver&apos;.</skos:changeNote>
81
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to fix spelling errors.</skos:changeNote>
82
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to address text formatting hygiene issues and to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
83
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/GovernmentEntities.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>
84
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to augment the definition of instrumentality with additional notes.</skos:changeNote>
85
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
86
+ <cmns-av:copyright>Copyright (c) 2016-2023 EDM Council, Inc.</cmns-av:copyright>
87
+ <cmns-av:copyright>Copyright (c) 2016-2023 Object Management Group, Inc.</cmns-av:copyright>
88
+ </owl:Ontology>
89
+
90
+ <owl:Class rdf:about="&fibo-be-ge-ge;BranchOfGovernment">
91
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
92
+ <rdfs:label>branch of government</rdfs:label>
93
+ <skos:definition>division of the government of a state, with separate and independent powers and areas of responsibility so that the powers of one branch are not in conflict with the powers associated with the other branches</skos:definition>
94
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.usa.gov/branches-of-government</cmns-av:adaptedFrom>
95
+ </owl:Class>
96
+
97
+ <owl:Class rdf:about="&fibo-be-ge-ge;DevolvedGovernment">
98
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Government"/>
99
+ <rdfs:label>devolved government</rdfs:label>
100
+ <skos:definition>government and the politicians that that run a subnational territory with powers that may be temporary and reversible, ultimately residing with the central government</skos:definition>
101
+ </owl:Class>
102
+
103
+ <owl:Class rdf:about="&fibo-be-ge-ge;ExecutiveBranch">
104
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;BranchOfGovernment"/>
105
+ <rdfs:label>executive branch</rdfs:label>
106
+ <skos:definition>the branch of government that is authorized and responsible for the daily administration of the government</skos:definition>
107
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.usa.gov/branches-of-government</cmns-av:adaptedFrom>
108
+ <cmns-av:explanatoryNote>The executive branch executes and enforces the law.</cmns-av:explanatoryNote>
109
+ </owl:Class>
110
+
111
+ <owl:Class rdf:about="&fibo-be-ge-ge;FederalGovernment">
112
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
113
+ <rdfs:subClassOf>
114
+ <owl:Class>
115
+ <owl:intersectionOf rdf:parseType="Collection">
116
+ <owl:Restriction>
117
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
118
+ <owl:onClass rdf:resource="&fibo-fnd-plc-loc;FederalCapitalArea"/>
119
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
120
+ </owl:Restriction>
121
+ <owl:Restriction>
122
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
123
+ <owl:onClass rdf:resource="&fibo-fnd-plc-loc;FederalState"/>
124
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
125
+ </owl:Restriction>
126
+ </owl:intersectionOf>
127
+ </owl:Class>
128
+ </rdfs:subClassOf>
129
+ <rdfs:label>federal government</rdfs:label>
130
+ <skos:definition>union of states under a central government distinct from the individual governments of the separate states</skos:definition>
131
+ <cmns-av:explanatoryNote>A federation is a political entity characterized by a union of partially self-governing states or regions under a central (federal) government. In a federation, the self-governing status of the component states, as well as the division of power between them and the central government, are typically constitutionally entrenched and may not be altered by a unilateral decision of either party, the states or the federal political body.</cmns-av:explanatoryNote>
132
+ </owl:Class>
133
+
134
+ <owl:Class rdf:about="&fibo-be-ge-ge;FederatedSovereignty">
135
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;SovereignState"/>
136
+ <rdfs:subClassOf>
137
+ <owl:Class>
138
+ <owl:intersectionOf rdf:parseType="Collection">
139
+ <owl:Restriction>
140
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
141
+ <owl:onClass rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
142
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
143
+ </owl:Restriction>
144
+ <owl:Restriction>
145
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
146
+ <owl:onClass rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
147
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
148
+ </owl:Restriction>
149
+ </owl:intersectionOf>
150
+ </owl:Class>
151
+ </rdfs:subClassOf>
152
+ <rdfs:subClassOf>
153
+ <owl:Class>
154
+ <owl:intersectionOf rdf:parseType="Collection">
155
+ <owl:Restriction>
156
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasFullSovereigntyOver"/>
157
+ <owl:someValuesFrom rdf:resource="&lcc-cr;Country"/>
158
+ </owl:Restriction>
159
+ <owl:Restriction>
160
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasSharedSovereigntyOver"/>
161
+ <owl:onClass rdf:resource="&fibo-fnd-plc-loc;FederalState"/>
162
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
163
+ </owl:Restriction>
164
+ </owl:intersectionOf>
165
+ </owl:Class>
166
+ </rdfs:subClassOf>
167
+ <rdfs:label>federated sovereignty</rdfs:label>
168
+ <skos:definition>polity characterized by a union of partially self-governing states or regions under a central (federal) government</skos:definition>
169
+ <cmns-av:explanatoryNote>The federated sovereignty is the legal entity that can incur debt for a federal government, as distinct from the Federal government.</cmns-av:explanatoryNote>
170
+ </owl:Class>
171
+
172
+ <owl:Class rdf:about="&fibo-be-ge-ge;Government">
173
+ <rdfs:subClassOf rdf:resource="&fibo-be-fct-fct;FunctionalEntity"/>
174
+ <rdfs:subClassOf>
175
+ <owl:Restriction>
176
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
177
+ <owl:someValuesFrom rdf:resource="&lcc-cr;GeopoliticalEntity"/>
178
+ </owl:Restriction>
179
+ </rdfs:subClassOf>
180
+ <rdfs:subClassOf>
181
+ <owl:Restriction>
182
+ <owl:onProperty rdf:resource="&cmns-col;hasPart"/>
183
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;BranchOfGovernment"/>
184
+ </owl:Restriction>
185
+ </rdfs:subClassOf>
186
+ <rdfs:subClassOf>
187
+ <owl:Restriction>
188
+ <owl:onProperty rdf:resource="&cmns-col;hasPart"/>
189
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentAgency"/>
190
+ </owl:Restriction>
191
+ </rdfs:subClassOf>
192
+ <rdfs:subClassOf>
193
+ <owl:Restriction>
194
+ <owl:onProperty rdf:resource="&cmns-col;hasPart"/>
195
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentDepartment"/>
196
+ </owl:Restriction>
197
+ </rdfs:subClassOf>
198
+ <rdfs:label>government</rdfs:label>
199
+ <owl:disjointWith rdf:resource="&fibo-be-ge-ge;Instrumentality"/>
200
+ <skos:definition>the system by which a state or community is controlled</skos:definition>
201
+ <cmns-av:explanatoryNote>In the Commonwealth of Nations, the word government is also used more narrowly to refer to the collective group of people that exercises executive authority in a state. This usage is analogous to what is called an &apos;administration&apos; in American English. Furthermore, especially in American English, the concepts of the state and the government may be used synonymously to refer to the person or group of people exercising authority over a politically organized territory.</cmns-av:explanatoryNote>
202
+ </owl:Class>
203
+
204
+ <owl:Class rdf:about="&fibo-be-ge-ge;GovernmentAgency">
205
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
206
+ <rdfs:subClassOf>
207
+ <owl:Restriction>
208
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isManagedBy"/>
209
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentAppointee"/>
210
+ </owl:Restriction>
211
+ </rdfs:subClassOf>
212
+ <rdfs:label>government agency</rdfs:label>
213
+ <owl:disjointWith rdf:resource="&fibo-be-ge-ge;GovernmentDepartment"/>
214
+ <skos:definition>permanent or semi-permanent organization, often an appointed commission, in the machinery of government that is responsible for the oversight and administration of specific functions</skos:definition>
215
+ <cmns-av:explanatoryNote>There is a notable variety of agency types. Although usage differs, a government agency is normally distinct both from a department or ministry, and other types of public body established by government. The functions of an agency are normally executive in character, since different types of organizations (such as commissions) are most often constituted in an advisory role; this distinction is often blurred in practice however.</cmns-av:explanatoryNote>
216
+ </owl:Class>
217
+
218
+ <owl:Class rdf:about="&fibo-be-ge-ge;GovernmentAppointee">
219
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentOfficial"/>
220
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;Executive"/>
221
+ <rdfs:subClassOf>
222
+ <owl:Restriction>
223
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
224
+ <owl:someValuesFrom>
225
+ <owl:Restriction>
226
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isDesignatedBy"/>
227
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
228
+ </owl:Restriction>
229
+ </owl:someValuesFrom>
230
+ </owl:Restriction>
231
+ </rdfs:subClassOf>
232
+ <rdfs:label>government appointee</rdfs:label>
233
+ <skos:definition>individual designated by government decree to lead, or participate in some capacity in a government body</skos:definition>
234
+ </owl:Class>
235
+
236
+ <owl:Class rdf:about="&fibo-be-ge-ge;GovernmentBody">
237
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
238
+ <rdfs:subClassOf>
239
+ <owl:Restriction>
240
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
241
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;PublicPurpose"/>
242
+ </owl:Restriction>
243
+ </rdfs:subClassOf>
244
+ <rdfs:label>government body</rdfs:label>
245
+ <skos:definition>formal organization that is an agency, instrumentality, or other body of a supranational, national, federal, state, or local government, including certain multijurisdictional agencies and departments that carry out the business of government</skos:definition>
246
+ <cmns-av:explanatoryNote>Identifying government bodies is a pre-requisite for identifying government officials. This information is needed to help ensure compliance with applicable laws relating to bribery or corruption, including the U.S. Foreign Corrupt Practices Act (FCPA), the UK Bribery Act 2010 (UKBA), the U.S. Bank Bribery Act (Bribery Act), and other anti-bribery and corruption laws in the jurisdictions where financial institutions conduct business.</cmns-av:explanatoryNote>
247
+ </owl:Class>
248
+
249
+ <owl:Class rdf:about="&fibo-be-ge-ge;GovernmentDepartment">
250
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
251
+ <rdfs:subClassOf>
252
+ <owl:Restriction>
253
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isManagedBy"/>
254
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentMinister"/>
255
+ </owl:Restriction>
256
+ </rdfs:subClassOf>
257
+ <rdfs:label>government department</rdfs:label>
258
+ <skos:definition>specialized organization responsible for a sector of government public administration</skos:definition>
259
+ </owl:Class>
260
+
261
+ <owl:Class rdf:about="&fibo-be-ge-ge;GovernmentMinister">
262
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentOfficial"/>
263
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;Executive"/>
264
+ <rdfs:label>government minister</rdfs:label>
265
+ <skos:definition>government official that is an executive, who is either appointed or elected to a high office in the government</skos:definition>
266
+ <skos:example>Minister of Finance, Secretary of State, Attorney General of California</skos:example>
267
+ </owl:Class>
268
+
269
+ <owl:Class rdf:about="&fibo-be-ge-ge;GovernmentOfficial">
270
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;ResponsibleParty"/>
271
+ <rdfs:subClassOf>
272
+ <owl:Restriction>
273
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
274
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
275
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
276
+ </owl:Restriction>
277
+ </rdfs:subClassOf>
278
+ <rdfs:subClassOf>
279
+ <owl:Restriction>
280
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
281
+ <owl:someValuesFrom>
282
+ <owl:Restriction>
283
+ <owl:onProperty rdf:resource="&cmns-col;isMemberOf"/>
284
+ <owl:allValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
285
+ </owl:Restriction>
286
+ </owl:someValuesFrom>
287
+ </owl:Restriction>
288
+ </rdfs:subClassOf>
289
+ <rdfs:label>government official</rdfs:label>
290
+ <skos:definition>person elected or appointed to administer some aspect of a government</skos:definition>
291
+ </owl:Class>
292
+
293
+ <owl:Class rdf:about="&fibo-be-ge-ge;Instrumentality">
294
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
295
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
296
+ <rdfs:subClassOf>
297
+ <owl:Restriction>
298
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isInstrumentOf"/>
299
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;Government"/>
300
+ </owl:Restriction>
301
+ </rdfs:subClassOf>
302
+ <rdfs:subClassOf>
303
+ <owl:Restriction>
304
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isMandatedBy"/>
305
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-law-jur;StatuteLaw"/>
306
+ </owl:Restriction>
307
+ </rdfs:subClassOf>
308
+ <rdfs:label>instrumentality</rdfs:label>
309
+ <skos:definition>organization that serves a public purpose and is closely tied to a government, but is not a government agency</skos:definition>
310
+ <cmns-av:explanatoryNote>An instrumentality is a non-governmental agency that acts independently but whose obligations are backed by a government because of its role in providing a public service. Many instrumentalities are private companies, and some are chartered directly by government. Instrumentalities are subject to a unique set of laws that shape their activities. Certain organizations, such as Sallie Mae in the United States, may be considered instrumentalities from some perspectives but not others. Sallie Mae&apos;s status was changed in 2004, when it was privatized, and since that time it is no longer considered a government-sponsored enterprise (GSE).</cmns-av:explanatoryNote>
311
+ </owl:Class>
312
+
313
+ <owl:Class rdf:about="&fibo-be-ge-ge;Judiciary">
314
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;BranchOfGovernment"/>
315
+ <rdfs:subClassOf>
316
+ <owl:Restriction>
317
+ <owl:onProperty rdf:resource="&cmns-col;hasPart"/>
318
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-law-cor;CourtOfLaw"/>
319
+ </owl:Restriction>
320
+ </rdfs:subClassOf>
321
+ <rdfs:label>judiciary</rdfs:label>
322
+ <skos:definition>branch of government that comprises the system of courts that interprets and applies the law in the name of the supranational, national, federal, or regional government, depending on its jurisdiction</skos:definition>
323
+ <cmns-av:explanatoryNote>The judiciary also provides a mechanism for the resolution of disputes. Under the doctrine of the separation of powers, the judiciary generally does not make law (that is, in a plenary fashion, which is the responsibility of the legislature) or enforce law (which is the responsibility of the executive), but rather interprets law and applies it to the facts of each case.</cmns-av:explanatoryNote>
324
+ </owl:Class>
325
+
326
+ <owl:Class rdf:about="&fibo-be-ge-ge;Legislature">
327
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;BranchOfGovernment"/>
328
+ <rdfs:label>legislature</rdfs:label>
329
+ <skos:definition>the law-making body of a political unit, usually a national government, that has power to enact, amend, and repeal public policy</skos:definition>
330
+ <cmns-av:explanatoryNote>Laws enacted by legislatures are known as legislation. Legislatures observe and steer governing actions and usually have exclusive authority to amend the budget or budgets involved in the process.</cmns-av:explanatoryNote>
331
+ </owl:Class>
332
+
333
+ <owl:Class rdf:about="&fibo-be-ge-ge;MunicipalEntity">
334
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Polity"/>
335
+ <rdfs:subClassOf>
336
+ <owl:Restriction>
337
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasSovereigntyOver"/>
338
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-plc-loc;Municipality"/>
339
+ </owl:Restriction>
340
+ </rdfs:subClassOf>
341
+ <rdfs:subClassOf>
342
+ <owl:Restriction>
343
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
344
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;MunicipalGovernment"/>
345
+ </owl:Restriction>
346
+ </rdfs:subClassOf>
347
+ <rdfs:label>municipal entity</rdfs:label>
348
+ <skos:definition>polity that typically represents a city, township, or other administrative subdivision having corporate status and powers of self-government or jurisdiction</skos:definition>
349
+ <cmns-av:explanatoryNote>Municipal entity in the sense of a legal entity, that is, what it is that incurs debt for a municipality, as distinct from the Municipal government. A municipal entity has a Government which sets laws applicable within the geographical area corresponding to its jurisdiction.</cmns-av:explanatoryNote>
350
+ <cmns-av:synonym>municipality</cmns-av:synonym>
351
+ </owl:Class>
352
+
353
+ <owl:Class rdf:about="&fibo-be-ge-ge;MunicipalGovernment">
354
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Government"/>
355
+ <rdfs:subClassOf>
356
+ <owl:Restriction>
357
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
358
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-plc-loc;Municipality"/>
359
+ </owl:Restriction>
360
+ </rdfs:subClassOf>
361
+ <rdfs:label>municipal government</rdfs:label>
362
+ <skos:definition>regional government of a city, township, or other administrative subdivision</skos:definition>
363
+ </owl:Class>
364
+
365
+ <owl:Class rdf:about="&fibo-be-ge-ge;NationalGovernment">
366
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Government"/>
367
+ <rdfs:subClassOf>
368
+ <owl:Restriction>
369
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
370
+ <owl:someValuesFrom rdf:resource="&lcc-cr;Country"/>
371
+ </owl:Restriction>
372
+ </rdfs:subClassOf>
373
+ <rdfs:label>national government</rdfs:label>
374
+ <skos:definition>government and the politicians that that run a country as a whole (as opposed to local government)</skos:definition>
375
+ </owl:Class>
376
+
377
+ <owl:Class rdf:about="&fibo-be-ge-ge;Polity">
378
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
379
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalPerson"/>
380
+ <rdfs:subClassOf>
381
+ <owl:Restriction>
382
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasSovereigntyOver"/>
383
+ <owl:someValuesFrom rdf:resource="&lcc-cr;GeopoliticalEntity"/>
384
+ </owl:Restriction>
385
+ </rdfs:subClassOf>
386
+ <rdfs:subClassOf>
387
+ <owl:Restriction>
388
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
389
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;Government"/>
390
+ </owl:Restriction>
391
+ </rdfs:subClassOf>
392
+ <rdfs:label>polity</rdfs:label>
393
+ <skos:definition>legal person that is a supranational entity, crown, state, or subordinate civil authority, such as a province, prefecture, county, municipality, city, or district representing the people of that entity</skos:definition>
394
+ </owl:Class>
395
+
396
+ <owl:Class rdf:about="&fibo-be-ge-ge;RegionalGovernment">
397
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Government"/>
398
+ <rdfs:subClassOf>
399
+ <owl:Restriction>
400
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
401
+ <owl:someValuesFrom rdf:resource="&lcc-cr;GeopoliticalEntity"/>
402
+ </owl:Restriction>
403
+ </rdfs:subClassOf>
404
+ <rdfs:label>regional government</rdfs:label>
405
+ <skos:definition>administrative body for a geographic area, such as a county, smaller town, or other similar community</skos:definition>
406
+ <cmns-av:explanatoryNote>A local government will typically only have control over their specific geographical region, and cannot pass or enforce laws that will affect a wider area. Local governments can elect officials, enact taxes, and do many other things that a national government would do, just on a smaller scale.</cmns-av:explanatoryNote>
407
+ <cmns-av:synonym>local government</cmns-av:synonym>
408
+ </owl:Class>
409
+
410
+ <owl:Class rdf:about="&fibo-be-ge-ge;RegionalSovereignty">
411
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Polity"/>
412
+ <rdfs:subClassOf>
413
+ <owl:Restriction>
414
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
415
+ <owl:onClass rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
416
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
417
+ </owl:Restriction>
418
+ </rdfs:subClassOf>
419
+ <rdfs:subClassOf>
420
+ <owl:Restriction>
421
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasSharedSovereigntyOver"/>
422
+ <owl:someValuesFrom rdf:resource="&lcc-cr;GeopoliticalEntity"/>
423
+ </owl:Restriction>
424
+ </rdfs:subClassOf>
425
+ <rdfs:label>regional sovereignty</rdfs:label>
426
+ <skos:definition>legal person that corresponds to an administrative division, administrative unit, administrative entity or country subdivision (or, sometimes, geopolitical division or subnational entity), that has the capacity to incur debt, issue contracts, and enter into relations with other similar entities</skos:definition>
427
+ <skos:example>A country may be divided into provinces, which, in turn, are divided into counties, which, in turn, may be divided in whole or in part into municipalities; and so on.</skos:example>
428
+ </owl:Class>
429
+
430
+ <owl:Class rdf:about="&fibo-be-ge-ge;SovereignState">
431
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Polity"/>
432
+ <rdfs:subClassOf>
433
+ <owl:Restriction>
434
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasFullSovereigntyOver"/>
435
+ <owl:someValuesFrom rdf:resource="&lcc-cr;Country"/>
436
+ </owl:Restriction>
437
+ </rdfs:subClassOf>
438
+ <rdfs:subClassOf>
439
+ <owl:Restriction>
440
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
441
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
442
+ </owl:Restriction>
443
+ </rdfs:subClassOf>
444
+ <rdfs:label>sovereign state</rdfs:label>
445
+ <skos:definition>non-physical juridical entity that is represented by one centralized government that has sovereignty over a geographic area</skos:definition>
446
+ <cmns-av:explanatoryNote>A legal entity that is represented by one centralized government, has a permanent population, defined territory, and the capacity to enter into relations with other sovereign states.</cmns-av:explanatoryNote>
447
+ </owl:Class>
448
+
449
+ <owl:Class rdf:about="&fibo-be-ge-ge;SupranationalEntity">
450
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Polity"/>
451
+ <rdfs:subClassOf>
452
+ <owl:Restriction>
453
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasSharedSovereigntyOver"/>
454
+ <owl:onClass rdf:resource="&lcc-cr;Country"/>
455
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
456
+ </owl:Restriction>
457
+ </rdfs:subClassOf>
458
+ <rdfs:subClassOf>
459
+ <owl:Restriction>
460
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
461
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;GovernmentBody"/>
462
+ </owl:Restriction>
463
+ </rdfs:subClassOf>
464
+ <rdfs:label>supranational entity</rdfs:label>
465
+ <skos:definition>governmental or non-governmental entity that is established by international law or treaty or incorporated at an international level</skos:definition>
466
+ <cmns-av:adaptedFrom>ISO 20275:2017, Financial services - Entity legal forms (ELF), First Edition, July 2017.</cmns-av:adaptedFrom>
467
+ <cmns-av:adaptedFrom>Kiljunen, Kimmo (2004). The European Constitution in the Making. Centre for European Policy Studies. pp. 21-26. ISBN 978-92-9079-493-6</cmns-av:adaptedFrom>
468
+ <cmns-av:explanatoryNote>A supranational union is a supranational polity which lies somewhere between a confederation that is an association of states and a federation that is a state. Unlike states in a federal super-state, member states retain ultimate sovereignty, although some sovereignty is shared with, or ceded to, the supranational body.</cmns-av:explanatoryNote>
469
+ </owl:Class>
470
+
471
+ <owl:Class rdf:about="&fibo-be-ge-ge;TribalArea">
472
+ <rdfs:subClassOf rdf:resource="&lcc-cr;GeopoliticalEntity"/>
473
+ <rdfs:label>tribal area</rdfs:label>
474
+ <skos:definition>designation for geographic region administered by a group of indigenous people rather than by a sovereign state or regional governmental entity</skos:definition>
475
+ </owl:Class>
476
+
477
+ <owl:Class rdf:about="&fibo-be-ge-ge;TribalEntity">
478
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Polity"/>
479
+ <rdfs:subClassOf>
480
+ <owl:Restriction>
481
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;hasSharedSovereigntyOver"/>
482
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;TribalArea"/>
483
+ </owl:Restriction>
484
+ </rdfs:subClassOf>
485
+ <rdfs:subClassOf>
486
+ <owl:Restriction>
487
+ <owl:onProperty rdf:resource="&fibo-be-ge-ge;isRepresentedBy"/>
488
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;TribalGovernment"/>
489
+ </owl:Restriction>
490
+ </rdfs:subClassOf>
491
+ <rdfs:label>tribal entity</rdfs:label>
492
+ <skos:definition>legal entity that represents fundamental unit of sovereign tribal (indigenous) government</skos:definition>
493
+ <cmns-av:explanatoryNote>Any indigenous group or community which is recognized as having rights and obligations independent of the central government.</cmns-av:explanatoryNote>
494
+ </owl:Class>
495
+
496
+ <owl:Class rdf:about="&fibo-be-ge-ge;TribalGovernment">
497
+ <rdfs:subClassOf rdf:resource="&fibo-be-ge-ge;Government"/>
498
+ <rdfs:subClassOf>
499
+ <owl:Restriction>
500
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
501
+ <owl:someValuesFrom rdf:resource="&fibo-be-ge-ge;TribalArea"/>
502
+ </owl:Restriction>
503
+ </rdfs:subClassOf>
504
+ <rdfs:label>tribal government</rdfs:label>
505
+ <skos:definition>government representing a group of indigenous people that has legal authority to govern those people, including authority to legislate the existence of tribal entities</skos:definition>
506
+ </owl:Class>
507
+
508
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;hasFullSovereigntyOver">
509
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-ge-ge;hasSovereigntyOver"/>
510
+ <rdfs:label>has full sovereignty over</rdfs:label>
511
+ <skos:definition>relates a polity to a geopolitical entity where the polity has absolute, supreme and ultimate dominion and authority of a political state subject to no higher power, expressed within its territory in full self-government and in complete freedom from any outside influence</skos:definition>
512
+ </owl:ObjectProperty>
513
+
514
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;hasJurisdiction">
515
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;governs"/>
516
+ <rdfs:label>has jurisdiction</rdfs:label>
517
+ <rdfs:range rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
518
+ <skos:definition>relates a polity or government entity to one or more jurisdictions, over which it has some level of legal authority</skos:definition>
519
+ </owl:ObjectProperty>
520
+
521
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;hasSharedSovereigntyOver">
522
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-ge-ge;hasSovereigntyOver"/>
523
+ <rdfs:label>has shared sovereignty over</rdfs:label>
524
+ <skos:definition>relates a polity to a geopolitical entity where the polity exercises shared dominion and authority of a political state</skos:definition>
525
+ </owl:ObjectProperty>
526
+
527
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;hasSovereigntyOver">
528
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;governs"/>
529
+ <rdfs:label>has sovereignty over</rdfs:label>
530
+ <rdfs:domain rdf:resource="&fibo-be-ge-ge;Polity"/>
531
+ <rdfs:range rdf:resource="&lcc-cr;GeopoliticalEntity"/>
532
+ <skos:definition>relates a polity to a geopolitical entity where the polity exercises dominion and authority of a political state</skos:definition>
533
+ </owl:ObjectProperty>
534
+
535
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;isElectedBy">
536
+ <rdfs:label>is elected by</rdfs:label>
537
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;elects"/>
538
+ <skos:definition>identifies an official or government chosen to hold office by voting</skos:definition>
539
+ </owl:ObjectProperty>
540
+
541
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;isInstrumentOf">
542
+ <rdfs:label>is an instrument of</rdfs:label>
543
+ <rdfs:domain rdf:resource="&fibo-be-ge-ge;Instrumentality"/>
544
+ <rdfs:range rdf:resource="&fibo-be-ge-ge;Government"/>
545
+ <skos:definition>relates an instrumentality of some government to the government that it supports</skos:definition>
546
+ </owl:ObjectProperty>
547
+
548
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;isJurisdictionOf">
549
+ <rdfs:label>is jurisdiction of</rdfs:label>
550
+ <rdfs:domain rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
551
+ <owl:inverseOf rdf:resource="&fibo-be-ge-ge;hasJurisdiction"/>
552
+ <skos:definition>relates a jurisdiction to a polity or other government entity or court that has some level of legal authority over it</skos:definition>
553
+ </owl:ObjectProperty>
554
+
555
+ <owl:ObjectProperty rdf:about="&fibo-be-ge-ge;isRepresentedBy">
556
+ <rdfs:label>is represented by</rdfs:label>
557
+ <skos:definition>relates a system of governance to its chosen representatives</skos:definition>
558
+ </owl:ObjectProperty>
559
+
560
+ <owl:Class rdf:about="&fibo-fnd-aap-ppl;IdentityDocument">
561
+ <rdfs:subClassOf>
562
+ <owl:Restriction>
563
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
564
+ <owl:onClass rdf:resource="&fibo-be-ge-ge;Government"/>
565
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
566
+ </owl:Restriction>
567
+ </rdfs:subClassOf>
568
+ </owl:Class>
569
+
570
+ <owl:Class rdf:about="&fibo-fnd-aap-ppl;NationalIdentificationNumber">
571
+ <rdfs:subClassOf>
572
+ <owl:Restriction>
573
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
574
+ <owl:onClass rdf:resource="&fibo-be-ge-ge;Government"/>
575
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
576
+ </owl:Restriction>
577
+ </rdfs:subClassOf>
578
+ </owl:Class>
579
+
580
+ </rdf:RDF>
src/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
7
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
8
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
9
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
10
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
11
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
12
+ <!ENTITY fibo-ge-ge-ctlaj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/">
13
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
14
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
15
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
16
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
17
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
18
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
19
+ ]>
20
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
22
+ xmlns:dct="http://purl.org/dc/terms/"
23
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
24
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
25
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
26
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
27
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
28
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
29
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
30
+ xmlns:fibo-ge-ge-ctlaj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"
31
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
32
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
33
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
34
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
35
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
36
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
37
+
38
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/">
39
+ <rdfs:label>Central American Government Entities and Jurisdictions Ontology</rdfs:label>
40
+ <dct:abstract>This ontology provides the set of basic government-level entities and jurisdictions for independent countries identified as part of Central America in the U.N. M49 classification.</dct:abstract>
41
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
43
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
49
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
50
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
51
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"/>
52
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.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>
53
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
54
+ <skos:scopeNote>The initial version of this ontology reflects the highest national level only.</skos:scopeNote>
55
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
56
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
57
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
58
+ </owl:Ontology>
59
+
60
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;BelizeanEntity">
61
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
62
+ <rdfs:label>Belizean entity</rdfs:label>
63
+ <skos:definition>sovereign state and polity that is a Caribbean country located on the northeastern coast of Central America</skos:definition>
64
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Belize"/>
65
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfBelize"/>
66
+ </owl:NamedIndividual>
67
+
68
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;CostaRicanEntity">
69
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
70
+ <rdfs:label>Costa Rican entity</rdfs:label>
71
+ <skos:definition>sovereign state and polity that is a Central American country bordered by Nicaragua to the north, the Caribbean Sea to the northeast, Panama to the southeast, the Pacific Ocean to the southwest, and Ecuador to the south of Cocos Island</skos:definition>
72
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;CostaRica"/>
73
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfCostaRica"/>
74
+ </owl:NamedIndividual>
75
+
76
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfBelize">
77
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
78
+ <rdfs:label xml:lang="en">Government of Belize</rdfs:label>
79
+ <skos:definition>unitary parliamentary constitutional monarchy, with the queen (Elizabeth II) as head of state represented locally by a governor-general</skos:definition>
80
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfBelize"/>
81
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Belize"/>
82
+ </owl:NamedIndividual>
83
+
84
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfCostaRica">
85
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
86
+ <rdfs:label xml:lang="en">Government of the Republic of Costa Rica</rdfs:label>
87
+ <rdfs:label xml:lang="es">República de Costa Rica</rdfs:label>
88
+ <skos:definition>unitary presidential constitutional republic known for its long-standing and stable democracy</skos:definition>
89
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfCostaRica"/>
90
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;CostaRica"/>
91
+ </owl:NamedIndividual>
92
+
93
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfElSalvador">
94
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
95
+ <rdfs:label xml:lang="en">Government of the Republic of El Salvador</rdfs:label>
96
+ <rdfs:label xml:lang="es">República de El Salvador</rdfs:label>
97
+ <skos:definition>Unitary presidential, constitutional and representative democratic republic whose president is both head of state and head of government</skos:definition>
98
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfElSalvador"/>
99
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;ElSalvador"/>
100
+ </owl:NamedIndividual>
101
+
102
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfGuatemala">
103
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
104
+ <rdfs:label xml:lang="en">Government of the Republic of Guatemala</rdfs:label>
105
+ <rdfs:label xml:lang="es">República de Guatemala</rdfs:label>
106
+ <skos:definition>unitary presidential and democratic republic that is the most populous country in Central America</skos:definition>
107
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfGuatemala"/>
108
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Guatemala"/>
109
+ </owl:NamedIndividual>
110
+
111
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfHonduras">
112
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
113
+ <rdfs:label xml:lang="en">Government of the Republic of Honduras</rdfs:label>
114
+ <rdfs:label xml:lang="es">República de Honduras</rdfs:label>
115
+ <skos:definition>presidential representative democratic republic whose president is both head of state and head of government</skos:definition>
116
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfHonduras"/>
117
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Honduras"/>
118
+ </owl:NamedIndividual>
119
+
120
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfNicaragua">
121
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
122
+ <rdfs:label xml:lang="en">Government of the Republic of Nicaragua</rdfs:label>
123
+ <rdfs:label xml:lang="es">República de Nicaragua</rdfs:label>
124
+ <skos:definition>Unitary dominant-party presidential constitutional republic whose president is both head of state and head of government</skos:definition>
125
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfNicaragua"/>
126
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Nicaragua"/>
127
+ </owl:NamedIndividual>
128
+
129
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfPanama">
130
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
131
+ <rdfs:label xml:lang="en">Government of the Republic of Panama</rdfs:label>
132
+ <rdfs:label xml:lang="es">República de Panamá</rdfs:label>
133
+ <skos:definition>Unitary presidential, constitutional and representative democratic republic whose president is both head of state and head of government</skos:definition>
134
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-ctlaj;JurisdictionOfPanama"/>
135
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Panama"/>
136
+ </owl:NamedIndividual>
137
+
138
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;GuatemalanEntity">
139
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
140
+ <rdfs:label>Guatemalan entity</rdfs:label>
141
+ <skos:definition>sovereign state and polity that is a Central American country bordered by Mexico to the north and west, Belize and the Caribbean to the northeast, Honduras to the east, El Salvador to the southeast and the Pacific Ocean to the south</skos:definition>
142
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Guatemala"/>
143
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfGuatemala"/>
144
+ </owl:NamedIndividual>
145
+
146
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;HonduranEntity">
147
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
148
+ <rdfs:label>Honduran entity</rdfs:label>
149
+ <skos:definition>sovereign state and polity that is a Central American country bordered to the west by Guatemala, to the southwest by El Salvador, to the southeast by Nicaragua, to the south by the Pacific Ocean at the Gulf of Fonseca, and to the north by the Gulf of Honduras, a large inlet of the Caribbean Sea</skos:definition>
150
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Honduras"/>
151
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfHonduras"/>
152
+ </owl:NamedIndividual>
153
+
154
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfBelize">
155
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
156
+ <rdfs:label>jurisdiction of Belize</rdfs:label>
157
+ <skos:definition>jurisdiction of the Supreme Court and Court of Appeals in Belize, with the Caribbean Court of Justice as the highest level of appeal for certain cases</skos:definition>
158
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfBelize"/>
159
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Belize"/>
160
+ </owl:NamedIndividual>
161
+
162
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfCostaRica">
163
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
164
+ <rdfs:label>jurisdiction of Costa Rica</rdfs:label>
165
+ <skos:definition>jurisdiction of the judiciary of Costa Rica, which is the system of courts that interprets and applies the law in Costa Rica</skos:definition>
166
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfCostaRica"/>
167
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;CostaRica"/>
168
+ </owl:NamedIndividual>
169
+
170
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfElSalvador">
171
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
172
+ <rdfs:label>jurisdiction of ElSalvador</rdfs:label>
173
+ <skos:definition>jurisdiction of the Salvadorian judiciary, headed by the Supreme Court, which is composed of 15 judges, one of them being elected as President of the Judiciary</skos:definition>
174
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfElSalvador"/>
175
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;ElSalvador"/>
176
+ </owl:NamedIndividual>
177
+
178
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfGuatemala">
179
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
180
+ <rdfs:label>jurisdiction of Guatemala</rdfs:label>
181
+ <skos:definition>jurisdiction of the judiciary of Guatemala, which is the system of courts that interprets and applies the law in Guatemala</skos:definition>
182
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfGuatemala"/>
183
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Guatemala"/>
184
+ </owl:NamedIndividual>
185
+
186
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfHonduras">
187
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
188
+ <rdfs:label>jurisdiction of Honduras</rdfs:label>
189
+ <skos:definition>jurisdiction of the judiciary of Honduras, which is the system of courts that interprets and applies the law in Honduras</skos:definition>
190
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfHonduras"/>
191
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Honduras"/>
192
+ </owl:NamedIndividual>
193
+
194
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfNicaragua">
195
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
196
+ <rdfs:label>jurisdiction of Nicaragua</rdfs:label>
197
+ <skos:definition>jurisdiction of the judiciary of Nicaragua, which is the system of courts that interprets and applies the law in Nicaragua</skos:definition>
198
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfNicaragua"/>
199
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Nicaragua"/>
200
+ </owl:NamedIndividual>
201
+
202
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;JurisdictionOfPanama">
203
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
204
+ <rdfs:label>jurisdiction of Panama</rdfs:label>
205
+ <skos:definition>jurisdiction of the Panamanian judiciary, which is the system of courts that interprets and applies the law in Panama</skos:definition>
206
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfPanama"/>
207
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Panama"/>
208
+ </owl:NamedIndividual>
209
+
210
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;NicaraguanEntity">
211
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
212
+ <rdfs:label>Nicaraguan entity</rdfs:label>
213
+ <skos:definition>sovereign state and polity that is the largest country in the Central American isthmus, bordered by Honduras to the northwest, the Caribbean to the east, Costa Rica to the south, and the Pacific Ocean to the southwest</skos:definition>
214
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Nicaragua"/>
215
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfNicaragua"/>
216
+ </owl:NamedIndividual>
217
+
218
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;PanamanianEntity">
219
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
220
+ <rdfs:label>Panamanian entity</rdfs:label>
221
+ <skos:definition>sovereign state and polity that is a transcontinental country in Central America and South America, bordered by Costa Rica to the west, Colombia to the southeast, the Caribbean Sea to the north, and the Pacific Ocean to the south</skos:definition>
222
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Panama"/>
223
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfPanama"/>
224
+ </owl:NamedIndividual>
225
+
226
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-ctlaj;SalvadorianEntity">
227
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
228
+ <rdfs:label>Salvadorian entity</rdfs:label>
229
+ <skos:definition>sovereign state and polity that is bordered on the northeast by Honduras, on the northwest by Guatemala, and on the south by the Pacific Ocean</skos:definition>
230
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;ElSalvador"/>
231
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-ctlaj;GovernmentOfTheRepublicOfElSalvador"/>
232
+ </owl:NamedIndividual>
233
+
234
+ </rdf:RDF>
src/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
7
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
8
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
9
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
10
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
11
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
12
+ <!ENTITY fibo-ge-ge-saj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/">
13
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
14
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
15
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
16
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
17
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
18
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
19
+ ]>
20
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
22
+ xmlns:dct="http://purl.org/dc/terms/"
23
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
24
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
25
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
26
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
27
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
28
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
29
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
30
+ xmlns:fibo-ge-ge-saj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"
31
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
32
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
33
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
34
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
35
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
36
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
37
+
38
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/">
39
+ <rdfs:label>South American Government Entities and Jurisdictions Ontology</rdfs:label>
40
+ <dct:abstract>This ontology provides the set of basic government-level entities and jurisdictions for independent countries identified as part of South America in the U.N. M49 classification.</dct:abstract>
41
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
43
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
49
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
50
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
51
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"/>
52
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.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>
53
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
54
+ <skos:scopeNote>The initial version of this ontology reflects the highest national level only.</skos:scopeNote>
55
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
56
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
57
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
58
+ </owl:Ontology>
59
+
60
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;ArgentinianEntity">
61
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
62
+ <rdfs:label>Argentinian entity</rdfs:label>
63
+ <skos:definition>federated sovereignty and polity that is located in the southern half of South America, bordered by Bolivia and Paraguay to the north, Brazil to the northeast, Uruguay and the South Atlantic Ocean to the east, and the Drake Passage to the south</skos:definition>
64
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Argentina"/>
65
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheArgentineRepublic"/>
66
+ </owl:NamedIndividual>
67
+
68
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;BolivianEntity">
69
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
70
+ <rdfs:label>Bolivian entity</rdfs:label>
71
+ <skos:definition>sovereign state and polity that is a landlocked country located in western-central South America</skos:definition>
72
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Bolivia"/>
73
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfThePlurinationalStateOfBolivia"/>
74
+ </owl:NamedIndividual>
75
+
76
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;BrazilianEntity">
77
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
78
+ <rdfs:label>Brazilian entity</rdfs:label>
79
+ <skos:definition>federated sovereignty and polity that is the largest country in both South America and Latin America</skos:definition>
80
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Brazil"/>
81
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheFederativeRepublicOfBrazil"/>
82
+ </owl:NamedIndividual>
83
+
84
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;ChileanEntity">
85
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
86
+ <rdfs:label>Chilean entity</rdfs:label>
87
+ <skos:definition>sovereign state and polity that occupies a long, narrow strip of land between the Andes to the east and the Pacific Ocean to the west, and borders Peru to the north, Bolivia to the northeast, Argentina to the east, and the Drake Passage in the far south</skos:definition>
88
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Chile"/>
89
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfChile"/>
90
+ </owl:NamedIndividual>
91
+
92
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;ColombianEntity">
93
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
94
+ <rdfs:label>Colombian entity</rdfs:label>
95
+ <skos:definition>sovereign state and polity that is a transcontinental country largely in the north of South America, bounded on the north by the Caribbean Sea, the northwest by Panama, the south by Ecuador and Peru, the east by Venezuela, the southeast by Brazil, and the west by the Pacific Ocean</skos:definition>
96
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Colombia"/>
97
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfColombia"/>
98
+ </owl:NamedIndividual>
99
+
100
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;EcuadorianEntity">
101
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
102
+ <rdfs:label>Ecuadorian entity</rdfs:label>
103
+ <skos:definition>sovereign state and polity that is located in northwestern South America, bordered by Colombia on the north, Peru on the east and south, and the Pacific Ocean on the west</skos:definition>
104
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Ecuador"/>
105
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfEcuador"/>
106
+ </owl:NamedIndividual>
107
+
108
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheArgentineRepublic">
109
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
110
+ <rdfs:label xml:lang="en">Government of the Argentine Republic</rdfs:label>
111
+ <rdfs:label xml:lang="es">República Argentina</rdfs:label>
112
+ <skos:definition>federal presidential constitutional republic and representative democracy whose president is both head of state and head of government</skos:definition>
113
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfArgentina"/>
114
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Argentina"/>
115
+ </owl:NamedIndividual>
116
+
117
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheBolivarianRepublicOfVenezuela">
118
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
119
+ <rdfs:label xml:lang="en">Government of the Bolivarian Republic of Venezuela</rdfs:label>
120
+ <rdfs:label xml:lang="es">República Bolivariana de Venezuela</rdfs:label>
121
+ <skos:definition>federal dominant-party presidential constitutional republic, whose president is both head of state and head of government</skos:definition>
122
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfVenezuela"/>
123
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Venezuela"/>
124
+ </owl:NamedIndividual>
125
+
126
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheCo-operativeRepublicOfGuyana">
127
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
128
+ <rdfs:label xml:lang="en">Government of the Co-operative Republic of Guyana</rdfs:label>
129
+ <skos:definition>unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government</skos:definition>
130
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfGuyana"/>
131
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Guyana"/>
132
+ </owl:NamedIndividual>
133
+
134
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheFederativeRepublicOfBrazil">
135
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
136
+ <rdfs:label xml:lang="en">Government of the Federative Republic of Brazil</rdfs:label>
137
+ <rdfs:label xml:lang="pt">República Federativa do Brasil</rdfs:label>
138
+ <skos:definition>democratic federative republic, with a presidential system, whose president is both head of state and head of government</skos:definition>
139
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfBrazil"/>
140
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Brazil"/>
141
+ </owl:NamedIndividual>
142
+
143
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheOrientalRepublicOfUruguay">
144
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
145
+ <rdfs:label xml:lang="en">Government of the Oriental Republic of Uruguay</rdfs:label>
146
+ <rdfs:label xml:lang="es">República Oriental del Uruguay</rdfs:label>
147
+ <rdfs:label xml:lang="pt">República Oriental do Uruguai</rdfs:label>
148
+ <skos:definition>unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government</skos:definition>
149
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfUruguay"/>
150
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Uruguay"/>
151
+ </owl:NamedIndividual>
152
+
153
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfThePlurinationalStateOfBolivia">
154
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
155
+ <rdfs:label xml:lang="es">Estado Plurinacional de Bolivia</rdfs:label>
156
+ <rdfs:label xml:lang="en">Government of the Plurinational State of Bolivia</rdfs:label>
157
+ <skos:definition>Unitary presidential constitutional republic and representative democracy whose president is both head of state and head of government</skos:definition>
158
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfBolivia"/>
159
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bolivia"/>
160
+ </owl:NamedIndividual>
161
+
162
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfChile">
163
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
164
+ <rdfs:label xml:lang="en">Government of the Republic of Chile</rdfs:label>
165
+ <rdfs:label xml:lang="es">República de Chile</rdfs:label>
166
+ <skos:definition>unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government</skos:definition>
167
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfChile"/>
168
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Chile"/>
169
+ </owl:NamedIndividual>
170
+
171
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfColombia">
172
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
173
+ <rdfs:label xml:lang="en">Government of the Republic of Colombia</rdfs:label>
174
+ <rdfs:label xml:lang="es">República de Colombia</rdfs:label>
175
+ <skos:definition>unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government</skos:definition>
176
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfColombia"/>
177
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Colombia"/>
178
+ </owl:NamedIndividual>
179
+
180
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfEcuador">
181
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
182
+ <rdfs:label xml:lang="en">Government of the Republic of Ecuador</rdfs:label>
183
+ <rdfs:label xml:lang="es">República del Ecuador</rdfs:label>
184
+ <skos:definition>unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government</skos:definition>
185
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfEcuador"/>
186
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Ecuador"/>
187
+ </owl:NamedIndividual>
188
+
189
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfParaguay">
190
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
191
+ <rdfs:label xml:lang="en">Government of the Republic of Paraguay</rdfs:label>
192
+ <rdfs:label xml:lang="es">República del Paraguay</rdfs:label>
193
+ <skos:definition>unitary dominant-party presidential republic and representative democracy, whose president is both head of state and head of government</skos:definition>
194
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfParaguay"/>
195
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Paraguay"/>
196
+ </owl:NamedIndividual>
197
+
198
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfPeru">
199
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
200
+ <rdfs:label xml:lang="en">Government of the Republic of Peru</rdfs:label>
201
+ <rdfs:label xml:lang="es">República del Perú</rdfs:label>
202
+ <skos:definition>unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government</skos:definition>
203
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfPeru"/>
204
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Peru"/>
205
+ </owl:NamedIndividual>
206
+
207
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfSuriname">
208
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
209
+ <rdfs:label xml:lang="en">Government of the Republic of Suriname</rdfs:label>
210
+ <rdfs:label xml:lang="nl">Republiek Suriname</rdfs:label>
211
+ <skos:definition>unitary republic and representative democracy, whose president is both head of state and head of government</skos:definition>
212
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-ge-ge-saj;JurisdictionOfSuriname"/>
213
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Suriname"/>
214
+ </owl:NamedIndividual>
215
+
216
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;GuyaneseEntity">
217
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
218
+ <rdfs:label>Guyanese entity</rdfs:label>
219
+ <skos:definition>sovereign state and polity that is bordered by the Atlantic Ocean to the north, Brazil to the south and southwest, Venezuela to the west, and Suriname to the east</skos:definition>
220
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Guyana"/>
221
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheCo-operativeRepublicOfGuyana"/>
222
+ </owl:NamedIndividual>
223
+
224
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfArgentina">
225
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
226
+ <rdfs:label>jurisdiction of Argentina</rdfs:label>
227
+ <skos:definition>jurisdiction of the judiciary of Argentina, which is the system of courts, including the Supreme Court and lower federal courts, that interprets and applies the law in Argentina</skos:definition>
228
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheArgentineRepublic"/>
229
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Argentina"/>
230
+ </owl:NamedIndividual>
231
+
232
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfBolivia">
233
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
234
+ <rdfs:label>jurisdiction of Bolivia</rdfs:label>
235
+ <skos:definition>jurisdiction of the judiciary of Bolivia, including the Supreme Court of Justice, the Plurinational Constitutional Court, the Judiciary Council, Agrarian and Environmental Court, and District (departmental) and lower courts that interpret and apply the law in Bolivia</skos:definition>
236
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfThePlurinationalStateOfBolivia"/>
237
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bolivia"/>
238
+ </owl:NamedIndividual>
239
+
240
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfBrazil">
241
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
242
+ <rdfs:label>jurisdiction of Brazil</rdfs:label>
243
+ <skos:definition>jurisdiction of the judiciary of Brazil, which is the system of courts, including the Federal Supreme Court and Federal District Courts, that interprets and applies the law in Brazil</skos:definition>
244
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheFederativeRepublicOfBrazil"/>
245
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Brazil"/>
246
+ </owl:NamedIndividual>
247
+
248
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfChile">
249
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
250
+ <rdfs:label>jurisdiction of Chile</rdfs:label>
251
+ <skos:definition>jurisdiction of the judiciary of Chile, which is the system of courts, including a court of appeal, a system of military courts, a constitutional tribunal, and the Supreme Court of Chile, that interprets and applies the law in Chile</skos:definition>
252
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfChile"/>
253
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Chile"/>
254
+ </owl:NamedIndividual>
255
+
256
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfColombia">
257
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
258
+ <rdfs:label>jurisdiction of Colombia</rdfs:label>
259
+ <skos:definition>jurisdiction of the judiciary of Colombia, which is the system of courts, including the Supreme Court which deals with penal and civil matters, the Council of State, which has special responsibility for administrative law and also provides legal advice to the executive, the Constitutional Court, responsible for assuring the integrity of the Colombian constitution, and the Superior Council of Judicature, responsible for auditing the judicial branch, that interprets and applies the law in Colombia</skos:definition>
260
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfColombia"/>
261
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Colombia"/>
262
+ </owl:NamedIndividual>
263
+
264
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfEcuador">
265
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
266
+ <rdfs:label>jurisdiction of Ecuador</rdfs:label>
267
+ <skos:definition>jurisdiction of the judiciary of Ecuador, which is the system of courts, including as its main body the Judicial Council, and also includes the National Court of Justice, provincial courts, and lower courts, that interprets and applies the law in Ecuador</skos:definition>
268
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfEcuador"/>
269
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Ecuador"/>
270
+ </owl:NamedIndividual>
271
+
272
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfGuyana">
273
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
274
+ <rdfs:label>jurisdiction of Guyana</rdfs:label>
275
+ <skos:definition>jurisdiction of the judiciary of Guyana, which is the system of courts, including the Supreme Court of Guyana, that interprets and applies the law in Guyana</skos:definition>
276
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheCo-operativeRepublicOfGuyana"/>
277
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Guyana"/>
278
+ </owl:NamedIndividual>
279
+
280
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfParaguay">
281
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
282
+ <rdfs:label>jurisdiction of Paraguay</rdfs:label>
283
+ <skos:definition>jurisdiction of the judiciary of Paraguay, which is the system of courts, including tribunals and Courts of Civil Law and a nine-member Supreme Court of Justice, that interprets and applies the law in Paraguay</skos:definition>
284
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfParaguay"/>
285
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Paraguay"/>
286
+ </owl:NamedIndividual>
287
+
288
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfPeru">
289
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
290
+ <rdfs:label>jurisdiction of Peru</rdfs:label>
291
+ <skos:definition>jurisdiction of the judiciary of Peru, which is the system of courts, including the Supreme Court of Peru, also known as the Royal Audencia of Lima, that interprets and applies the law in Peru</skos:definition>
292
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfPeru"/>
293
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Peru"/>
294
+ </owl:NamedIndividual>
295
+
296
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfSuriname">
297
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
298
+ <rdfs:label>jurisdiction of Suriname</rdfs:label>
299
+ <skos:definition>jurisdiction of the judiciary of Suriname, which is the system of courts, headed by the High Court of Justice of Suriname (Supreme Court), that interprets and applies the law in Suriname</skos:definition>
300
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfSuriname"/>
301
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Suriname"/>
302
+ </owl:NamedIndividual>
303
+
304
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfUruguay">
305
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
306
+ <rdfs:label>jurisdiction of Uruguay</rdfs:label>
307
+ <skos:definition>jurisdiction of the judiciary of Uruguay, which is the system of courts, including the Supreme Court, the bench and judges, that interprets and applies the law in Uruguay</skos:definition>
308
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheOrientalRepublicOfUruguay"/>
309
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Uruguay"/>
310
+ </owl:NamedIndividual>
311
+
312
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;JurisdictionOfVenezuela">
313
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
314
+ <rdfs:label>jurisdiction of Venezuela</rdfs:label>
315
+ <skos:definition>jurisdiction of the judiciary of Venezuela, which is the system of courts, including the Venezuelan Supreme Court, that interprets and applies the law in Venezuela</skos:definition>
316
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheBolivarianRepublicOfVenezuela"/>
317
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Venezuela"/>
318
+ </owl:NamedIndividual>
319
+
320
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;ParaguayanEntity">
321
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
322
+ <rdfs:label>Paraguayan entity</rdfs:label>
323
+ <skos:definition>sovereign state and polity that is bordered by Argentina to the south and southwest, Brazil to the east and northeast, and Bolivia to the northwest</skos:definition>
324
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Paraguay"/>
325
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfParaguay"/>
326
+ </owl:NamedIndividual>
327
+
328
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;PeruvianEntity">
329
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
330
+ <rdfs:label>Peruvian entity</rdfs:label>
331
+ <skos:definition>sovereign state and polity that is bordered in the north by Ecuador and Colombia, in the east by Brazil, in the southeast by Bolivia, in the south by Chile, and in the west by the Pacific Ocean</skos:definition>
332
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Peru"/>
333
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfPeru"/>
334
+ </owl:NamedIndividual>
335
+
336
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;SurinameseEntity">
337
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
338
+ <rdfs:label>Surinamese entity</rdfs:label>
339
+ <skos:definition>sovereign state and polity that is located on the northeastern Atlantic coast of South America, bordered by the Atlantic Ocean to the north, French Guiana to the east, Guyana to the west and Brazil to the south</skos:definition>
340
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Suriname"/>
341
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheRepublicOfSuriname"/>
342
+ </owl:NamedIndividual>
343
+
344
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;UruguayanEntity">
345
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
346
+ <rdfs:label>Uruguayan entity</rdfs:label>
347
+ <skos:definition>sovereign state and polity that is located in the southeastern region of South America, bordered by Argentina to its west and southwest and Brazil to its north and east, with the Rio de la Plata (River of Silver) to the south and the Atlantic Ocean to the southeast</skos:definition>
348
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Uruguay"/>
349
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheOrientalRepublicOfUruguay"/>
350
+ </owl:NamedIndividual>
351
+
352
+ <owl:NamedIndividual rdf:about="&fibo-ge-ge-saj;VenezuelanEntity">
353
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
354
+ <rdfs:label>Venezuelan entity</rdfs:label>
355
+ <skos:definition>sovereign state and polity that is located on the northern coast of South America, consisting of a continental landmass and many small islands and islets in the Caribbean Sea</skos:definition>
356
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Venezuela"/>
357
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-ge-ge-saj;GovernmentOfTheBolivarianRepublicOfVenezuela"/>
358
+ </owl:NamedIndividual>
359
+
360
+ </rdf:RDF>
src/BE/GovernmentEntities/MetadataBEGovernmentEntities.rdf ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-mod "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-be-ge-mod="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/">
25
+ <rdfs:label>Metadata about the EDMC-FIBO Business Entities (BE) Government Entities Module</rdfs:label>
26
+ <dct:abstract>The government entities module includes ontologies describing polities, government entities and their relations.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2021-06-28T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
30
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
31
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
32
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/MetadataBEGovernmentEntities/"/>
33
+ <cmns-av:copyright>Copyright (c) 2021-2023 EDM Council, Inc.</cmns-av:copyright>
34
+ <cmns-av:copyright>Copyright (c) 2021-2023 Object Management Group, Inc.</cmns-av:copyright>
35
+ </owl:Ontology>
36
+
37
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-mod;GovernmentEntitiesModule">
38
+ <rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
39
+ <rdfs:label>government entities module</rdfs:label>
40
+ <dct:abstract>The government entities module includes ontologies describing polities, government entities and their relations.</dct:abstract>
41
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions/"/>
42
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions/"/>
43
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions/"/>
44
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions/"/>
45
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions/"/>
46
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions/"/>
47
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions/"/>
48
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions/"/>
49
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions/"/>
50
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions/"/>
51
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions/"/>
52
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
53
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions/"/>
54
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions/"/>
55
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
56
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"/>
57
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
58
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
59
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
60
+ <dct:title>FIBO BE Government Entities Module</dct:title>
61
+ <dct:title>Financial Industry Business Ontology (FIBO) Business Entities (BE) Government Entities Module</dct:title>
62
+ <rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
63
+ <cmns-av:copyright>Copyright (c) 2021-2023 EDM Council, Inc.</cmns-av:copyright>
64
+ <cmns-av:copyright>Copyright (c) 2021-2023 Object Management Group, Inc.</cmns-av:copyright>
65
+ </owl:NamedIndividual>
66
+
67
+ </rdf:RDF>
src/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,499 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-caj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
7
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
10
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
11
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
12
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
13
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
14
+ <!ENTITY lcc-3166-2-ca "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/">
15
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
16
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
17
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
18
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
19
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
20
+ ]>
21
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
23
+ xmlns:dct="http://purl.org/dc/terms/"
24
+ xmlns:fibo-be-ge-caj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"
25
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
26
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
27
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
28
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
29
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
30
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
31
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
32
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
33
+ xmlns:lcc-3166-2-ca="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/"
34
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
35
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
36
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
37
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
38
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
39
+
40
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/">
41
+ <rdfs:label>Canadian Government Entities and Jurisdictions Ontology</rdfs:label>
42
+ <dct:abstract>This ontology provides the set of basic federal government, provincial, and territory level entities and jurisdictions for use in other Canada-specific FIBO ontologies.</dct:abstract>
43
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
51
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
52
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
53
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-CA/"/>
54
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
55
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200201/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace &apos;hasPartialSovereigntyOver&apos; with &apos;hasSharedSovereigntyOver&apos;.</skos:changeNote>
56
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.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>
57
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
58
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
59
+ <cmns-av:copyright>Copyright (c) 2016-2023 EDM Council, Inc.</cmns-av:copyright>
60
+ <cmns-av:copyright>Copyright (c) 2016-2023 Object Management Group, Inc.</cmns-av:copyright>
61
+ </owl:Ontology>
62
+
63
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;CanadianEntity">
64
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
65
+ <rdfs:label>Canadian entity</rdfs:label>
66
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
67
+ <rdfs:seeAlso rdf:resource="https://www.canada.ca/en/index.html"/>
68
+ <skos:definition>individual representing the federated sovereignty and polity that is Canada</skos:definition>
69
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Canada"/>
70
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Alberta"/>
71
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;BritishColumbia"/>
72
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Manitoba"/>
73
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NewBrunswick"/>
74
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NewfoundlandAndLabrador"/>
75
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NorthwestTerritories"/>
76
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NovaScotia"/>
77
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Nunavut"/>
78
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Ontario"/>
79
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;PrinceEdwardIsland"/>
80
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Quebec"/>
81
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Saskatchewan"/>
82
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Yukon"/>
83
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfCanada"/>
84
+ </owl:NamedIndividual>
85
+
86
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;CanadianJurisdiction">
87
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
88
+ <rdfs:label>Canadian jurisdiction</rdfs:label>
89
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
90
+ <rdfs:seeAlso rdf:resource="http://www.justice.gc.ca/eng/csj-sjc/just/"/>
91
+ <skos:definition>individual representing the overall jurisdiction for Canada</skos:definition>
92
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfCanada"/>
93
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Canada"/>
94
+ <cmns-av:explanatoryNote>Canada&apos;s federal structure divides government responsibilities between the federal government and the ten provinces. Provincial legislatures are unicameral and operate in parliamentary fashion similar to the House of Commons. Canada&apos;s three territories also have legislatures, but these are not sovereign and have fewer constitutional responsibilities than the provinces. The territorial legislatures also differ structurally from their provincial counterparts.</cmns-av:explanatoryNote>
95
+ </owl:NamedIndividual>
96
+
97
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfAlberta">
98
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
99
+ <rdfs:label>government of Alberta</rdfs:label>
100
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
101
+ <rdfs:seeAlso rdf:resource="http://www.alberta.ca/organizational-structure.cfm"/>
102
+ <skos:definition>individual representing the regional government of the province of Alberta</skos:definition>
103
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfAlbertaJurisdiction"/>
104
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Alberta"/>
105
+ </owl:NamedIndividual>
106
+
107
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfBritishColumbia">
108
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
109
+ <rdfs:label>government of British Columbia</rdfs:label>
110
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
111
+ <rdfs:seeAlso rdf:resource="http://www2.gov.bc.ca/gov/content/governments"/>
112
+ <skos:definition>individual representing the regional government of the province of British Columbia</skos:definition>
113
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfBritishColumbiaJurisdiction"/>
114
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;BritishColumbia"/>
115
+ </owl:NamedIndividual>
116
+
117
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfCanada">
118
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
119
+ <rdfs:label>Government of Canada</rdfs:label>
120
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
121
+ <rdfs:seeAlso rdf:resource="https://www.canada.ca/en/index.html"/>
122
+ <skos:definition>individual representing the federal parliamentary democracy and constitutional monarchy of Canada</skos:definition>
123
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;CanadianJurisdiction"/>
124
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Canada"/>
125
+ <cmns-av:explanatoryNote>Canada is a federal parliamentary democracy and a constitutional monarchy, with Queen Elizabeth II being the head of state. The country is officially bilingual at the federal level. It is one of the world&apos;s most ethnically diverse and multicultural nations, the product of large-scale immigration from many countries. Its advanced economy is the eleventh largest in the world, relying chiefly upon its abundant natural resources and well-developed international trade networks.</cmns-av:explanatoryNote>
126
+ </owl:NamedIndividual>
127
+
128
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfManitoba">
129
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
130
+ <rdfs:label>government of Manitoba</rdfs:label>
131
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
132
+ <rdfs:seeAlso rdf:resource="http://www.gov.mb.ca/government/index.html"/>
133
+ <skos:definition>individual representing the regional government of the province of Manitoba</skos:definition>
134
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfManitobaJurisdiction"/>
135
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Manitoba"/>
136
+ </owl:NamedIndividual>
137
+
138
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfNewBrunswick">
139
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
140
+ <rdfs:label>government of New Brunswick</rdfs:label>
141
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
142
+ <rdfs:seeAlso rdf:resource="http://www2.gnb.ca/content/gnb/en/gateways/your_government.html"/>
143
+ <skos:definition>individual representing the regional government of the province of New Brunswick</skos:definition>
144
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfNewBrunswickJurisdiction"/>
145
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;NewBrunswick"/>
146
+ </owl:NamedIndividual>
147
+
148
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfNewfoundlandAndLabrador">
149
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
150
+ <rdfs:label>government of Newfoundland and Labrador</rdfs:label>
151
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
152
+ <rdfs:seeAlso rdf:resource="http://www.gov.nf.ca/government/index.html"/>
153
+ <skos:definition>individual representing the regional government of the province of Newfoundland and Labrador</skos:definition>
154
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfNewfoundlandAndLabradorJurisdiction"/>
155
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;NewfoundlandAndLabrador"/>
156
+ </owl:NamedIndividual>
157
+
158
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfNorthwestTerritories">
159
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
160
+ <rdfs:label>government of Northwest Territories</rdfs:label>
161
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
162
+ <rdfs:seeAlso rdf:resource="http://www.gov.nt.ca/"/>
163
+ <skos:definition>individual representing the regional government of the Northwest Territories</skos:definition>
164
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;NorthwestTerritoriesJurisdiction"/>
165
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;NorthwestTerritories"/>
166
+ </owl:NamedIndividual>
167
+
168
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfNovaScotia">
169
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
170
+ <rdfs:label>government of Nova Scotia</rdfs:label>
171
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
172
+ <rdfs:seeAlso rdf:resource="http://novascotia.ca/government/"/>
173
+ <skos:definition>individual representing the regional government of the province of Nova Scotia</skos:definition>
174
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfNovaScotiaJurisdiction"/>
175
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;NovaScotia"/>
176
+ </owl:NamedIndividual>
177
+
178
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfNunavut">
179
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
180
+ <rdfs:label>government of Nunavut</rdfs:label>
181
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
182
+ <rdfs:seeAlso rdf:resource="http://gov.nu.ca/about-gn"/>
183
+ <skos:definition>individual representing the regional government of Nunavut</skos:definition>
184
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;NunavutJurisdiction"/>
185
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Nunavut"/>
186
+ </owl:NamedIndividual>
187
+
188
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfOntario">
189
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
190
+ <rdfs:label>government of Ontario</rdfs:label>
191
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
192
+ <rdfs:seeAlso rdf:resource="https://www.ontario.ca/page/government-ontario"/>
193
+ <skos:definition>individual representing the regional government of the province of Ontario</skos:definition>
194
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfOntarioJurisdiction"/>
195
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Ontario"/>
196
+ </owl:NamedIndividual>
197
+
198
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfPrinceEdwardIsland">
199
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
200
+ <rdfs:label>government of Prince Edward Island</rdfs:label>
201
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
202
+ <rdfs:seeAlso rdf:resource="http://www.gov.pe.ca/index.php3"/>
203
+ <skos:definition>individual representing the regional government of the province of Prince Edward Island</skos:definition>
204
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfPrinceEdwardIslandJurisdiction"/>
205
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;PrinceEdwardIsland"/>
206
+ </owl:NamedIndividual>
207
+
208
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfQuebec">
209
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
210
+ <rdfs:label>government of Quebec</rdfs:label>
211
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
212
+ <rdfs:seeAlso rdf:resource="http://www.gouv.qc.ca/EN/VotreGouvernement/Pages/Accueil.aspx?pgs"/>
213
+ <skos:definition>individual representing the regional government of the province of Quebec</skos:definition>
214
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfQuebecJurisdiction"/>
215
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Quebec"/>
216
+ </owl:NamedIndividual>
217
+
218
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfSaskatchewan">
219
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
220
+ <rdfs:label>government of Saskatchewan</rdfs:label>
221
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
222
+ <rdfs:seeAlso rdf:resource="http://gov.sk.ca/about-government/"/>
223
+ <rdfs:seeAlso rdf:resource="http://www.saskatchewan.ca/government"/>
224
+ <skos:definition>individual representing the regional government of the province of Saskatchewan</skos:definition>
225
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;ProvinceOfSaskatchewanJurisdiction"/>
226
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Saskatchewan"/>
227
+ </owl:NamedIndividual>
228
+
229
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;GovernmentOfYukon">
230
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
231
+ <rdfs:label>government of Yukon</rdfs:label>
232
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
233
+ <rdfs:seeAlso rdf:resource="http://www.gov.yk.ca/"/>
234
+ <skos:definition>individual representing the regional government of the Yukon territory of Canada</skos:definition>
235
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-caj;YukonJurisdiction"/>
236
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-2-ca;Yukon"/>
237
+ </owl:NamedIndividual>
238
+
239
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;NorthwestTerritoriesEntity">
240
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
241
+ <rdfs:label>Northwest Territories entity</rdfs:label>
242
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
243
+ <rdfs:seeAlso rdf:resource="http://www.gov.nt.ca/"/>
244
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Northwest Territories</skos:definition>
245
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NorthwestTerritories"/>
246
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfNorthwestTerritories"/>
247
+ </owl:NamedIndividual>
248
+
249
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;NorthwestTerritoriesJurisdiction">
250
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
251
+ <rdfs:label>Northwest Territories jurisdiction</rdfs:label>
252
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
253
+ <rdfs:seeAlso rdf:resource="https://www.justice.gov.nt.ca/en/browse/court-information/"/>
254
+ <skos:definition>individual representing the overall jurisdiction for the Courts of the Northwest Territories</skos:definition>
255
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfNorthwestTerritories"/>
256
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;NorthwestTerritories"/>
257
+ </owl:NamedIndividual>
258
+
259
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;NunavutEntity">
260
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
261
+ <rdfs:label>Nunavut entity</rdfs:label>
262
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
263
+ <rdfs:seeAlso rdf:resource="http://www.gov.nu.ca/"/>
264
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian territory of Nunavut</skos:definition>
265
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Nunavut"/>
266
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfNunavut"/>
267
+ </owl:NamedIndividual>
268
+
269
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;NunavutJurisdiction">
270
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
271
+ <rdfs:label>Nunavut jurisdiction</rdfs:label>
272
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
273
+ <rdfs:seeAlso rdf:resource="http://www.nunavutcourts.ca/"/>
274
+ <skos:definition>individual representing the overall jurisdiction for the Courts of Nunavut</skos:definition>
275
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfNunavut"/>
276
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Nunavut"/>
277
+ </owl:NamedIndividual>
278
+
279
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfAlbertaEntity">
280
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
281
+ <rdfs:label>Province of Alberta entity</rdfs:label>
282
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
283
+ <rdfs:seeAlso rdf:resource="http://www.alberta.ca/index.cfm"/>
284
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Alberta</skos:definition>
285
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Alberta"/>
286
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfAlberta"/>
287
+ </owl:NamedIndividual>
288
+
289
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfAlbertaJurisdiction">
290
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
291
+ <rdfs:label>province of Alberta jurisdiction</rdfs:label>
292
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
293
+ <rdfs:seeAlso rdf:resource="https://albertacourts.ca/"/>
294
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Alberta, i.e., that of the Alberta Court of Appeal, Court of Queen&apos;s Bench, and Provincial Court of Alberta</skos:definition>
295
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfAlberta"/>
296
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Alberta"/>
297
+ </owl:NamedIndividual>
298
+
299
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfBritishColumbiaEntity">
300
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
301
+ <rdfs:label>Province of British Columbia entity</rdfs:label>
302
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
303
+ <rdfs:seeAlso rdf:resource="http://www2.gov.bc.ca/"/>
304
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of British Columbia</skos:definition>
305
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;BritishColumbia"/>
306
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfBritishColumbia"/>
307
+ </owl:NamedIndividual>
308
+
309
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfBritishColumbiaJurisdiction">
310
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
311
+ <rdfs:label>province of British Columbia jurisdiction</rdfs:label>
312
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
313
+ <rdfs:seeAlso rdf:resource="http://www.ag.gov.bc.ca/courts/"/>
314
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of British Columbia, i.e., that of the British Columbia Court of Appeal, Supreme Court, and Provincial Court of British Columbia</skos:definition>
315
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfBritishColumbia"/>
316
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;BritishColumbia"/>
317
+ </owl:NamedIndividual>
318
+
319
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfManitobaEntity">
320
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
321
+ <rdfs:label>Province of Manitoba entity</rdfs:label>
322
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
323
+ <rdfs:seeAlso rdf:resource="http://gov.mb.ca/"/>
324
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Manitoba</skos:definition>
325
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Manitoba"/>
326
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfManitoba"/>
327
+ </owl:NamedIndividual>
328
+
329
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfManitobaJurisdiction">
330
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
331
+ <rdfs:label>province of Manitoba jurisdiction</rdfs:label>
332
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
333
+ <rdfs:seeAlso rdf:resource="http://www.manitobacourts.mb.ca/"/>
334
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Manitoba, i.e., that of the Manitoba Court of Appeal, Court of Queen&apos;s Bench, and Provincial Court of Manitoba</skos:definition>
335
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfManitoba"/>
336
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Manitoba"/>
337
+ </owl:NamedIndividual>
338
+
339
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfNewBrunswickEntity">
340
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
341
+ <rdfs:label>Province of New Brunswick entity</rdfs:label>
342
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
343
+ <rdfs:seeAlso rdf:resource="http://www2.gnb.ca/"/>
344
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of New Brunswick</skos:definition>
345
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NewBrunswick"/>
346
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfNewBrunswick"/>
347
+ </owl:NamedIndividual>
348
+
349
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfNewBrunswickJurisdiction">
350
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
351
+ <rdfs:label>province of New Brunswick jurisdiction</rdfs:label>
352
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
353
+ <rdfs:seeAlso rdf:resource="http://www.gnb.ca/Cour/index-e.asp"/>
354
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of New Brunswick, i.e., that of the New Brunswick Court of Appeal, Court of Queen&apos;s Bench, and Provincial Court of New Brunswick</skos:definition>
355
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfNewBrunswick"/>
356
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;NewBrunswick"/>
357
+ </owl:NamedIndividual>
358
+
359
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfNewfoundlandAndLabradorEntity">
360
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
361
+ <rdfs:label>Province of Newfoundland and Labrador entity</rdfs:label>
362
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
363
+ <rdfs:seeAlso rdf:resource="http://www.gov.nf.ca/"/>
364
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Newfoundland and Labrador</skos:definition>
365
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NewfoundlandAndLabrador"/>
366
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfNewfoundlandAndLabrador"/>
367
+ </owl:NamedIndividual>
368
+
369
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfNewfoundlandAndLabradorJurisdiction">
370
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
371
+ <rdfs:label>province of Newfoundland and Labrador jurisdiction</rdfs:label>
372
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
373
+ <rdfs:seeAlso rdf:resource="http://www.court.nl.ca/"/>
374
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Newfoundland and Labrador, i.e., that of the Newfoundland and Labrador Supreme and Provincial Courts</skos:definition>
375
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfNewfoundlandAndLabrador"/>
376
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;NewfoundlandAndLabrador"/>
377
+ </owl:NamedIndividual>
378
+
379
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfNovaScotiaEntity">
380
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
381
+ <rdfs:label>Province of Nova Scotia entity</rdfs:label>
382
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
383
+ <rdfs:seeAlso rdf:resource="http://novascotia.ca/"/>
384
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Nova Scotia</skos:definition>
385
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;NovaScotia"/>
386
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfNovaScotia"/>
387
+ </owl:NamedIndividual>
388
+
389
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfNovaScotiaJurisdiction">
390
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
391
+ <rdfs:label>province of Nova Scotia jurisdiction</rdfs:label>
392
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
393
+ <rdfs:seeAlso rdf:resource="http://www.courts.ns.ca/Courthouse_Locations/Courthouse_Locations_Map.htm"/>
394
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Nova Scotia, i.e., that of the Nova Scotia Supreme and Provincial Courts and Court of Appeals</skos:definition>
395
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfNovaScotia"/>
396
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;NovaScotia"/>
397
+ </owl:NamedIndividual>
398
+
399
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfOntarioEntity">
400
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
401
+ <rdfs:label>Province of Ontario entity</rdfs:label>
402
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
403
+ <rdfs:seeAlso rdf:resource="https://www.ontario.ca/page/government-ontario"/>
404
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Ontario</skos:definition>
405
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Ontario"/>
406
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfOntario"/>
407
+ </owl:NamedIndividual>
408
+
409
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfOntarioJurisdiction">
410
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
411
+ <rdfs:label>province of Ontario jurisdiction</rdfs:label>
412
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
413
+ <rdfs:seeAlso rdf:resource="http://www.attorneygeneral.jus.gov.on.ca/english/courts/"/>
414
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Ontario, i.e., that of the Ontario Superior and Provincial Court of Justice as well as Court of Appeals</skos:definition>
415
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfOntario"/>
416
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Ontario"/>
417
+ </owl:NamedIndividual>
418
+
419
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfPrinceEdwardIslandEntity">
420
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
421
+ <rdfs:label>Province of Prince Edward Island entity</rdfs:label>
422
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
423
+ <rdfs:seeAlso rdf:resource="http://www.gov.pe.ca/"/>
424
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Prince Edward Island</skos:definition>
425
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;PrinceEdwardIsland"/>
426
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfPrinceEdwardIsland"/>
427
+ </owl:NamedIndividual>
428
+
429
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfPrinceEdwardIslandJurisdiction">
430
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
431
+ <rdfs:label>province of Prince Edward Island jurisdiction</rdfs:label>
432
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
433
+ <rdfs:seeAlso rdf:resource="http://www.courts.pe.ca/"/>
434
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Prince Edward Island, i.e., that of the Prince Edward Island Court of Appeal, as well as the Supreme and Provincial Courts of Prince Edward Island</skos:definition>
435
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfPrinceEdwardIsland"/>
436
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;PrinceEdwardIsland"/>
437
+ </owl:NamedIndividual>
438
+
439
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfQuebecEntity">
440
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
441
+ <rdfs:label>Province of Quebec entity</rdfs:label>
442
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
443
+ <rdfs:seeAlso rdf:resource="http://www.gouv.qc.ca/EN/Pages/Accueil.aspx"/>
444
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Quebec</skos:definition>
445
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Quebec"/>
446
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfQuebec"/>
447
+ </owl:NamedIndividual>
448
+
449
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfQuebecJurisdiction">
450
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
451
+ <rdfs:label>province of Quebec jurisdiction</rdfs:label>
452
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
453
+ <rdfs:seeAlso rdf:resource="http://www.gouv.qc.ca/EN/LeQuebec/Pages/Justice.aspx"/>
454
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Quebec, i.e., that of the Quebec Court of Appeal, and the Supreme and Provincial Courts of Quebec</skos:definition>
455
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfQuebec"/>
456
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Quebec"/>
457
+ </owl:NamedIndividual>
458
+
459
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfSaskatchewanEntity">
460
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
461
+ <rdfs:label>Province of Saskatchewan entity</rdfs:label>
462
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
463
+ <rdfs:seeAlso rdf:resource="http://gov.sk.ca/"/>
464
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Province of Saskatchewan</skos:definition>
465
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Saskatchewan"/>
466
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfSaskatchewan"/>
467
+ </owl:NamedIndividual>
468
+
469
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;ProvinceOfSaskatchewanJurisdiction">
470
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
471
+ <rdfs:label>province of Saskatchewan jurisdiction</rdfs:label>
472
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
473
+ <rdfs:seeAlso rdf:resource="http://www.sasklawcourts.ca/"/>
474
+ <skos:definition>individual representing the overall jurisdiction for the Canadian Province Of Saskatchewan, i.e., that of the Saskatchewan Court of Appeal, Court of Queen&apos;s Bench, and Provincial Court of Saskatchewan</skos:definition>
475
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfSaskatchewan"/>
476
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Saskatchewan"/>
477
+ </owl:NamedIndividual>
478
+
479
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;YukonEntity">
480
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
481
+ <rdfs:label>Yukon entity</rdfs:label>
482
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
483
+ <rdfs:seeAlso rdf:resource="http://www.gov.yk.ca/"/>
484
+ <skos:definition>individual representing the regional sovereignty and polity that is the Canadian Yukon territory</skos:definition>
485
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-ca;Yukon"/>
486
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-caj;GovernmentOfYukon"/>
487
+ </owl:NamedIndividual>
488
+
489
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-caj;YukonJurisdiction">
490
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
491
+ <rdfs:label>Yukon jurisdiction</rdfs:label>
492
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions/"/>
493
+ <rdfs:seeAlso rdf:resource="http://www.justice.gov.yk.ca/prog/cs/csindex.html"/>
494
+ <skos:definition>individual representing the overall jurisdiction for the Courts of Yukon</skos:definition>
495
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-caj;GovernmentOfYukon"/>
496
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-2-ca;Yukon"/>
497
+ </owl:NamedIndividual>
498
+
499
+ </rdf:RDF>
src/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,429 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-cbj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/">
6
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
7
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
10
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
11
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
12
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
13
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
14
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
15
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
16
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
17
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
18
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
19
+ ]>
20
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"
21
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
22
+ xmlns:dct="http://purl.org/dc/terms/"
23
+ xmlns:fibo-be-ge-cbj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"
24
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
25
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
26
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
27
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
28
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
29
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
30
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
31
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
32
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
33
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
34
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
35
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
36
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
37
+
38
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/">
39
+ <rdfs:label>Caribbean Government Entities and Jurisdictions Ontology</rdfs:label>
40
+ <dct:abstract>This ontology provides the set of basic government-level entities and jurisdictions for independent countries and British Commonwealth regional sovereignties identified as part of the Caribbean in the U.N. M49 classification.</dct:abstract>
41
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
43
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
49
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
50
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
51
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions/"/>
52
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200701/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to correct the ontology prefix and address language-specific diacritical marks.</skos:changeNote>
53
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20210201/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to correct spelling issues.</skos:changeNote>
54
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.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>
55
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
56
+ <skos:scopeNote>The initial version of this ontology reflects the highest national or regional level (for British Commonwealth members) only.</skos:scopeNote>
57
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
58
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
59
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
60
+ </owl:Ontology>
61
+
62
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;AntiguaAndBarbudaEntity">
63
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
64
+ <rdfs:label>Antigua and Barbuda entity</rdfs:label>
65
+ <skos:definition>sovereign state and polity that consists of two major islands, Antigua and Barbuda (separated by 39 miles), and a number of smaller islands in the middle of the Leeward Islands, that is part of the Lesser Antilles</skos:definition>
66
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;AntiguaAndBarbuda"/>
67
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfAntiguaAndBarbuda"/>
68
+ </owl:NamedIndividual>
69
+
70
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;BahamianEntity">
71
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
72
+ <rdfs:label>Bahamian entity</rdfs:label>
73
+ <skos:definition>sovereign state and polity that is The Bahamas</skos:definition>
74
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Bahamas"/>
75
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheCommonwealthOfTheBahamas"/>
76
+ </owl:NamedIndividual>
77
+
78
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;BarbadianEntity">
79
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
80
+ <rdfs:label>Barbadian entity</rdfs:label>
81
+ <skos:definition>sovereign state and polity that is Barbados</skos:definition>
82
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Barbados"/>
83
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfBarbados"/>
84
+ </owl:NamedIndividual>
85
+
86
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;BermudanEntity">
87
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
88
+ <rdfs:label>Bermudan entity</rdfs:label>
89
+ <skos:definition>regional sovereignty and polity that is Bermuda</skos:definition>
90
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Bermuda"/>
91
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfBermuda"/>
92
+ </owl:NamedIndividual>
93
+
94
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;CaymanIslandsEntity">
95
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalSovereignty"/>
96
+ <rdfs:label>Cayman Islands entity</rdfs:label>
97
+ <skos:definition>regional sovereignty and polity that is the Cayman Islands</skos:definition>
98
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;CaymanIslands"/>
99
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheCaymanIslands"/>
100
+ </owl:NamedIndividual>
101
+
102
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;CubanEntity">
103
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
104
+ <rdfs:label>Cuban entity</rdfs:label>
105
+ <skos:definition>sovereign state and polity that is Cuba</skos:definition>
106
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Cuba"/>
107
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfCuba"/>
108
+ </owl:NamedIndividual>
109
+
110
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;DominicaEntity">
111
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
112
+ <rdfs:label>Dominica entity</rdfs:label>
113
+ <skos:definition>soverign state and polity that is Dominica</skos:definition>
114
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Dominica"/>
115
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheCommonwealthOfDominica"/>
116
+ </owl:NamedIndividual>
117
+
118
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;DominicanRepublicEntity">
119
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
120
+ <rdfs:label>Dominican Republic entity</rdfs:label>
121
+ <skos:definition>soverign state and polity that is the Dominican Republic</skos:definition>
122
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;DominicanRepublic"/>
123
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheDominicanRepublic"/>
124
+ </owl:NamedIndividual>
125
+
126
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfAntiguaAndBarbuda">
127
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
128
+ <rdfs:label xml:lang="en">Government of Antigua and Barbuda</rdfs:label>
129
+ <skos:definition>unitary parliamentary constitutional monarchy, with the queen (Elizabeth II) as head of state represented locally by a governor-general</skos:definition>
130
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfAntiguaAndBarbuda"/>
131
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;AntiguaAndBarbuda"/>
132
+ </owl:NamedIndividual>
133
+
134
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfBarbados">
135
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
136
+ <rdfs:label xml:lang="en">Government of Barbados</rdfs:label>
137
+ <skos:definition>unitary parliamentary constitutional monarchy, modeled on the British Westminster system, with the Queen of Barbados (Elizabeth II) as head of state, represented locally by a governor-general</skos:definition>
138
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfBarbados"/>
139
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Barbados"/>
140
+ </owl:NamedIndividual>
141
+
142
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfBermuda">
143
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
144
+ <rdfs:label xml:lang="en">Government of Bermuda</rdfs:label>
145
+ <rdfs:seeAlso rdf:resource="https://www.gov.bm/"/>
146
+ <skos:definition>parliamentary representative democratic dependency and a British island territory in the North Atlantic Ocean</skos:definition>
147
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfBermuda"/>
148
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bermuda"/>
149
+ </owl:NamedIndividual>
150
+
151
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfGrenada">
152
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
153
+ <rdfs:label xml:lang="en">Government of Grenada</rdfs:label>
154
+ <skos:definition>unitary two-party parliamentary constitutional monarchy that is a Commonwealth realm with Queen Elizabeth II as head of state, represented locally by a governor-general, located in the West Indies in the Caribbean Sea at the southern end of the Grenadines island chain</skos:definition>
155
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfGrenada"/>
156
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Grenada"/>
157
+ </owl:NamedIndividual>
158
+
159
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfJamaica">
160
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
161
+ <rdfs:label xml:lang="en">Government of Jamaica</rdfs:label>
162
+ <skos:definition>parliamentary constitutional monarchy with legislative power vested in the bicameral Parliament of Jamaica, consisting of an appointed Senate and a directly elected House of Representatives, and an independent member of the British Commonwealth, situated in the Caribbean Sea</skos:definition>
163
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfJamaica"/>
164
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Jamaica"/>
165
+ </owl:NamedIndividual>
166
+
167
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfSaintLucia">
168
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
169
+ <rdfs:label xml:lang="en">Government of Saint Lucia</rdfs:label>
170
+ <skos:definition>unitary parliamentary constitutional monarchy that is a Commonwealth realm with Queen Elizabeth II as head of state, represented locally by a governor-general, located in the West Indies in the eastern Caribbean Sea on the boundary with the Atlantic Ocean</skos:definition>
171
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfSaintLucia"/>
172
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SaintLucia"/>
173
+ </owl:NamedIndividual>
174
+
175
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfSaintVincentAndTheGrenadines">
176
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
177
+ <rdfs:label xml:lang="en">Government of Saint Vincent and the Grenadines</rdfs:label>
178
+ <skos:definition>unitary parliamentary constitutional monarchy, with the Queen of Saint Vincent and the Grenadines (Elizabeth II) as head of state represented locally by a governor-general, an Anglo-Caribbean country of several islands in the Lesser Antilles island arc, in the southeast Windward Islands, which lies in the West Indies at the southern end of the eastern border of the Caribbean Sea where the latter meets the Atlantic Ocean</skos:definition>
179
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfSaintVincentAndTheGrenadines"/>
180
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SaintVincentAndTheGrenadines"/>
181
+ </owl:NamedIndividual>
182
+
183
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheCaymanIslands">
184
+ <rdf:type rdf:resource="&fibo-be-ge-ge;RegionalGovernment"/>
185
+ <rdfs:label xml:lang="en">Government of the Cayman Islands</rdfs:label>
186
+ <rdfs:seeAlso rdf:resource="http://www.gov.ky/"/>
187
+ <skos:definition>parliamentary democracy with judicial, executive and legislative branches, and a British Overseas Territory, encompassing 3 islands in the western Caribbean Sea</skos:definition>
188
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfTheCaymanIslands"/>
189
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;CaymanIslands"/>
190
+ </owl:NamedIndividual>
191
+
192
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheCommonwealthOfDominica">
193
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
194
+ <rdfs:label xml:lang="en">Government of the Commonwealth of Dominica</rdfs:label>
195
+ <skos:definition>unitary parliamentary democracy that is an independent republic and member of the Commonwealth of Nations, one of few republics in the Caribbean</skos:definition>
196
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfDominica"/>
197
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Dominica"/>
198
+ </owl:NamedIndividual>
199
+
200
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheCommonwealthOfTheBahamas">
201
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
202
+ <rdfs:label xml:lang="en">Government of the Commonwealth of the Bahamas</rdfs:label>
203
+ <skos:definition>parliamentary constitutional monarchy, with the queen of the Bahamas (Elizabeth II) as head of state represented locally by a governor-general</skos:definition>
204
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfTheCommonwealthOfTheBahamas"/>
205
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Bahamas"/>
206
+ </owl:NamedIndividual>
207
+
208
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheDominicanRepublic">
209
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
210
+ <rdfs:label xml:lang="en">Government of the the Dominican Republic</rdfs:label>
211
+ <skos:definition>unitary presidential republic that occupies the eastern five-eighths of the island of Hispaniola in the Greater Antilles archipelago, which it shares with Haiti</skos:definition>
212
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfTheDominicanRepublic"/>
213
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;DominicanRepublic"/>
214
+ </owl:NamedIndividual>
215
+
216
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheFederationOfSaintChristopherAndNevis">
217
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
218
+ <rdfs:label xml:lang="en">Government of the Federation of Saint Christopher and Nevis</rdfs:label>
219
+ <skos:definition>federal parliamentary constitutional monarchy that is a Commonwealth realm with the Queen of Saint Christopher and Nevis (Queen Elizabeth II) as head of state, represented locally by a governor-general, located in the Leeward Islands chain of the Lesser Antilles</skos:definition>
220
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfTheFederationOfSaintChristopherAndNevis"/>
221
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;SaintKittsAndNevis"/>
222
+ </owl:NamedIndividual>
223
+
224
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfCuba">
225
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
226
+ <rdfs:label xml:lang="es">Gobierno de la República de Cuba</rdfs:label>
227
+ <rdfs:label xml:lang="en">Government of the Republic of Cuba</rdfs:label>
228
+ <rdfs:seeAlso rdf:resource="https://www.presidencia.gob.cu/en/government/"/>
229
+ <skos:definition>unitary Marxist-Leninist, one party socialist republic that includes the island of Cuba as well as Isla de la Juventud and several minor archipelagos</skos:definition>
230
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfCuba"/>
231
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Cuba"/>
232
+ </owl:NamedIndividual>
233
+
234
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfHaiti">
235
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
236
+ <rdfs:label xml:lang="fr">Gouvernement de la République d&apos;Haïti</rdfs:label>
237
+ <rdfs:label xml:lang="en">Government of the Republic of Haiti</rdfs:label>
238
+ <skos:definition>unitary semi-presidential republic located on the island of Hispaniola in the Greater Antilles archipelago</skos:definition>
239
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfHaiti"/>
240
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Haiti"/>
241
+ </owl:NamedIndividual>
242
+
243
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfTrinidadAndTobago">
244
+ <rdf:type rdf:resource="&fibo-be-ge-ge;NationalGovernment"/>
245
+ <rdfs:label xml:lang="en">Government of the Republic of Trinidad and Tobago</rdfs:label>
246
+ <skos:definition>unitary parliamentary constitutional republic with a two-party system and a bicameral parliamentary system based on the Westminster System, that is the southernmost island country in the Caribbean</skos:definition>
247
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-cbj;JurisdictionOfTheRepublicOfTrinidadAndTobago"/>
248
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;TrinidadAndTobago"/>
249
+ </owl:NamedIndividual>
250
+
251
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;GrenadianEntity">
252
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
253
+ <rdfs:label>Grenadian entity</rdfs:label>
254
+ <skos:definition>soverign state and polity that is Grenada</skos:definition>
255
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Grenada"/>
256
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfGrenada"/>
257
+ </owl:NamedIndividual>
258
+
259
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;HaitianEntity">
260
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
261
+ <rdfs:label>Haitian entity</rdfs:label>
262
+ <skos:definition>soverign state and polity that is Haiti</skos:definition>
263
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Haiti"/>
264
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfHaiti"/>
265
+ </owl:NamedIndividual>
266
+
267
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JamaicanEntity">
268
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
269
+ <rdfs:label>Jamaican entity</rdfs:label>
270
+ <skos:definition>soverign state and polity that is Jamaica</skos:definition>
271
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;Jamaica"/>
272
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfJamaica"/>
273
+ </owl:NamedIndividual>
274
+
275
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfAntiguaAndBarbuda">
276
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
277
+ <rdfs:label>jurisdiction of Antigua and Barbuda</rdfs:label>
278
+ <skos:definition>jurisdiction of the Eastern Caribbean Supreme Court (based in Saint Lucia; one judge of the Supreme Court is a resident of the islands and presides over the High Court of Justice, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies</skos:definition>
279
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfAntiguaAndBarbuda"/>
280
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;AntiguaAndBarbuda"/>
281
+ </owl:NamedIndividual>
282
+
283
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfBarbados">
284
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
285
+ <rdfs:label>jurisdiction of Barbados</rdfs:label>
286
+ <skos:definition>jurisdiction of the judiciary of Barbados, an independent branch of the Barbadian government, subject only to the Barbadian Constitution, including the Magistrates&apos; Court, Supreme Court, and Caribbean Court of Justice</skos:definition>
287
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfBarbados"/>
288
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Barbados"/>
289
+ </owl:NamedIndividual>
290
+
291
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfBermuda">
292
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
293
+ <rdfs:label>jurisdiction of Bermuda</rdfs:label>
294
+ <skos:definition>jurisdiction of the judiciary of Bermuda, including the Magistrates&apos; Court, Supreme Court, Court of Appeal, and Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies</skos:definition>
295
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfBermuda"/>
296
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bermuda"/>
297
+ </owl:NamedIndividual>
298
+
299
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfCuba">
300
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
301
+ <rdfs:label xml:lang="es">jurisdicción de la República de Cuba</rdfs:label>
302
+ <rdfs:label xml:lang="en">jurisdiction of Cuba</rdfs:label>
303
+ <skos:definition>jurisdiction of the judiciary of the Republic of Cuba, including the system of courts that interprets and applies the law in Cuba</skos:definition>
304
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfCuba"/>
305
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Cuba"/>
306
+ </owl:NamedIndividual>
307
+
308
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfDominica">
309
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
310
+ <rdfs:label>jurisdiction of Dominica</rdfs:label>
311
+ <skos:definition>jurisdiction of the judiciary of the Commonwealth of Dominica, which is a member of the International Criminal Court, with a Bilateral Immunity Agreement of protection with the US military, as covered under Article 98</skos:definition>
312
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheCommonwealthOfDominica"/>
313
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Dominica"/>
314
+ </owl:NamedIndividual>
315
+
316
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfGrenada">
317
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
318
+ <rdfs:label>jurisdiction of Grenada</rdfs:label>
319
+ <skos:definition>jurisdiction of the judiciary of Grenada, which is part of the Eastern Caribbean States Supreme Court with an associate judge residing in Grenada</skos:definition>
320
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfGrenada"/>
321
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Grenada"/>
322
+ </owl:NamedIndividual>
323
+
324
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfHaiti">
325
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
326
+ <rdfs:label xml:lang="fr">juridiction de la République d&apos;Haïti</rdfs:label>
327
+ <rdfs:label xml:lang="en">jurisdiction of Haiti</rdfs:label>
328
+ <skos:definition>jurisdiction of the judiciary of Haiti, whose highest court is the Cour de Cassation, assisted by local and civil courts at a communal level</skos:definition>
329
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfHaiti"/>
330
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Haiti"/>
331
+ </owl:NamedIndividual>
332
+
333
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfJamaica">
334
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
335
+ <rdfs:label>jurisdiction of Jamaica</rdfs:label>
336
+ <skos:definition>the jurisdiction of the judiciary of Jamaica, a system based on English common law and local statutes, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies</skos:definition>
337
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfJamaica"/>
338
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Jamaica"/>
339
+ </owl:NamedIndividual>
340
+
341
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfSaintLucia">
342
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
343
+ <rdfs:label>jurisdiction of the Saint Lucia</rdfs:label>
344
+ <skos:definition>jurisdiction of the judiciary of Saint Lucia, a mixed judicial system based on on both the civil law and English common law</skos:definition>
345
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfSaintLucia"/>
346
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SaintLucia"/>
347
+ </owl:NamedIndividual>
348
+
349
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfSaintVincentAndTheGrenadines">
350
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
351
+ <rdfs:label>jurisdiction of the Federation of Saint Vincent and the Grenadines</rdfs:label>
352
+ <skos:definition>jurisdiction of the judiciary of Saint Vincent and the Grenadines, which is divided into district courts, the Eastern Caribbean Supreme Court and the Privy Council in London being the court of last resort</skos:definition>
353
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfSaintVincentAndTheGrenadines"/>
354
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SaintVincentAndTheGrenadines"/>
355
+ </owl:NamedIndividual>
356
+
357
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfTheCaymanIslands">
358
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
359
+ <rdfs:label>jurisdiction of the Cayman Islands</rdfs:label>
360
+ <skos:definition>jurisdiction of the judiciary of the Cayman Islands, a four-tiered judicial system is based on English common law, colonial and local statutes, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies</skos:definition>
361
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheCaymanIslands"/>
362
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;CaymanIslands"/>
363
+ </owl:NamedIndividual>
364
+
365
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfTheCommonwealthOfTheBahamas">
366
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
367
+ <rdfs:label>jurisdiction of the Commonwealth of the Bahamas</rdfs:label>
368
+ <skos:definition>jurisdiction of the judiciary of the Bahamas, a judicial system based on English common law and local statutes, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies, and which considered a safe jurisdiction as an International Financial Center (IFC), with a legal framework that is in compliance with the standards set by Organization for Economic Cooperation and Development (OECD)</skos:definition>
369
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheCommonwealthOfTheBahamas"/>
370
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Bahamas"/>
371
+ </owl:NamedIndividual>
372
+
373
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfTheDominicanRepublic">
374
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
375
+ <rdfs:label>jurisdiction of the Dominican Republic</rdfs:label>
376
+ <skos:definition>jurisdiction of the judiciary of the Dominican Republic, whose highest court is the Supreme Court of Justice, composed of 16 judges appointed by the National Council of Magistrates, an entity created by the constitutional reform of 1994 to ensure the independence of the Judicial Branch</skos:definition>
377
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheDominicanRepublic"/>
378
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;DominicanRepublic"/>
379
+ </owl:NamedIndividual>
380
+
381
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfTheFederationOfSaintChristopherAndNevis">
382
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
383
+ <rdfs:label>jurisdiction of the Federation of Saint Christopher and Nevis</rdfs:label>
384
+ <skos:definition>jurisdiction of the judiciary of Saint Kitts and Nevis, a mixed judicial system based on on both the civil law and English common law</skos:definition>
385
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheFederationOfSaintChristopherAndNevis"/>
386
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;SaintKittsAndNevis"/>
387
+ </owl:NamedIndividual>
388
+
389
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;JurisdictionOfTheRepublicOfTrinidadAndTobago">
390
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
391
+ <rdfs:label>jurisdiction of the Republic of Trinidad and Tobago</rdfs:label>
392
+ <skos:definition>jurisdiction of the judiciary of Trinidad and Tobago, a hierarchical system comprising a Supreme Court of Judicature, a Magistracy and a Family Court, with final appeal on some matters decided by the Judicial Committee of the Privy Council (JCPC)</skos:definition>
393
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfTrinidadAndTobago"/>
394
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;TrinidadAndTobago"/>
395
+ </owl:NamedIndividual>
396
+
397
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;SaintKittsAndNevisEntity">
398
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
399
+ <rdfs:label>Saint Kitts and Nevis entity</rdfs:label>
400
+ <skos:definition>soverign state and polity that is the Federation of Saint Christopher and Nevis</skos:definition>
401
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SaintKittsAndNevis"/>
402
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheFederationOfSaintChristopherAndNevis"/>
403
+ </owl:NamedIndividual>
404
+
405
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;SaintLucianEntity">
406
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
407
+ <rdfs:label>Saint Lucian entity</rdfs:label>
408
+ <skos:definition>soverign state and polity that is Saint Lucia</skos:definition>
409
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SaintLucia"/>
410
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfSaintLucia"/>
411
+ </owl:NamedIndividual>
412
+
413
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;SaintVincentianEntity">
414
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
415
+ <rdfs:label>Saint Vincentian entity</rdfs:label>
416
+ <skos:definition>soverign state and polity that is Saint Vincent and the Grenadines (or simply Saint Vincent)</skos:definition>
417
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;SaintVincentAndTheGrenadines"/>
418
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfSaintVincentAndTheGrenadines"/>
419
+ </owl:NamedIndividual>
420
+
421
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-cbj;TrinidadianAndTobagonianEntity">
422
+ <rdf:type rdf:resource="&fibo-be-ge-ge;SovereignState"/>
423
+ <rdfs:label>Trinidadian and Tobagonian entity</rdfs:label>
424
+ <skos:definition>soverign state and polity that is the Republic of Trinidad and Tobago</skos:definition>
425
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-1;TrinidadAndTobago"/>
426
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-cbj;GovernmentOfTheRepublicOfTrinidadAndTobago"/>
427
+ </owl:NamedIndividual>
428
+
429
+ </rdf:RDF>
src/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
6
+ <!ENTITY fibo-be-ge-mxj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/">
7
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
10
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
11
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
12
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
13
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
14
+ <!ENTITY lcc-3166-2-mx "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/">
15
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
16
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
17
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
18
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
19
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
20
+ ]>
21
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"
22
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
23
+ xmlns:dct="http://purl.org/dc/terms/"
24
+ xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
25
+ xmlns:fibo-be-ge-mxj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"
26
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
27
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
28
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
29
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
30
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
31
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
32
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
33
+ xmlns:lcc-3166-2-mx="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/"
34
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
35
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
36
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
37
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
38
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
39
+
40
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/">
41
+ <rdfs:label>Mexican Government Entities and Jurisdictions Ontology</rdfs:label>
42
+ <dct:abstract>This ontology provides the set of basic federal government, provincial, and territory level entities and jurisdictions for use in other Mexico-specific FIBO ontologies.</dct:abstract>
43
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
51
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
52
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
53
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-MX/"/>
54
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
55
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20200701/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace &apos;hasPartialSovereigntyOver&apos; with &apos;hasSharedSovereigntyOver&apos;.</skos:changeNote>
56
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.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>
57
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
58
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
59
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
60
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
61
+ </owl:Ontology>
62
+
63
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-mxj;FederalGovernmentOfMexico">
64
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederalGovernment"/>
65
+ <rdfs:label xml:lang="en">Federal Government of Mexico</rdfs:label>
66
+ <rdfs:label xml:lang="es-MX">Gobierno Federal de México</rdfs:label>
67
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
68
+ <rdfs:seeAlso rdf:resource="http://www.gob.mx/"/>
69
+ <skos:definition>federal presidential constitutional republic with shared sovereignty over the republic with the governments of the 31 individual Mexican states, which functions per the Constitution of the United Mexican States</skos:definition>
70
+ <fibo-be-ge-ge:hasJurisdiction rdf:resource="&fibo-be-ge-mxj;MexicanJurisdiction"/>
71
+ <fibo-fnd-rel-rel:governs rdf:resource="&lcc-3166-1;Mexico"/>
72
+ <cmns-av:synonym xml:lang="es-MX">Gobierno de la República</cmns-av:synonym>
73
+ </owl:NamedIndividual>
74
+
75
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-mxj;MexicanEntity">
76
+ <rdf:type rdf:resource="&fibo-be-ge-ge;FederatedSovereignty"/>
77
+ <rdfs:label>Mexican entity</rdfs:label>
78
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
79
+ <rdfs:seeAlso rdf:resource="http://www.gob.mx/"/>
80
+ <skos:definition>federated sovereignty and polity that is Mexico</skos:definition>
81
+ <fibo-be-ge-ge:hasFullSovereigntyOver rdf:resource="&lcc-3166-1;Mexico"/>
82
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Aguascalientes"/>
83
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;BajaCalifornia"/>
84
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;BajaCaliforniaSur"/>
85
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Campeche"/>
86
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Chiapas"/>
87
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Chihuahua"/>
88
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;CiudadDeMexico"/>
89
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;CoahuilaDeZaragoza"/>
90
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Colima"/>
91
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Durango"/>
92
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Guanajuato"/>
93
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Guerrero"/>
94
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Hidalgo"/>
95
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Jalisco"/>
96
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Mexico"/>
97
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;MichoacanDeOcampo"/>
98
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Morelos"/>
99
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Nayarit"/>
100
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;NuevoLeon"/>
101
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Oaxaca"/>
102
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Puebla"/>
103
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Queretaro"/>
104
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;QuintanaRoo"/>
105
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;SanLuisPotosi"/>
106
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Sinaloa"/>
107
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Sonora"/>
108
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Tabasco"/>
109
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Tamaulipas"/>
110
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Tlaxcala"/>
111
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;VeracruzDeIgnacioDeLaLlave"/>
112
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Yucatan"/>
113
+ <fibo-be-ge-ge:hasSharedSovereigntyOver rdf:resource="&lcc-3166-2-mx;Zacatecas"/>
114
+ <fibo-be-ge-ge:isRepresentedBy rdf:resource="&fibo-be-ge-mxj;FederalGovernmentOfMexico"/>
115
+ </owl:NamedIndividual>
116
+
117
+ <owl:NamedIndividual rdf:about="&fibo-be-ge-mxj;MexicanJurisdiction">
118
+ <rdf:type rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
119
+ <rdfs:label>Mexican jurisdiction</rdfs:label>
120
+ <rdfs:isDefinedBy rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions/"/>
121
+ <rdfs:seeAlso rdf:resource="https://www.scjn.gob.mx/"/>
122
+ <skos:definition>jurisdiction of the Supreme Court of Justice of the Nation, including the system of courts that interprets and applies the law at the federal level in Mexico</skos:definition>
123
+ <fibo-be-ge-ge:isJurisdictionOf rdf:resource="&fibo-be-ge-mxj;FederalGovernmentOfMexico"/>
124
+ <fibo-fnd-law-jur:hasReach rdf:resource="&lcc-3166-1;Mexico"/>
125
+ <cmns-av:explanatoryNote>The Supreme Court of Justice of the Nation (SCJN) is the Mexican institution serving as the country&apos;s federal high court and the spearhead organisation for the judiciary of the Mexican Federal Government. It consists of eleven magistrates, known as ministers of the court, one of whom is designated the court&apos;s president.</cmns-av:explanatoryNote>
126
+ </owl:NamedIndividual>
127
+
128
+ </rdf:RDF>
src/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf ADDED
The diff for this file is too large to render. See raw diff
 
src/BE/LegalEntities/CorporateBodies.rdf ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-le-cb "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
6
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
7
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
8
+ <!ENTITY fibo-fnd-acc-cur "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/">
9
+ <!ENTITY fibo-fnd-gao-obj "https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/">
10
+ <!ENTITY fibo-fnd-law-cor "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/">
11
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
12
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
13
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
14
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
15
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
16
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
17
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
18
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
19
+ ]>
20
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
21
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
22
+ xmlns:dct="http://purl.org/dc/terms/"
23
+ xmlns:fibo-be-le-cb="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
24
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
25
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
26
+ xmlns:fibo-fnd-acc-cur="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"
27
+ xmlns:fibo-fnd-gao-obj="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"
28
+ xmlns:fibo-fnd-law-cor="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"
29
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
30
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
31
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
32
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
33
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
34
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
35
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
36
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
37
+
38
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
39
+ <rdfs:label>Corporate Bodies Ontology</rdfs:label>
40
+ <dct:abstract>This ontology defines the basic mechanisms that establish legal personhood for judicial or artificial persons, specifically those that are corporate bodies, including bodies incorporated by equity, by guarantee, and by agreement.</dct:abstract>
41
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
42
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
43
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
44
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
45
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
51
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
52
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/CorporateBodies/"/>
53
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20160201/LegalEntities/CorporateBodies.rdf version of this ontology was modified per the FIBO 2.0 RFC to address issues including elimination of missing labels and comments, integration with LCC, and replacing min 1 QCRs with someValuesFrom.</skos:changeNote>
54
+ <skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/BE/20180801/LegalEntities/CorporateBodies.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies.</skos:changeNote>
55
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/CorporateBodies.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
56
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/LegalEntities/CorporateBodies.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse and eliminate deprecated elements.</skos:changeNote>
57
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/CorporateBodies.rdf version of this ontology was modified to eliminate a now duplicate and overly constrained restriction on isDomiciledIn.</skos:changeNote>
58
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/LegalEntities/CorporateBodies.rdf version of this ontology was modified to eliminate &apos;body incorporated with guarantee&apos;, it&apos;s child, and &apos;body incorporated by agreement&apos;, which either don&apos;t exist or duplicate other kinds of organizations, such as private companies with limited liability.</skos:changeNote>
59
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/LegalEntities/CorporateBodies.rdf version of this ontology was modified to eliminate unnecessary references, including those that have incorrect datatypes, and remove a reference that doesn&apos;t resolve.</skos:changeNote>
60
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/LegalEntities/CorporateBodies.rdf version of this ontology was modified to revise a dead link.</skos:changeNote>
61
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/CorporateBodies.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>
62
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
63
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
64
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
65
+ </owl:Ontology>
66
+
67
+ <owl:Class rdf:about="&fibo-be-le-cb;BenefitCorporation">
68
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;NotForProfitCorporation"/>
69
+ <rdfs:label>benefit corporation</rdfs:label>
70
+ <skos:definition>not-for-profit corporation set up under specific state legislation, typically to provide some social benefit, without an obligation to maximize shareholder return</skos:definition>
71
+ <cmns-av:explanatoryNote>This is a US-specific type of non-profit corporation defined in recent legislation in a number of states. In California, for example, benefit corporations may be defined as public benefit or mutual benefit corporations, depending on their purpose.</cmns-av:explanatoryNote>
72
+ </owl:Class>
73
+
74
+ <owl:Class rdf:about="&fibo-be-le-cb;CommonInterestDevelopmentCorporation">
75
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;NotForProfitCorporation"/>
76
+ <rdfs:label>common interest development corporation</rdfs:label>
77
+ <skos:definition>not-for-profit corporation set up under specific state legislation as a business entity for homeowners&apos; associations</skos:definition>
78
+ <skos:example rdf:datatype="&xsd;anyURI">http://www.dre.ca.gov/files/pdf/re39.pdf</skos:example>
79
+ <cmns-av:explanatoryNote>A common interest development is typically a type of housing, composed of individually owned units, such as condominiums, townhouses, or single-family homes, that share ownership of common areas, such as swimming pools, landscaping, and parking. Common interest developments (also known as community interest developments or CIDs) are managed by homeowners&apos; associations.</cmns-av:explanatoryNote>
80
+ </owl:Class>
81
+
82
+ <owl:Class rdf:about="&fibo-be-le-cb;Corporation">
83
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
84
+ <rdfs:subClassOf>
85
+ <owl:Restriction>
86
+ <owl:onProperty rdf:resource="&fibo-be-le-cb;isConstitutedBy"/>
87
+ <owl:onClass rdf:resource="&fibo-be-le-cb;InstrumentOfIncorporation"/>
88
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
89
+ </owl:Restriction>
90
+ </rdfs:subClassOf>
91
+ <rdfs:subClassOf>
92
+ <owl:Restriction>
93
+ <owl:onProperty rdf:resource="&fibo-be-le-cb;isIncorporatedIn"/>
94
+ <owl:onClass rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
95
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
96
+ </owl:Restriction>
97
+ </rdfs:subClassOf>
98
+ <rdfs:subClassOf>
99
+ <owl:Restriction>
100
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasLegalName"/>
101
+ <owl:someValuesFrom rdf:resource="&xsd;string"/>
102
+ </owl:Restriction>
103
+ </rdfs:subClassOf>
104
+ <rdfs:label xml:lang="en">corporation</rdfs:label>
105
+ <skos:definition>formal organization that is a legal entity (artificial person) distinct from its owners, created under the jurisdiction of the laws of a state or nation</skos:definition>
106
+ <cmns-av:explanatoryNote>A corporation has three distinguishing characteristics: (1) separation of ownership from management and general liability, i.e., its liability to creditors is limited to its resources, unlike some partnerships and sole proprietorships, (2) the ability to negotiate contracts and own property, and (3) transferable ownership, irrespective of changes in membership or the lifetimes of its stockholders.</cmns-av:explanatoryNote>
107
+ <cmns-av:explanatoryNote>A corporation is managed by or under the direction of a board of directors, which generally determines corporate policy. Officers manage the day-to-day affairs of the corporation.</cmns-av:explanatoryNote>
108
+ <cmns-av:synonym>body corporate</cmns-av:synonym>
109
+ </owl:Class>
110
+
111
+ <owl:Class rdf:about="&fibo-be-le-cb;ForProfitCorporation">
112
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;Corporation"/>
113
+ <rdfs:subClassOf>
114
+ <owl:Restriction>
115
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
116
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;ProfitObjective"/>
117
+ </owl:Restriction>
118
+ </rdfs:subClassOf>
119
+ <rdfs:label>for profit corporation</rdfs:label>
120
+ <owl:disjointWith rdf:resource="&fibo-be-le-cb;NotForProfitCorporation"/>
121
+ <skos:definition>corporation whose objective is to make money, i.e., to ensure realization of a financial benefit such that the amount of revenue gained from a business activity exceeds the expenses, costs and taxes needed to sustain that activity</skos:definition>
122
+ </owl:Class>
123
+
124
+ <owl:Class rdf:about="&fibo-be-le-cb;IncorporationGuarantee">
125
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-cor;Constitution"/>
126
+ <rdfs:subClassOf>
127
+ <owl:Restriction>
128
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
129
+ <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
130
+ </owl:Restriction>
131
+ </rdfs:subClassOf>
132
+ <rdfs:subClassOf>
133
+ <owl:Restriction>
134
+ <owl:onProperty rdf:resource="&fibo-fnd-acc-cur;hasNotionalAmount"/>
135
+ <owl:onClass rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/>
136
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
137
+ </owl:Restriction>
138
+ </rdfs:subClassOf>
139
+ <rdfs:label>incorporation guarantee</rdfs:label>
140
+ <skos:definition>guarantee that is part of the financial basis by which some legal entity is incorporated</skos:definition>
141
+ </owl:Class>
142
+
143
+ <owl:Class rdf:about="&fibo-be-le-cb;InstrumentOfIncorporation">
144
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-cor;Constitution"/>
145
+ <rdfs:subClassOf>
146
+ <owl:Restriction>
147
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isGovernedBy"/>
148
+ <owl:onClass rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
149
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
150
+ </owl:Restriction>
151
+ </rdfs:subClassOf>
152
+ <rdfs:label>instrument of incorporation</rdfs:label>
153
+ <skos:definition>memorandum and articles of association by which some legal entity is established</skos:definition>
154
+ <cmns-av:explanatoryNote>This may be the issuance of shares, the existence of some agreement, guaranties and so on.</cmns-av:explanatoryNote>
155
+ </owl:Class>
156
+
157
+ <owl:Class rdf:about="&fibo-be-le-cb;NotForProfitCorporation">
158
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;Corporation"/>
159
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-fbo;NotForProfitOrganization"/>
160
+ <rdfs:label>not-for-profit corporation</rdfs:label>
161
+ <skos:definition>corporation approved by its jurisdictional oversight and tax authorities as operating for educational, charitable, social, religious, civic or humanitarian purposes</skos:definition>
162
+ <cmns-av:explanatoryNote>A not-for-profit corporation is formed by incorporators, and has a board of directors and officers, but no shareholders. These incorporators, directors and officers may not receive a distribution of (any money from) profits, but officers and management may be paid reasonable salaries for services to the corporation.</cmns-av:explanatoryNote>
163
+ <cmns-av:synonym>non-profit corporation</cmns-av:synonym>
164
+ </owl:Class>
165
+
166
+ <owl:Class rdf:about="&fibo-be-le-cb;StockCorporation">
167
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;Corporation"/>
168
+ <rdfs:label xml:lang="en">stock corporation</rdfs:label>
169
+ <skos:definition>corporation that has shareholders, each of whom receives a portion of the ownership of the corporation through shares of stock</skos:definition>
170
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.oecd.org/corporate/OECD-Corporate-Governance-Factbook.pdf</cmns-av:adaptedFrom>
171
+ <cmns-av:explanatoryNote>The shares in a stock corporation may receive a return on their investment in the form of dividends. Shares are used for voting on matters of corporate policy or to elect directors, at the corporation&apos;s annual meeting and at other meetings of the corporation.</cmns-av:explanatoryNote>
172
+ </owl:Class>
173
+
174
+ <owl:ObjectProperty rdf:about="&fibo-be-le-cb;isConstitutedBy">
175
+ <rdfs:label>is constituted by</rdfs:label>
176
+ <rdfs:domain rdf:resource="&fibo-be-le-cb;Corporation"/>
177
+ <rdfs:range rdf:resource="&fibo-fnd-law-cor;Constitution"/>
178
+ <skos:definition>the instrument by which an entity is incorporated</skos:definition>
179
+ </owl:ObjectProperty>
180
+
181
+ <owl:ObjectProperty rdf:about="&fibo-be-le-cb;isIncorporatedIn">
182
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-lp;isOrganizedIn"/>
183
+ <rdfs:label>is incorporated in</rdfs:label>
184
+ <rdfs:domain rdf:resource="&fibo-be-le-cb;Corporation"/>
185
+ <rdfs:range rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
186
+ <skos:definition>the legal jurisdiction under which the legal entity is incorporated</skos:definition>
187
+ <cmns-av:explanatoryNote>It is the laws of this jurisdiction that cause and allow the legal entity to exist and to incur debt and be sued at law as a legal entity.</cmns-av:explanatoryNote>
188
+ </owl:ObjectProperty>
189
+
190
+ </rdf:RDF>
src/BE/LegalEntities/FormalBusinessOrganizations.rdf ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
5
+ <!ENTITY dct "http://purl.org/dc/terms/">
6
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
7
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
8
+ <!ENTITY fibo-fnd-aap-ppl "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/">
9
+ <!ENTITY fibo-fnd-acc-aeq "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/">
10
+ <!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
11
+ <!ENTITY fibo-fnd-arr-cls "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/">
12
+ <!ENTITY fibo-fnd-arr-id "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/">
13
+ <!ENTITY fibo-fnd-gao-obj "https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/">
14
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
15
+ <!ENTITY fibo-fnd-org-org "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/">
16
+ <!ENTITY fibo-fnd-plc-adr "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/">
17
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
18
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
19
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
20
+ <!ENTITY fibo-fnd-utl-alx "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/">
21
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
22
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
23
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
24
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
25
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
26
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
27
+ ]>
28
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
29
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
30
+ xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
31
+ xmlns:dct="http://purl.org/dc/terms/"
32
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
33
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
34
+ xmlns:fibo-fnd-aap-ppl="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"
35
+ xmlns:fibo-fnd-acc-aeq="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"
36
+ xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
37
+ xmlns:fibo-fnd-arr-cls="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"
38
+ xmlns:fibo-fnd-arr-id="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"
39
+ xmlns:fibo-fnd-gao-obj="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"
40
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
41
+ xmlns:fibo-fnd-org-org="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"
42
+ xmlns:fibo-fnd-plc-adr="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"
43
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
44
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
45
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
46
+ xmlns:fibo-fnd-utl-alx="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/"
47
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
48
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
49
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
50
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
51
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
52
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
53
+
54
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
55
+ <rdfs:label>Formal Business Organizations Ontology</rdfs:label>
56
+ <dct:abstract>This ontology defines formal business organizations and related concepts. The ontology covers parts of organizations, membership, classification, address relations and other properties which are applicable to formal business organizations generally. The concept of a formal business organization forms the basis for articulation of types of organization, both incorporated and non-incorporated, in other FIBO-BE ontologies.</dct:abstract>
57
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
65
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
69
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
70
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/"/>
71
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
72
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
73
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
74
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/FormalBusinessOrganizations/"/>
75
+ <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>
76
+ <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>
77
+ <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>
78
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse.</skos:changeNote>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent.</skos:changeNote>
80
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190701/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate deprecated elements.</skos:changeNote>
81
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate duplication of concepts in LCC, simplify addresses, and correct the parent class of OrganizationSubUnit.</skos:changeNote>
82
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate the redundant hasSignatory property.</skos:changeNote>
83
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to extend the concept of a tax identifier, add a value-added tax identifier, and clean up definitions that were circular or ambiguous.</skos:changeNote>
84
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate unnecessary references, some of which include wrong datatypes.</skos:changeNote>
85
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210601/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to move certain fundamental concepts, such as organizational sub-unit, to FND.</skos:changeNote>
86
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211001/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate deprecated elements.</skos:changeNote>
87
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220601/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to address text formatting hygiene issues.</skos:changeNote>
88
+ <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>
89
+ <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>
90
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
91
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
92
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
93
+ </owl:Ontology>
94
+
95
+ <owl:Class rdf:about="&fibo-be-le-fbo;Branch">
96
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationalSubUnit"/>
97
+ <rdfs:label>branch</rdfs:label>
98
+ <skos:definition>part of a larger organization that might not be co-located with it</skos:definition>
99
+ </owl:Class>
100
+
101
+ <owl:Class rdf:about="&fibo-be-le-fbo;Division">
102
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationalSubUnit"/>
103
+ <rdfs:label>division</rdfs:label>
104
+ <skos:definition>part of an organization, such as a line of business, that may have separate accounting and reporting requirements</skos:definition>
105
+ </owl:Class>
106
+
107
+ <owl:Class rdf:about="&fibo-be-le-fbo;JointVenture">
108
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
109
+ <rdfs:label>joint venture</rdfs:label>
110
+ <skos:definition>legal entity that is formed between parties that pool their resources for the purpose of accomplishing a specific task but otherwise retain their distinct identities</skos:definition>
111
+ <cmns-av:explanatoryNote>In a joint venture, each of the participants is responsible for profits, losses, and costs associated with it. However, the venture is its own entity, separate from the participants&apos; other business interests.</cmns-av:explanatoryNote>
112
+ </owl:Class>
113
+
114
+ <owl:Class rdf:about="&fibo-be-le-fbo;NonGovernmentalOrganization">
115
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-fbo;NotForProfitOrganization"/>
116
+ <rdfs:subClassOf>
117
+ <owl:Restriction>
118
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
119
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;PublicPurpose"/>
120
+ </owl:Restriction>
121
+ </rdfs:subClassOf>
122
+ <rdfs:label>non-governmental organization</rdfs:label>
123
+ <skos:definition>not-for-profit organization that functions independently of government</skos:definition>
124
+ <cmns-av:abbreviation>NGO</cmns-av:abbreviation>
125
+ <cmns-av:explanatoryNote>NGOs, sometimes called civil societies, are organized on community, national and international levels to serve specific social or political purposes, and are cooperative, rather than commercial, in nature.</cmns-av:explanatoryNote>
126
+ <cmns-av:explanatoryNote>Some NGOs avoid formal funding altogether and are run primarily by volunteers. NGOs are highly diverse groups of organizations engaged in a wide range of activities, and take different forms in different parts of the world. Some may have charitable status, while others may be registered for tax exemption based on recognition of social purposes. Others may be fronts for political, religious, or other interests.</cmns-av:explanatoryNote>
127
+ </owl:Class>
128
+
129
+ <owl:Class rdf:about="&fibo-be-le-fbo;NotForProfitOrganization">
130
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
131
+ <rdfs:subClassOf>
132
+ <owl:Restriction>
133
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
134
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;NotForProfitObjective"/>
135
+ </owl:Restriction>
136
+ </rdfs:subClassOf>
137
+ <rdfs:label>not for profit organization</rdfs:label>
138
+ <owl:disjointWith>
139
+ <owl:Restriction>
140
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
141
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;ProfitObjective"/>
142
+ </owl:Restriction>
143
+ </owl:disjointWith>
144
+ <skos:definition>organization that uses its surplus revenues to further achieve its purpose rather than distributing its surplus income to the organization&apos;s owners (directors, investors, and equivalents) as profit / dividends</skos:definition>
145
+ <cmns-av:explanatoryNote>In the US, a nonprofit organization is an association that explicitly is not required to pay taxes on its income. Such organizations are qualified for this exemption due to their socially desirable objective (e.g. hospitals, charitable organizations, etc., or because they meet some set of requirements as determined by the US Internal Revenue Service.</cmns-av:explanatoryNote>
146
+ <cmns-av:explanatoryNote>The nonprofit landscape is highly varied, although many people have come to associate NPOs with charitable organizations. Although charities do comprise an often high profile or visible aspect of the sector, there are many other types of nonprofits. Overall, they tend to be either member-serving or community-serving. Member-serving organizations include mutual societies, cooperatives, trade unions, credit unions, industry associations, sports clubs, retired serviceman&apos;s clubs and other organizations that benefit a particular group of people - the members of the organization. Typically, community-serving organizations are focused on providing services to the community in general, either globally or locally: organizations delivering human services programs or projects, aid and development programs, medical research, education and health services, and so on.</cmns-av:explanatoryNote>
147
+ <cmns-av:synonym>non-profit organization</cmns-av:synonym>
148
+ </owl:Class>
149
+
150
+ <owl:Class rdf:about="&fibo-be-le-fbo;OrganizationCoveringAgreement">
151
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;WrittenContract"/>
152
+ <rdfs:label>organization covering agreement</rdfs:label>
153
+ <skos:definition>contract between the principals in a formal organization that specifies the relationship between the principals, and between the principals and the entity</skos:definition>
154
+ <cmns-av:explanatoryNote>Also covers the aims and purposes of the Entity.</cmns-av:explanatoryNote>
155
+ </owl:Class>
156
+
157
+ <owl:Class rdf:about="&fibo-be-le-fbo;ValueAddedTaxIdentificationNumber">
158
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationIdentifier"/>
159
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;TaxIdentifier"/>
160
+ <rdfs:label>value-added tax identification number</rdfs:label>
161
+ <skos:definition>tax identifier that identifies a taxable person (business) or non-taxable legal entity for a consumption tax that is assessed incrementally, levied on the price of a product or service at each stage of production, distribution, and sale to the end consumer</skos:definition>
162
+ <cmns-av:abbreviation>VATIN</cmns-av:abbreviation>
163
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://ec.europa.eu/taxation_customs/business/vat/eu-vat-rules-topic/vat-identification-numbers_en</cmns-av:adaptedFrom>
164
+ <cmns-av:explanatoryNote>If the ultimate consumer is a business that collects and pays to the government VAT on its products or services, it can reclaim the tax paid. Not all localities require VAT to be charged, and exports are often exempt. VAT is usually implemented as a destination-based tax, where the tax rate is based on the location of the consumer and applied to the sales price.</cmns-av:explanatoryNote>
165
+ <cmns-av:synonym>VAT identification number</cmns-av:synonym>
166
+ <cmns-av:synonym>VAT registration number</cmns-av:synonym>
167
+ </owl:Class>
168
+
169
+ <owl:ObjectProperty rdf:about="&fibo-be-le-fbo;hasEquity">
170
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-utl-alx;hasExpression"/>
171
+ <rdfs:label>has equity</rdfs:label>
172
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
173
+ <rdfs:range rdf:resource="&fibo-fnd-acc-aeq;OwnersEquity"/>
174
+ <skos:definition>indicates owners&apos; equity associated with the entity</skos:definition>
175
+ </owl:ObjectProperty>
176
+
177
+ <owl:ObjectProperty rdf:about="&fibo-be-le-fbo;hasHeadquartersAddress">
178
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-fbo;hasOperatingAddress"/>
179
+ <rdfs:label>has headquarters address</rdfs:label>
180
+ <rdfs:range rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
181
+ <skos:definition>indicates the main address at which communications may be delivered for the organization</skos:definition>
182
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
183
+ </owl:ObjectProperty>
184
+
185
+ <owl:ObjectProperty rdf:about="&fibo-be-le-fbo;hasOperatingAddress">
186
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-plc-adr;hasAddress"/>
187
+ <rdfs:label>has operating address</rdfs:label>
188
+ <rdfs:domain rdf:resource="&fibo-fnd-org-org;Organization"/>
189
+ <rdfs:range rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
190
+ <skos:definition>indicates an address at which an organization carries out operations</skos:definition>
191
+ </owl:ObjectProperty>
192
+
193
+ <owl:ObjectProperty rdf:about="&fibo-be-le-fbo;hasRegisteredAddress">
194
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-plc-adr;hasAddress"/>
195
+ <rdfs:label>has registered address</rdfs:label>
196
+ <rdfs:domain rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
197
+ <rdfs:range rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
198
+ <skos:definition>identifies an address that is officially recorded with some government authority and at which legal papers may be served</skos:definition>
199
+ </owl:ObjectProperty>
200
+
201
+ <owl:Class rdf:about="&fibo-be-le-lp;LegalEntity">
202
+ <rdfs:subClassOf>
203
+ <owl:Restriction>
204
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isGovernedBy"/>
205
+ <owl:onClass rdf:resource="&fibo-be-le-fbo;OrganizationCoveringAgreement"/>
206
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
207
+ </owl:Restriction>
208
+ </rdfs:subClassOf>
209
+ <rdfs:subClassOf>
210
+ <owl:Restriction>
211
+ <owl:onProperty rdf:resource="&cmns-cls;isClassifiedBy"/>
212
+ <owl:onClass rdf:resource="&fibo-fnd-arr-cls;IndustrySectorClassifier"/>
213
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
214
+ </owl:Restriction>
215
+ </rdfs:subClassOf>
216
+ </owl:Class>
217
+
218
+ <owl:Class rdf:about="&fibo-fnd-pty-pty;TaxIdentifier">
219
+ <rdfs:subClassOf>
220
+ <owl:Class>
221
+ <owl:unionOf rdf:parseType="Collection">
222
+ <rdf:Description rdf:about="&fibo-fnd-org-org;OrganizationIdentifier">
223
+ </rdf:Description>
224
+ <rdf:Description rdf:about="&fibo-fnd-aap-ppl;NationalIdentificationNumber">
225
+ </rdf:Description>
226
+ </owl:unionOf>
227
+ </owl:Class>
228
+ </rdfs:subClassOf>
229
+ </owl:Class>
230
+
231
+ </rdf:RDF>
src/BE/LegalEntities/LEIEntities.rdf ADDED
@@ -0,0 +1,508 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-cds "https://www.omg.org/spec/Commons/CodesAndCodeSets/">
5
+ <!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
6
+ <!ENTITY cmns-col "https://www.omg.org/spec/Commons/Collections/">
7
+ <!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
8
+ <!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
9
+ <!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
10
+ <!ENTITY cmns-txt "https://www.omg.org/spec/Commons/TextDatatype/">
11
+ <!ENTITY dct "http://purl.org/dc/terms/">
12
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
13
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
14
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
15
+ <!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
16
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
17
+ <!ENTITY fibo-fnd-org-org "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/">
18
+ <!ENTITY fibo-fnd-plc-adr "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/">
19
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
20
+ <!ENTITY fibo-fnd-qt-qtu "https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/">
21
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
22
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
23
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
24
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
25
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
26
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
27
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
28
+ ]>
29
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
30
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
31
+ xmlns:cmns-cds="https://www.omg.org/spec/Commons/CodesAndCodeSets/"
32
+ xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
33
+ xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
34
+ xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
35
+ xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
36
+ xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
37
+ xmlns:cmns-txt="https://www.omg.org/spec/Commons/TextDatatype/"
38
+ xmlns:dct="http://purl.org/dc/terms/"
39
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
40
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
41
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
42
+ xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
43
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
44
+ xmlns:fibo-fnd-org-org="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"
45
+ xmlns:fibo-fnd-plc-adr="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"
46
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
47
+ xmlns:fibo-fnd-qt-qtu="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"
48
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
49
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
50
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
51
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
52
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
53
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
54
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
55
+
56
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
57
+ <rdfs:label>Legal Entity Identifier (LEI) Entities Ontology</rdfs:label>
58
+ <dct:abstract>This ontology defines concepts around contractually capable business entities. The terms defined here are those which are relevant to the Legal Entity Identifier (LEI) work. The term known as legal entity in that work is identified as a formal organization which is recognized in some jurisdiction as being capable of incurring some liability, whether or not is a legal person as understood by the legal community. This is labeled as contractually capable entity, to avoid confusion with the accepted legal term for Legal Entity. Such entities are recognized as requiring an LEI, but the identifier itself is allocated to the formal organization which is recognized as being contractually capable.</dct:abstract>
59
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
65
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
69
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
70
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
71
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
72
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/CodesAndCodeSets/"/>
73
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
74
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualDesignators/"/>
75
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Designators/"/>
76
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
77
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/TextDatatype/"/>
78
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/LEIEntities/"/>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/LEIEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
80
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20150201/LegalEntities/LEIEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.1 RTF report. Changes include deprecation of the MunicipalEntity, Sovereign, and SupranationalEntity classes and making them equivalent to classes in the Government Entities ontology.</skos:changeNote>
81
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160801/LegalEntities/LEIEntities.rdf version of this ontology was modified to incorporate LEIEligibleEntity and LEIRegisteredEntity, as well as add restrictions in support of the ISO 17442 LEI effort and related changes to the GLEIF Common Data Format for the FIBO 2.0 RFC.</skos:changeNote>
82
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/LegalEntities/LEIEntities.rdf version of this ontology was modified to deprecate LEIEligibleEntity as a part of a simplification strategy for the organizational class hierarchy, to support GLEIF LEI Level 2 ownership relationships, and eliminate a circular dependency with government entities by removing elements that had been deprecated for the last several FIBO revisions (municipal entity, sovereign, and supranational entity).</skos:changeNote>
83
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190301/LegalEntities/LEIEntities.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent.</skos:changeNote>
84
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190701/LegalEntities/LEIEntities.rdf version of this ontology was revised to eliminate deprecated elements.</skos:changeNote>
85
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/LEIEntities.rdf version of this ontology was revised to eliminate duplication with concepts in LCC and to correct the parent of relationship record.</skos:changeNote>
86
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/LegalEntities/LEIEntities.rdf version of this ontology was revised to clean up circular definitions and augment it to incorporate the Text datatype and structure names, including eliminating redundant restrictions on LegalEntity.</skos:changeNote>
87
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210601/LegalEntities/LEIEntities.rdf version of this ontology was revised to reflect the move of some organization-specific concepts from BE to FND.</skos:changeNote>
88
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210901/LegalEntities/LEIEntities.rdf version of this ontology was revised to change the restriction on EntityLegalForm from identifies to denotes, in line with the definition of a code as opposed to an identifier, given the nature of an entity legal form.</skos:changeNote>
89
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211001/LegalEntities/LEIEntities.rdf version of this ontology was revised to address text formatting hygiene issues.</skos:changeNote>
90
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/LEIEntities.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>
91
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/LEIEntities.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
92
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
93
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
94
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
95
+ </owl:Ontology>
96
+
97
+ <owl:Class rdf:about="&fibo-be-le-lei;AccountingFramework">
98
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lei;RelationshipQualifier"/>
99
+ <rdfs:label>accounting framework</rdfs:label>
100
+ <skos:definition>framework, including policies, methods, rules, and processes, used to measure, recognize, present, and disclose the information appearing in an entity&apos;s financial statements, and, from a legal ownership perspective, that is applied for accounting consolidation determination</skos:definition>
101
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
102
+ </owl:Class>
103
+
104
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;AccountingPeriod">
105
+ <rdf:type rdf:resource="&fibo-be-le-lei;RelationshipPeriodQualifier"/>
106
+ <rdfs:label>accounting period</rdfs:label>
107
+ <skos:definition>qualifier indicating that the relationship period reflects the period of time covered by the most recent validation documents from an accounting perspective for this relationship</skos:definition>
108
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
109
+ </owl:NamedIndividual>
110
+
111
+ <owl:Class rdf:about="&fibo-be-le-lei;ContractuallyCapableEntity">
112
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-rl;AgentInRole"/>
113
+ <rdfs:subClassOf>
114
+ <owl:Restriction>
115
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
116
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegalEntity"/>
117
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
118
+ </owl:Restriction>
119
+ </rdfs:subClassOf>
120
+ <rdfs:label>contractually capable entity</rdfs:label>
121
+ <skos:definition>a unique entity that is legally or financially responsible for the performance of financial transactions, or has the legal right in its jurisdiction to enter independently into legal contracts, regardless of whether it is incorporated or constituted in some other way (e.g. trust, partnership, contractual). This excludes natural persons, but includes governmental organizations and supranationals.</skos:definition>
122
+ <cmns-av:adaptedFrom>ISO 17442</cmns-av:adaptedFrom>
123
+ </owl:Class>
124
+
125
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;DocumentFilingPeriod">
126
+ <rdf:type rdf:resource="&fibo-be-le-lei;RelationshipPeriodQualifier"/>
127
+ <rdfs:label>document filing period</rdfs:label>
128
+ <skos:definition>a qualifier indicating that the relationship period reflects the validity period for any regulatory filing, accounting document, other document demonstrating the relationship&apos;s validity</skos:definition>
129
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
130
+ </owl:NamedIndividual>
131
+
132
+ <owl:Class rdf:about="&fibo-be-le-lei;EntityLegalForm">
133
+ <rdfs:subClassOf rdf:resource="&cmns-cls;Classifier"/>
134
+ <rdfs:subClassOf>
135
+ <owl:Restriction>
136
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasLegalFormAbbreviation"/>
137
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
138
+ <owl:onDataRange rdf:resource="&cmns-txt;Text"/>
139
+ </owl:Restriction>
140
+ </rdfs:subClassOf>
141
+ <rdfs:subClassOf>
142
+ <owl:Restriction>
143
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasTransliteratedLegalFormAbbreviation"/>
144
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
145
+ <owl:onDataRange rdf:resource="&cmns-txt;Text"/>
146
+ </owl:Restriction>
147
+ </rdfs:subClassOf>
148
+ <rdfs:subClassOf>
149
+ <owl:Restriction>
150
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasTransliteratedName"/>
151
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
152
+ <owl:onDataRange rdf:resource="&cmns-txt;Text"/>
153
+ </owl:Restriction>
154
+ </rdfs:subClassOf>
155
+ <rdfs:subClassOf>
156
+ <owl:Restriction>
157
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasTextualName"/>
158
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
159
+ <owl:onDataRange rdf:resource="&cmns-txt;Text"/>
160
+ </owl:Restriction>
161
+ </rdfs:subClassOf>
162
+ <rdfs:subClassOf>
163
+ <owl:Restriction>
164
+ <owl:onProperty rdf:resource="&cmns-cls;classifies"/>
165
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;LegalPerson"/>
166
+ </owl:Restriction>
167
+ </rdfs:subClassOf>
168
+ <rdfs:subClassOf>
169
+ <owl:Restriction>
170
+ <owl:onProperty rdf:resource="&cmns-cxtdsg;isApplicableIn"/>
171
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
172
+ </owl:Restriction>
173
+ </rdfs:subClassOf>
174
+ <rdfs:subClassOf>
175
+ <owl:Restriction>
176
+ <owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
177
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lei;EntityLegalFormScheme"/>
178
+ </owl:Restriction>
179
+ </rdfs:subClassOf>
180
+ <rdfs:label>entity legal form</rdfs:label>
181
+ <skos:definition>a classifier for a legal entity that indicates the nature of that entity as defined from a legal or regulatory perspective, in the jurisdiction in which it was established</skos:definition>
182
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
183
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en</cmns-av:adaptedFrom>
184
+ </owl:Class>
185
+
186
+ <owl:Class rdf:about="&fibo-be-le-lei;EntityLegalFormIdentifier">
187
+ <rdfs:subClassOf rdf:resource="&cmns-cds;CodeElement"/>
188
+ <rdfs:subClassOf>
189
+ <owl:Restriction>
190
+ <owl:onProperty rdf:resource="&cmns-dsg;denotes"/>
191
+ <owl:onClass rdf:resource="&fibo-be-le-lei;EntityLegalForm"/>
192
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
193
+ </owl:Restriction>
194
+ </rdfs:subClassOf>
195
+ <rdfs:subClassOf>
196
+ <owl:Restriction>
197
+ <owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
198
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lei;EntityLegalFormScheme"/>
199
+ </owl:Restriction>
200
+ </rdfs:subClassOf>
201
+ <rdfs:label>entity legal form identifier</rdfs:label>
202
+ <skos:definition>code that denotes an entity legal form as defined in ISO 20275</skos:definition>
203
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list</cmns-av:adaptedFrom>
204
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en</cmns-av:adaptedFrom>
205
+ </owl:Class>
206
+
207
+ <owl:Class rdf:about="&fibo-be-le-lei;EntityLegalFormScheme">
208
+ <rdfs:subClassOf rdf:resource="&cmns-cls;ClassificationScheme"/>
209
+ <rdfs:subClassOf rdf:resource="&cmns-cds;CodeSet"/>
210
+ <rdfs:subClassOf>
211
+ <owl:Restriction>
212
+ <owl:onProperty rdf:resource="&cmns-dsg;defines"/>
213
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lei;EntityLegalFormIdentifier"/>
214
+ </owl:Restriction>
215
+ </rdfs:subClassOf>
216
+ <rdfs:label>entity legal form scheme</rdfs:label>
217
+ <skos:definition>scheme that specifies the elements of the codes for entity legal forms, such as those that are sanctioned in a given jurisdiction as defined in ISO 20725</skos:definition>
218
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list</cmns-av:adaptedFrom>
219
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en</cmns-av:adaptedFrom>
220
+ </owl:Class>
221
+
222
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;GenerallyAcceptedAccountingPrinciples">
223
+ <rdf:type rdf:resource="&fibo-be-le-lei;AccountingFramework"/>
224
+ <rdfs:label>Generally Accepted Accounting Principles</rdfs:label>
225
+ <rdfs:seeAlso rdf:resource="https://www.fasb.org/home"/>
226
+ <skos:definition>an accounting framework developed by the US Financial Accounting Standards Board (FASB)</skos:definition>
227
+ <cmns-av:abbreviation>GAAP</cmns-av:abbreviation>
228
+ <cmns-av:abbreviation>US GAAP</cmns-av:abbreviation>
229
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
230
+ </owl:NamedIndividual>
231
+
232
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;ISO17442-CodeSet">
233
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifierScheme"/>
234
+ <rdfs:label>ISO 17442 code set</rdfs:label>
235
+ <skos:definition>the set of legal entity identifiers that comprise the ISO 17442 legal entity identifier specification</skos:definition>
236
+ <cmns-av:synonym>GLEIF LEI CDF v2.1 legal entity identifier (LEI) code set</cmns-av:synonym>
237
+ </owl:NamedIndividual>
238
+
239
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;ISO20275-CodeSet">
240
+ <rdf:type rdf:resource="&fibo-be-le-lei;EntityLegalFormScheme"/>
241
+ <rdfs:label>ISO 20275 code set</rdfs:label>
242
+ <skos:definition>the set of entity legal form identifiers that comprise the ISO 20275 entity legal form specification</skos:definition>
243
+ <cmns-av:synonym>entity legal form (ELF) code set</cmns-av:synonym>
244
+ </owl:NamedIndividual>
245
+
246
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;InternationalFinancialReportingStandard">
247
+ <rdf:type rdf:resource="&fibo-be-le-lei;AccountingFramework"/>
248
+ <rdfs:label>International Financial Reporting Standard</rdfs:label>
249
+ <rdfs:seeAlso rdf:resource="https://www.ifrs.org/"/>
250
+ <skos:definition>an accounting framework developed by the International Accounting Standards Board (IASB)</skos:definition>
251
+ <cmns-av:abbreviation>IFRS</cmns-av:abbreviation>
252
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
253
+ </owl:NamedIndividual>
254
+
255
+ <owl:Class rdf:about="&fibo-be-le-lei;LEIRegisteredEntity">
256
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalPerson"/>
257
+ <rdfs:label>LEI registered entity</rdfs:label>
258
+ <owl:equivalentClass>
259
+ <owl:Restriction>
260
+ <owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
261
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
262
+ </owl:Restriction>
263
+ </owl:equivalentClass>
264
+ <skos:definition>a legal person that has registered for and is identified by a legal entity identifier</skos:definition>
265
+ <cmns-av:explanatoryNote>Note that the GLEIF data includes multiple LEIs for some entities due to corporate actions or other situations. The duplicates are typically archived after some period of time, but in order to reflect the reality in the data, the restriction is modeled as someValuesFrom rather than exactly 1 LEI for a given entity.</cmns-av:explanatoryNote>
266
+ </owl:Class>
267
+
268
+ <owl:Class rdf:about="&fibo-be-le-lei;LegalEntityIdentifier">
269
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationIdentifier"/>
270
+ <rdfs:subClassOf>
271
+ <owl:Restriction>
272
+ <owl:onProperty rdf:resource="&cmns-id;identifies"/>
273
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegalPerson"/>
274
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
275
+ </owl:Restriction>
276
+ </rdfs:subClassOf>
277
+ <rdfs:subClassOf>
278
+ <owl:Restriction>
279
+ <owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
280
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lei;LegalEntityIdentifierScheme"/>
281
+ </owl:Restriction>
282
+ </rdfs:subClassOf>
283
+ <rdfs:label>legal entity identifier</rdfs:label>
284
+ <skos:definition>an organization identifier that uniquely identifies a legal person as defined in ISO 17442</skos:definition>
285
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
286
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.iso.org/standard/59771.html</cmns-av:adaptedFrom>
287
+ </owl:Class>
288
+
289
+ <owl:Class rdf:about="&fibo-be-le-lei;LegalEntityIdentifierScheme">
290
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationIdentificationScheme"/>
291
+ <rdfs:subClassOf>
292
+ <owl:Restriction>
293
+ <owl:onProperty rdf:resource="&cmns-dsg;defines"/>
294
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
295
+ </owl:Restriction>
296
+ </rdfs:subClassOf>
297
+ <rdfs:label>legal entity identifier scheme</rdfs:label>
298
+ <skos:definition>a scheme that specifies the elements of an unambiguous legal entity identifier (LEI) scheme to identify the legal entities relevant to any financial transaction</skos:definition>
299
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
300
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.iso.org/standard/59771.html</cmns-av:adaptedFrom>
301
+ </owl:Class>
302
+
303
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;OtherAccountingFramework">
304
+ <rdf:type rdf:resource="&fibo-be-le-lei;AccountingFramework"/>
305
+ <rdfs:label>other accounting framework</rdfs:label>
306
+ <rdfs:seeAlso rdf:resource="https://www.ifrs.org/"/>
307
+ <skos:definition>an accounting framework of unstated origin (other than IFRS or US GAAP)</skos:definition>
308
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
309
+ </owl:NamedIndividual>
310
+
311
+ <owl:Class rdf:about="&fibo-be-le-lei;RelationshipPeriodQualifier">
312
+ <rdfs:subClassOf rdf:resource="&cmns-cls;Classifier"/>
313
+ <rdfs:label>relationship period qualifier</rdfs:label>
314
+ <skos:definition>a classifier that qualifies something about the reporting period specified, such as that the date period reflects an accounting or document filing period</skos:definition>
315
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
316
+ </owl:Class>
317
+
318
+ <owl:Class rdf:about="&fibo-be-le-lei;RelationshipQualifier">
319
+ <rdfs:subClassOf rdf:resource="&cmns-cls;Classifier"/>
320
+ <rdfs:label>relationship qualifier</rdfs:label>
321
+ <skos:definition>a classifier that qualifies something about the relationship between consolidated entities during the reporting period, such as the accounting framework used</skos:definition>
322
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
323
+ </owl:Class>
324
+
325
+ <owl:Class rdf:about="&fibo-be-le-lei;RelationshipRecord">
326
+ <rdfs:subClassOf rdf:resource="&cmns-col;Constituent"/>
327
+ <rdfs:subClassOf>
328
+ <owl:Restriction>
329
+ <owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isQualifiedBy"/>
330
+ <owl:onClass rdf:resource="&fibo-be-le-lei;RelationshipQualifier"/>
331
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
332
+ </owl:Restriction>
333
+ </rdfs:subClassOf>
334
+ <rdfs:subClassOf>
335
+ <owl:Restriction>
336
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;isQuantifiedBy"/>
337
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
338
+ <owl:onDataRange rdf:resource="&xsd;decimal"/>
339
+ </owl:Restriction>
340
+ </rdfs:subClassOf>
341
+ <rdfs:label>relationship record</rdfs:label>
342
+ <skos:definition>a record describing relationships between legal entities</skos:definition>
343
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
344
+ </owl:Class>
345
+
346
+ <owl:Class rdf:about="&fibo-be-le-lei;RelationshipStatus">
347
+ <rdfs:subClassOf rdf:resource="&cmns-cls;Classifier"/>
348
+ <rdfs:label>relationship status</rdfs:label>
349
+ <owl:equivalentClass>
350
+ <owl:Class>
351
+ <owl:oneOf rdf:parseType="Collection">
352
+ <rdf:Description rdf:about="&fibo-be-le-lei;RelationshipStatusActive">
353
+ </rdf:Description>
354
+ <rdf:Description rdf:about="&fibo-be-le-lei;RelationshipStatusInactive">
355
+ </rdf:Description>
356
+ </owl:oneOf>
357
+ </owl:Class>
358
+ </owl:equivalentClass>
359
+ <skos:definition>a classifier that specifies the status of the relationship between consolidated entities during the reporting period (active or inactive)</skos:definition>
360
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
361
+ </owl:Class>
362
+
363
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;RelationshipStatusActive">
364
+ <rdf:type rdf:resource="&fibo-be-le-lei;RelationshipStatus"/>
365
+ <rdfs:label>relationship status - active</rdfs:label>
366
+ <skos:definition>status indicating that as of the last report or update, the reporting legal entity reported that it is legally registered and/or operating, and that the relationship detailed in this relationship record is still valid</skos:definition>
367
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
368
+ </owl:NamedIndividual>
369
+
370
+ <owl:NamedIndividual rdf:about="&fibo-be-le-lei;RelationshipStatusInactive">
371
+ <rdf:type rdf:resource="&fibo-be-le-lei;RelationshipStatus"/>
372
+ <rdfs:label>relationship status - inactive</rdfs:label>
373
+ <skos:definition>status indicating that it has been determined that the relationship ended, e.g. because entity that reported this relationship is no longer legally registered and/or operating; or the relationship is no longer valid for other reasons</skos:definition>
374
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
375
+ </owl:NamedIndividual>
376
+
377
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;hasLegalAddress">
378
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-fbo;hasRegisteredAddress"/>
379
+ <rdfs:label>has legal address</rdfs:label>
380
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
381
+ <rdfs:range rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
382
+ <skos:definition>indicates the legal address for the entity, in the jurisdiction in which the entity is established, used for registration purposes with respect to obtaining an LEI</skos:definition>
383
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
384
+ </owl:ObjectProperty>
385
+
386
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;hasLegalForm">
387
+ <rdfs:subPropertyOf rdf:resource="&cmns-cls;isClassifiedBy"/>
388
+ <rdfs:label>has legal form</rdfs:label>
389
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
390
+ <rdfs:range rdf:resource="&fibo-be-le-lei;EntityLegalForm"/>
391
+ <skos:definition>indicates the nature of the entity as defined from a legal or regulatory perspective in a given jurisdiction</skos:definition>
392
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
393
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en</cmns-av:adaptedFrom>
394
+ </owl:ObjectProperty>
395
+
396
+ <owl:DatatypeProperty rdf:about="&fibo-be-le-lei;hasLegalFormAbbreviation">
397
+ <rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
398
+ <rdfs:label>has legal form abbreviation</rdfs:label>
399
+ <skos:definition>the precise abbreviation for the entity legal form as defined in the jurisdiction in which it is registered, for example LLC, LLP, Ltd, PLC, Corp.</skos:definition>
400
+ </owl:DatatypeProperty>
401
+
402
+ <owl:DatatypeProperty rdf:about="&fibo-be-le-lei;hasOwnershipPercentage">
403
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-lei;isQuantifiedBy"/>
404
+ <rdfs:label>has ownership percentage</rdfs:label>
405
+ <rdfs:range rdf:resource="&xsd;decimal"/>
406
+ <skos:definition>the percentage ownership interest in the owned entity owned by owning entity, if known</skos:definition>
407
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
408
+ </owl:DatatypeProperty>
409
+
410
+ <owl:DatatypeProperty rdf:about="&fibo-be-le-lei;hasTransliteratedLegalFormAbbreviation">
411
+ <rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
412
+ <rdfs:label>has transliterated legal form abbreviation</rdfs:label>
413
+ <skos:definition>a transliterated (i.e., in Latin or Romanized ASCII) representation of the abbreviation for the entity legal form</skos:definition>
414
+ </owl:DatatypeProperty>
415
+
416
+ <owl:DatatypeProperty rdf:about="&fibo-be-le-lei;hasTransliteratedName">
417
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;hasTextualName"/>
418
+ <rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
419
+ <rdfs:label>has transliterated name</rdfs:label>
420
+ <skos:definition>a transliterated (i.e., in Latin or Romanized ASCII) representation of a name for the entity</skos:definition>
421
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
422
+ </owl:DatatypeProperty>
423
+
424
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;isConsolidatedBy">
425
+ <rdfs:label>is consolidated by</rdfs:label>
426
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalEntity"/>
427
+ <skos:definition>indicates the entity considered the &apos;end node&apos; or consolidating entity (parent) from an ISO 17442 perspective</skos:definition>
428
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
429
+ </owl:ObjectProperty>
430
+
431
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;isConsolidationOf">
432
+ <rdfs:subPropertyOf rdf:resource="&cmns-col;comprises"/>
433
+ <rdfs:label>is consolidation of</rdfs:label>
434
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalEntity"/>
435
+ <skos:definition>indicates the entity considered the &apos;start node&apos; or consolidated entity from an ISO 17442 perspective</skos:definition>
436
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
437
+ </owl:ObjectProperty>
438
+
439
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;isDirectlyConsolidatedBy">
440
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-lei;isConsolidatedBy"/>
441
+ <rdfs:label>is directly consolidated by</rdfs:label>
442
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalEntity"/>
443
+ <skos:definition>indicates that the entity considered the &apos;end node&apos; or consolidating entity (parent) fully consolidates the accounting of the &apos;start node&apos; (child) per the accounting rules specified, and is the closest consolidating entity to that child in any applicable ownership hierarchy</skos:definition>
444
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
445
+ </owl:ObjectProperty>
446
+
447
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;isInternationalBranchOf">
448
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-lei;isConsolidatedBy"/>
449
+ <rdfs:label>is an international branch of</rdfs:label>
450
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalEntity"/>
451
+ <skos:definition>indicates that the entity considered the &apos;start node&apos; or consolidated entity (child) is an international subsidiary of the &apos;end node&apos; (parent) in the jurisdiction of the child</skos:definition>
452
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
453
+ </owl:ObjectProperty>
454
+
455
+ <owl:DatatypeProperty rdf:about="&fibo-be-le-lei;isQuantifiedBy">
456
+ <rdfs:label>is quantified by</rdfs:label>
457
+ <rdfs:range rdf:resource="&xsd;decimal"/>
458
+ <skos:definition>indicates that something is limited to or conditional due to some rate or other statistical value</skos:definition>
459
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
460
+ </owl:DatatypeProperty>
461
+
462
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lei;isUltimatelyConsolidatedBy">
463
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-lei;isConsolidatedBy"/>
464
+ <rdfs:label>is ultimately consolidated by</rdfs:label>
465
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalEntity"/>
466
+ <skos:definition>indicates that the entity considered the &apos;end node&apos; or consolidating entity (parent) fully consolidates the accounting of the &apos;start node&apos; (child) per the accounting rules specified, and is the most distant consolidating entity to that child in any applicable ownership hierarchy</skos:definition>
467
+ <cmns-av:adaptedFrom>GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format#</cmns-av:adaptedFrom>
468
+ </owl:ObjectProperty>
469
+
470
+ <owl:Class rdf:about="&fibo-be-le-lp;LegalEntity">
471
+ <rdfs:subClassOf>
472
+ <owl:Restriction>
473
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasLegalForm"/>
474
+ <owl:onClass rdf:resource="&fibo-be-le-lei;EntityLegalForm"/>
475
+ <owl:maxQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxQualifiedCardinality>
476
+ </owl:Restriction>
477
+ </rdfs:subClassOf>
478
+ <rdfs:subClassOf>
479
+ <owl:Restriction>
480
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasLegalAddress"/>
481
+ <owl:onClass rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
482
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
483
+ </owl:Restriction>
484
+ </rdfs:subClassOf>
485
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</cmns-av:adaptedFrom>
486
+ </owl:Class>
487
+
488
+ <owl:Class rdf:about="&fibo-be-le-lp;LegalPerson">
489
+ <rdfs:subClassOf>
490
+ <owl:Restriction>
491
+ <owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
492
+ <owl:onClass rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
493
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
494
+ </owl:Restriction>
495
+ </rdfs:subClassOf>
496
+ </owl:Class>
497
+
498
+ <owl:Class rdf:about="&fibo-fnd-org-org;OrganizationName">
499
+ <rdfs:subClassOf>
500
+ <owl:Restriction>
501
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasTransliteratedName"/>
502
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
503
+ <owl:onDataRange rdf:resource="&cmns-txt;Text"/>
504
+ </owl:Restriction>
505
+ </rdfs:subClassOf>
506
+ </owl:Class>
507
+
508
+ </rdf:RDF>
src/BE/LegalEntities/LegalPersons.rdf ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
5
+ <!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
6
+ <!ENTITY dct "http://purl.org/dc/terms/">
7
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
8
+ <!ENTITY fibo-fnd-aap-ppl "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/">
9
+ <!ENTITY fibo-fnd-agr-agr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/">
10
+ <!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
11
+ <!ENTITY fibo-fnd-gao-obj "https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/">
12
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
13
+ <!ENTITY fibo-fnd-law-lcap "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/">
14
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
15
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
16
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
17
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
18
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
19
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
20
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
21
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
22
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
23
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
24
+ ]>
25
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
26
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
27
+ xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
28
+ xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
29
+ xmlns:dct="http://purl.org/dc/terms/"
30
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
31
+ xmlns:fibo-fnd-aap-ppl="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"
32
+ xmlns:fibo-fnd-agr-agr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"
33
+ xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
34
+ xmlns:fibo-fnd-gao-obj="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"
35
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
36
+ xmlns:fibo-fnd-law-lcap="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"
37
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
38
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
39
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
40
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
41
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
42
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
43
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
44
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
45
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
46
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
47
+
48
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
49
+ <rdfs:label>Legal Persons Ontology</rdfs:label>
50
+ <dct:abstract>This ontology defines legal personhood concepts. A legal person as defined here is any natural person or organization which is capable of accruing liability on its own part.</dct:abstract>
51
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
63
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
64
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualDesignators/"/>
65
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
66
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230401/LegalEntities/LegalPersons/"/>
67
+ <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>
68
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/LegalEntities/LegalPersons.rdf version of this ontology was modified per the FIBO 2.0 RFC to normalize restrictions on business license.</skos:changeNote>
69
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/LegalEntities/LegalPersons.rdf version of this ontology was modified to rationalize natural person and legally capable person in a new concept, namely legally competent natural person, simplify / merge the legal person and formal organization class hierarchies, and correct certain definitions, including power of attorney.</skos:changeNote>
70
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20181201/LegalEntities/LegalPersons.rdf version of this ontology was modified to move business objective to FND to enable higher level reuse.</skos:changeNote>
71
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/LegalEntities/LegalPersons.rdf version of this ontology was modified to eliminate deprecated elements.</skos:changeNote>
72
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/LegalPersons.rdf version of this ontology was modified to clarify the definition of legal person.</skos:changeNote>
73
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200101/LegalEntities/LegalPersons.rdf version of this ontology was modified to move the concept of a signatory and related properties to the executives ontology for better semantic integration.</skos:changeNote>
74
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/LegalEntities/LegalPersons.rdf version of this ontology was modified to augment the definition of a contract party to be a legal person.</skos:changeNote>
75
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/LegalEntities/LegalPersons.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve.</skos:changeNote>
76
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/LegalEntities/LegalPersons.rdf version of this ontology was modified to make legal person a subclass of independent party rather than autonomous agent.</skos:changeNote>
77
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/LegalEntities/LegalPersons.rdf version of this ontology was modified to fix spelling errors.</skos:changeNote>
78
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/LegalEntities/LegalPersons.rdf version of this ontology was modified to incorporate the concept of employment, required to support regulatory reporting, and add the concept of a special purpose vehicle.</skos:changeNote>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/LegalEntities/LegalPersons.rdf version of this ontology was modified to address text formatting hygiene issues.</skos:changeNote>
80
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/LegalPersons.rdf version of this ontology was modified to add the definition of a variable interest entity and eliminate or loosen restrictions that are unnecessarily burdensome on FIBO users, such as that a legal person has liability capacity, which is true by definition but would never be realized when mapped to any data source.</skos:changeNote>
81
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20221201/LegalEntities/LegalPersons.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>
82
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/LegalPersons.rdf version of the ontology was modified to move the property, &apos;is conferred on&apos; from Relations to the Legal Capacity ontology.</skos:changeNote>
83
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/LegalPersons.rdf version of the ontology was modified to add a French label to special purpose vehicle.</skos:changeNote>
84
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
85
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
86
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
87
+ </owl:Ontology>
88
+
89
+ <owl:Class rdf:about="&fibo-be-le-lp;BusinessEntity">
90
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
91
+ <rdfs:subClassOf>
92
+ <owl:Restriction>
93
+ <owl:onProperty rdf:resource="&fibo-fnd-gao-obj;hasObjective"/>
94
+ <owl:onClass rdf:resource="&fibo-fnd-gao-obj;BusinessObjective"/>
95
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
96
+ </owl:Restriction>
97
+ </rdfs:subClassOf>
98
+ <rdfs:subClassOf>
99
+ <owl:Restriction>
100
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;holds"/>
101
+ <owl:onClass rdf:resource="&fibo-fnd-law-lcap;License"/>
102
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
103
+ </owl:Restriction>
104
+ </rdfs:subClassOf>
105
+ <rdfs:label>business entity</rdfs:label>
106
+ <skos:definition>entity that is formed and administered as per commercial law in order to engage in business activities</skos:definition>
107
+ <cmns-av:explanatoryNote>There are many types of business entities defined in the legal systems of various countries. These include corporations, cooperatives, partnerships, sole proprietorships, sole traders, limited liability companies, certain trusts and trust companies, and so forth. The rules vary by country and by state or province. Some of the more widely recognized types in the US, UK, and EU are defined in FIBO, by region. However, the regulations governing particular types of entity, even those described as roughly equivalent, differ from jurisdiction to jurisdiction.</cmns-av:explanatoryNote>
108
+ </owl:Class>
109
+
110
+ <owl:Class rdf:about="&fibo-be-le-lp;BusinessLicense">
111
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-lcap;License"/>
112
+ <rdfs:subClassOf>
113
+ <owl:Restriction>
114
+ <owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
115
+ <owl:onClass rdf:resource="&fibo-be-le-lp;BusinessEntity"/>
116
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
117
+ </owl:Restriction>
118
+ </rdfs:subClassOf>
119
+ <rdfs:subClassOf>
120
+ <owl:Restriction>
121
+ <owl:onProperty rdf:resource="&fibo-be-le-lp;isRecognizedIn"/>
122
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
123
+ </owl:Restriction>
124
+ </rdfs:subClassOf>
125
+ <rdfs:label>business license</rdfs:label>
126
+ <skos:definition>license that allows the holder to conduct business or carry out a specific profession within some jurisdiction for some period of time</skos:definition>
127
+ </owl:Class>
128
+
129
+ <owl:Class rdf:about="&fibo-be-le-lp;CharteredLegalPerson">
130
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
131
+ <rdfs:label>chartered legal person</rdfs:label>
132
+ <skos:definition>a legal person created by a royal charter or decree</skos:definition>
133
+ <skos:example>Anything with &apos;Royal Institute&apos; in the name. Also universities are generally set up by royal charter in a monarchy or principality, (often pre-dating any Privy Council i.e. directly be the monarch in the case of older universities). The Bank of England and the British Broadcasting Council (BBC) are also incorporated through Royal Charter.</skos:example>
134
+ <cmns-av:explanatoryNote>In a monarchy or principality, the monarch typically vests the power to create such bodies, in an entity called (for example) the Privy Council.</cmns-av:explanatoryNote>
135
+ </owl:Class>
136
+
137
+ <owl:Class rdf:about="&fibo-be-le-lp;LegalEntity">
138
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalPerson"/>
139
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
140
+ <rdfs:subClassOf>
141
+ <owl:Restriction>
142
+ <owl:onProperty rdf:resource="&fibo-be-le-lp;isOrganizedIn"/>
143
+ <owl:onClass rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
144
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
145
+ </owl:Restriction>
146
+ </rdfs:subClassOf>
147
+ <rdfs:label>legal entity</rdfs:label>
148
+ <owl:disjointWith rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
149
+ <skos:definition>legal person that is a partnership, corporation, or other organization having the capacity to negotiate contracts, assume financial obligations, and pay off debts, organized under the laws of some jurisdiction</skos:definition>
150
+ <skos:example>Examples of eligible legal entities include, without limitation:
151
+ - all financial intermediaries;
152
+ - banks and finance companies;
153
+ - all entities that issue equity, debt or other securities for other capital structures;
154
+ - all entities listed on an exchange;
155
+ - all entities that trade stock or debt, investment vehicles, including mutual funds, pension funds and alternative investment vehicles constituted as corporate entities or collective investment agreements (including umbrella funds as well as funds under an umbrella structure, hedge funds, private equity funds, etc.);
156
+ - all entities under the purview of a financial regulator and their affiliates, subsidiaries and holding companies;
157
+ - counterparties to financial transactions.</skos:example>
158
+ <skos:scopeNote>The term &apos;legal entities&apos; includes, but is not limited to, unique parties that are legally or financially responsible for the performance of financial transactions or have the legal right in their jurisdiction to enter independently into legal contracts, regardless of whether they are incorporated or constituted in some other way (e.g. trust, partnership, contractual). It excludes natural persons, but includes governmental organizations and supranationals.</skos:scopeNote>
159
+ <cmns-av:adaptedFrom>ISO 17442, Financial services - Legal Entity Identifier (LEI), first edition, 2012-06-01, section 3.1</cmns-av:adaptedFrom>
160
+ <cmns-av:synonym>artificial person</cmns-av:synonym>
161
+ <cmns-av:synonym>juridical entity</cmns-av:synonym>
162
+ <cmns-av:synonym>juridical person</cmns-av:synonym>
163
+ <cmns-av:synonym>juristic person</cmns-av:synonym>
164
+ </owl:Class>
165
+
166
+ <owl:Class rdf:about="&fibo-be-le-lp;LegalPerson">
167
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
168
+ <rdfs:subClassOf>
169
+ <owl:Restriction>
170
+ <owl:onProperty rdf:resource="&fibo-be-le-lp;isRecognizedIn"/>
171
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
172
+ </owl:Restriction>
173
+ </rdfs:subClassOf>
174
+ <rdfs:label xml:lang="en">legal person</rdfs:label>
175
+ <skos:definition>autonomous agent that is recognized as having rights and obligations under the law, including but not limited to the right to sue and be sued, enter into contracts, own property, and incur financial and other obligations</skos:definition>
176
+ <cmns-av:explanatoryNote>To have legal personality means to be capable of having legal rights and duties within a certain legal system, such as to enter into contracts, sue, and be sued. Legal personality is a prerequisite to legal capacity, the ability of any legal person to amend (enter into, transfer, etc.) rights and obligations.</cmns-av:explanatoryNote>
177
+ </owl:Class>
178
+
179
+ <owl:Class rdf:about="&fibo-be-le-lp;LegallyCompetentNaturalPerson">
180
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalPerson"/>
181
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Person"/>
182
+ <rdfs:label>legally competent natural person</rdfs:label>
183
+ <owl:disjointWith rdf:resource="&fibo-fnd-aap-ppl;IncapacitatedAdult"/>
184
+ <skos:definition>person who is considered competent, under the circumstances, to enter into a contract, conduct business, or participate in other activities that generally require the mental ability to understand problems and make decisions on his or her own behalf</skos:definition>
185
+ <cmns-av:explanatoryNote>The definition of mental competence, and potentially of the age of majority, is a function of the situation and law in a given jurisdiction.</cmns-av:explanatoryNote>
186
+ </owl:Class>
187
+
188
+ <owl:Class rdf:about="&fibo-be-le-lp;NotForProfitObjective">
189
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-gao-obj;Objective"/>
190
+ <rdfs:label>not for profit objective</rdfs:label>
191
+ <owl:disjointWith rdf:resource="&fibo-be-le-lp;ProfitObjective"/>
192
+ <skos:definition>objective that reflects the charitable, educational, religious, humanitarian, public services, or other not for profit goals of an organization</skos:definition>
193
+ <cmns-av:explanatoryNote>The objective of all business activities is not to earn profits for its owners. All of the money earned by or donated to a not for profit organization is used in pursuing the organization&apos;s objectives.</cmns-av:explanatoryNote>
194
+ <cmns-av:synonym>nonprofit objective</cmns-av:synonym>
195
+ </owl:Class>
196
+
197
+ <owl:Class rdf:about="&fibo-be-le-lp;PowerOfAttorney">
198
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-lcap;LegalCapacity"/>
199
+ <rdfs:subClassOf>
200
+ <owl:Restriction>
201
+ <owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasEffectiveDate"/>
202
+ <owl:onClass rdf:resource="&cmns-dt;Date"/>
203
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
204
+ </owl:Restriction>
205
+ </rdfs:subClassOf>
206
+ <rdfs:subClassOf>
207
+ <owl:Restriction>
208
+ <owl:onProperty rdf:resource="&fibo-fnd-law-lcap;isConferredOn"/>
209
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
210
+ </owl:Restriction>
211
+ </rdfs:subClassOf>
212
+ <rdfs:label>power of attorney</rdfs:label>
213
+ <skos:definition>legal authorization given by one party (the principal) to another (the agent or attorney-in-fact) to perform certain acts on the principal&apos;s behalf</skos:definition>
214
+ <cmns-av:explanatoryNote>The appointment can be effective immediately or if the principal is unable to make decisions or perform certain actions on their own. It may be a (1) general power of attorney that authorizes the agent to act generally on behalf of the principal, such as to transfer funds from one account to another, pay debts, make investments, and so forth, or (2) limited to a specific act or situation, such as for management of an individual&apos;s finances in a single account, such as a brokerage account, or for management of healthcare. Decisions made and actions taken by an attorney in fact (within the scope of his or her authority) are legally binding on the principal.</cmns-av:explanatoryNote>
215
+ </owl:Class>
216
+
217
+ <owl:Class rdf:about="&fibo-be-le-lp;ProfitObjective">
218
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-gao-obj;BusinessObjective"/>
219
+ <rdfs:label>profit objective</rdfs:label>
220
+ <skos:definition>objective that reflects pursuit of a financial benefit that may be realized when the amount of revenue gained from a business activity exceeds the expenses, costs and taxes needed to sustain that activity</skos:definition>
221
+ <cmns-av:explanatoryNote>Any profit that is gained goes to the business&apos;s owners, who may or may not decide to spend it on the business.</cmns-av:explanatoryNote>
222
+ <cmns-av:synonym>for profit objective</cmns-av:synonym>
223
+ <cmns-av:synonym>profit motive</cmns-av:synonym>
224
+ </owl:Class>
225
+
226
+ <owl:Class rdf:about="&fibo-be-le-lp;PublicPurpose">
227
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-gao-obj;Objective"/>
228
+ <rdfs:label>public purpose</rdfs:label>
229
+ <skos:definition>objective that reflects values generally thought to be shared by and that is intended to benefit the populace as a whole</skos:definition>
230
+ <cmns-av:synonym>public interest</cmns-av:synonym>
231
+ </owl:Class>
232
+
233
+ <owl:Class rdf:about="&fibo-be-le-lp;ReligiousObjective">
234
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;NotForProfitObjective"/>
235
+ <rdfs:label>religious objective</rdfs:label>
236
+ <skos:definition>not-for-profit objective that reflects the religious goals of an organization</skos:definition>
237
+ </owl:Class>
238
+
239
+ <owl:Class rdf:about="&fibo-be-le-lp;SpecialPurposeVehicle">
240
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
241
+ <rdfs:label xml:lang="fr-FR">fonds commun de placement</rdfs:label>
242
+ <rdfs:label xml:lang="en-US">special purpose vehicle</rdfs:label>
243
+ <skos:definition xml:lang="en">legal entity created to fulfill narrow, specific, and frequently temporary objectives</skos:definition>
244
+ <cmns-av:abbreviation xml:lang="en">SPE</cmns-av:abbreviation>
245
+ <cmns-av:abbreviation xml:lang="en">SPV</cmns-av:abbreviation>
246
+ <cmns-av:explanatoryNote xml:lang="en">A special purpose vehicle (SPV), also known as a special purpose entity (SPE), refers to a legal entity, typically a limited company or partnership, created to isolate a parent company from financial risk, including bankruptcy.</cmns-av:explanatoryNote>
247
+ <cmns-av:synonym xml:lang="en">special purpose entity</cmns-av:synonym>
248
+ </owl:Class>
249
+
250
+ <owl:Class rdf:about="&fibo-be-le-lp;StatutoryBody">
251
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
252
+ <rdfs:label>statutory body</rdfs:label>
253
+ <skos:definition>legal entity established by a government to consider evidence and make judgements in some field of activity</skos:definition>
254
+ </owl:Class>
255
+
256
+ <owl:Class rdf:about="&fibo-be-le-lp;VariableInterestEntity">
257
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-lp;LegalEntity"/>
258
+ <rdfs:label xml:lang="en">variable interest entity</rdfs:label>
259
+ <skos:definition xml:lang="en">legal entity whose shareholders are entitled to a percentage of a named company&apos;s profits via a private contract</skos:definition>
260
+ <cmns-av:abbreviation xml:lang="en">VIE</cmns-av:abbreviation>
261
+ <cmns-av:explanatoryNote xml:lang="en">Variable interest entity (VIE) is a term used by the Financial Accounting Standards Board (FASB) to refer to a legal entity with certain characteristics such that a public company with a financial interest in the entity is subject to certain financial reporting requirements. Examples include certain Chinese companies, such as Alibaba, that leverage VIEs to gain access to foreign capital that would otherwise not be available due to Chinese government regulations.</cmns-av:explanatoryNote>
262
+ <cmns-av:synonym xml:lang="en">shell company</cmns-av:synonym>
263
+ </owl:Class>
264
+
265
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lp;isOrganizedIn">
266
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-le-lp;isRecognizedIn"/>
267
+ <rdfs:label>is organized in</rdfs:label>
268
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
269
+ <rdfs:range rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
270
+ <skos:definition>indicates the jurisdiction whose laws a legal entity is organized under</skos:definition>
271
+ </owl:ObjectProperty>
272
+
273
+ <owl:ObjectProperty rdf:about="&fibo-be-le-lp;isRecognizedIn">
274
+ <rdfs:label>is recognized in</rdfs:label>
275
+ <rdfs:domain>
276
+ <owl:Class>
277
+ <owl:unionOf rdf:parseType="Collection">
278
+ <rdf:Description rdf:about="&fibo-be-le-lp;LegalPerson">
279
+ </rdf:Description>
280
+ <rdf:Description rdf:about="&fibo-fnd-agr-agr;Agreement">
281
+ </rdf:Description>
282
+ </owl:unionOf>
283
+ </owl:Class>
284
+ </rdfs:domain>
285
+ <rdfs:range rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
286
+ <skos:definition>indicates the jurisdiction in which a legal person is considered competent to enter into a contract, conduct business, or participate in other activities, or in which an agreement may be acknowledged and possibly enforceable</skos:definition>
287
+ </owl:ObjectProperty>
288
+
289
+ <owl:Class rdf:about="&fibo-fnd-agr-ctr;ContractParty">
290
+ <rdfs:subClassOf>
291
+ <owl:Restriction>
292
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
293
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegalPerson"/>
294
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
295
+ </owl:Restriction>
296
+ </rdfs:subClassOf>
297
+ </owl:Class>
298
+
299
+ <owl:Class rdf:about="&fibo-fnd-org-fm;Employer">
300
+ <rdfs:subClassOf>
301
+ <owl:Restriction>
302
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
303
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;LegalPerson"/>
304
+ </owl:Restriction>
305
+ </rdfs:subClassOf>
306
+ </owl:Class>
307
+
308
+ <owl:ObjectProperty rdf:about="&fibo-fnd-org-fm;employs">
309
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalPerson"/>
310
+ </owl:ObjectProperty>
311
+
312
+ <owl:ObjectProperty rdf:about="&fibo-fnd-org-fm;isEmployedBy">
313
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalPerson"/>
314
+ </owl:ObjectProperty>
315
+
316
+ </rdf:RDF>
src/BE/LegalEntities/MetadataBELegalEntities.rdf ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-le-mod "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-be-le-mod="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/">
25
+ <rdfs:label>Metadata about the EDMC-FIBO Business Entities (BE) Legal Entities Module</rdfs:label>
26
+ <dct:abstract>The legal entities module contains ontologies which define the basis for legal personhood and business entities generally. This includes (1) definitions that distinguish between judicial and natural person, (2) definitions of formally constituted organizations, their members and high-level subdivisions, and identification and classification schemes, (3) definitions of corporate entities and the ways in which they may be incorporated, and (4) definitions required for implementation and use of the ISO 17442 Legal Entity Identifier (LEI) standard, including concepts for contractually capable and legal entities that reuse properties defined elsewhere in FIBO FND and BE.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2015-01-25T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
30
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
31
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
32
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/MetadataBELegalEntities/"/>
33
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
34
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
35
+ </owl:Ontology>
36
+
37
+ <owl:NamedIndividual rdf:about="&fibo-be-le-mod;LegalEntitiesModule">
38
+ <rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
39
+ <rdfs:label>legal entities module</rdfs:label>
40
+ <dct:abstract>The legal entities module contains ontologies which define the basis for legal personhood and business entities generally. This includes (1) definitions that distinguish between judicial and natural person, (2) definitions of formally constituted organizations, their members and high-level subdivisions, and identification and classification schemes, (3) definitions of corporate entities and the ways in which they may be incorporated, and (4) definitions required for implementation and use of the ISO 17442 Legal Entity Identifier (LEI) standard.</dct:abstract>
41
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
42
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
43
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
44
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
45
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
46
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/"/>
47
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
48
+ <dct:title>FIBO BE Legal Entities Module</dct:title>
49
+ <dct:title>Financial Industry Business Ontology (FIBO) Business Entities (BE) Legal Entities Module</dct:title>
50
+ <rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
51
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
52
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
53
+ </owl:NamedIndividual>
54
+
55
+ </rdf:RDF>
src/BE/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
5
+ <!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
6
+ <!ENTITY dct "http://purl.org/dc/terms/">
7
+ <!ENTITY fibo-be-corp-corp "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/">
8
+ <!ENTITY fibo-be-ge-usj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/">
9
+ <!ENTITY fibo-be-le-cb "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
10
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
11
+ <!ENTITY fibo-be-le-usee "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/">
12
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
13
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
14
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
15
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
16
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
17
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
18
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
19
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
20
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
21
+ ]>
22
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"
23
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
24
+ xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
25
+ xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
26
+ xmlns:dct="http://purl.org/dc/terms/"
27
+ xmlns:fibo-be-corp-corp="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"
28
+ xmlns:fibo-be-ge-usj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"
29
+ xmlns:fibo-be-le-cb="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
30
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
31
+ xmlns:fibo-be-le-usee="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"
32
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
33
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
34
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
35
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
36
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
37
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
38
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
39
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
40
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
41
+
42
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/">
43
+ <rdfs:label>US Example Entities</rdfs:label>
44
+ <dct:abstract>This ontology includes example entities that are companies in the US that issue stock and that are represented in the Dow Jones Industrial Average (DJIA), to demonstrate how to begin to model those entities in FIBO.</dct:abstract>
45
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
53
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
54
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
55
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
56
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
57
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
58
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here.</skos:changeNote>
59
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to update the LEI format to use the form published by the GLEIF at data.world.</skos:changeNote>
60
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to make incorporation and registration dates explicit dates and to replace references to the legacy LCC UnitedStates country representation with UnitedStatesOfAmerica.</skos:changeNote>
61
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to update a dead link.</skos:changeNote>
62
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/NorthAmericanEntities/USExampleEntities.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>
63
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/NorthAmericanEntities/USExampleEntities.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
64
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
65
+ <cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
66
+ <cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
67
+ </owl:Ontology>
68
+
69
+ <owl:NamedIndividual rdf:about="https://rdf.gleif.org/L1/L-2572IBTT8CCZW6AU4141-LEI">
70
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
71
+ <rdfs:label>The Proctor &amp; Gamble Company legal entity identifier</rdfs:label>
72
+ <skos:definition>legal entity identifier for The Proctor &amp; Gamble Company</skos:definition>
73
+ <fibo-fnd-rel-rel:hasTag>2572IBTT8CCZW6AU4141</fibo-fnd-rel-rel:hasTag>
74
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;TheProctorAndGambleCompany-US-OH"/>
75
+ </owl:NamedIndividual>
76
+
77
+ <owl:NamedIndividual rdf:about="https://rdf.gleif.org/L1/L-5493006MHB84DD0ZWV18-LEI">
78
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
79
+ <rdfs:label>Alphabet Inc. legal entity identifier</rdfs:label>
80
+ <skos:definition>legal entity identifier for Alphabet Inc.</skos:definition>
81
+ <fibo-fnd-rel-rel:hasTag>5493006MHB84DD0ZWV18</fibo-fnd-rel-rel:hasTag>
82
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;AlphabetInc-US-CA"/>
83
+ </owl:NamedIndividual>
84
+
85
+ <owl:NamedIndividual rdf:about="https://rdf.gleif.org/L1/L-HWUPKR0MPOU8FGXBT394-LEI">
86
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
87
+ <rdfs:label>Apple Inc. legal entity identifier</rdfs:label>
88
+ <skos:definition>legal entity identifier for Apple Inc.</skos:definition>
89
+ <fibo-fnd-rel-rel:hasTag>HWUPKR0MPOU8FGXBT394</fibo-fnd-rel-rel:hasTag>
90
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;AppleInc-US-CA"/>
91
+ </owl:NamedIndividual>
92
+
93
+ <owl:NamedIndividual rdf:about="https://rdf.gleif.org/L1/L-QEKMOTMBBKA8I816DO57-LEI">
94
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
95
+ <rdfs:label>The Home Depot, Inc. legal entity identifier</rdfs:label>
96
+ <skos:definition>legal entity identifier for The Home Depot, Inc.</skos:definition>
97
+ <fibo-fnd-rel-rel:hasTag>QEKMOTMBBKA8I816DO57</fibo-fnd-rel-rel:hasTag>
98
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;TheHomeDepotInc-US-DE"/>
99
+ </owl:NamedIndividual>
100
+
101
+ <owl:NamedIndividual rdf:about="https://rdf.gleif.org/L1/L-UWJKFUJFZ02DKWI3RY53-LEI">
102
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
103
+ <rdfs:label>The Coca-Cola Company legal entity identifier</rdfs:label>
104
+ <skos:definition>legal entity identifier for The Coca-Cola Company</skos:definition>
105
+ <fibo-fnd-rel-rel:hasTag>UWJKFUJFZ02DKWI3RY53</fibo-fnd-rel-rel:hasTag>
106
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;TheCoca-ColaCompany-US-DE"/>
107
+ </owl:NamedIndividual>
108
+
109
+ <owl:NamedIndividual rdf:about="https://rdf.gleif.org/L1/L-VGRQXHF3J8VDLUA7XE92-LEI">
110
+ <rdf:type rdf:resource="&fibo-be-le-lei;LegalEntityIdentifier"/>
111
+ <rdfs:label>International Business Machines Corporation legal entity identifier</rdfs:label>
112
+ <skos:definition>legal entity identifier for International Business Machines Corporation</skos:definition>
113
+ <fibo-fnd-rel-rel:hasTag>VGRQXHF3J8VDLUA7XE92</fibo-fnd-rel-rel:hasTag>
114
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;InternationalBusinessMachinesCorporation-US-NY"/>
115
+ </owl:NamedIndividual>
116
+
117
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;AlphabetInc-US-CA">
118
+ <rdf:type rdf:resource="&fibo-be-corp-corp;PubliclyHeldCompany"/>
119
+ <rdf:type rdf:resource="&fibo-be-le-cb;ForProfitCorporation"/>
120
+ <rdfs:label>Alphabet Inc. US-CA</rdfs:label>
121
+ <skos:definition>publicly held company and for profit corporation legal entity for Alphabet Inc., a Delaware stock corporation</skos:definition>
122
+ <fibo-be-corp-corp:hasDateOfIncorporation rdf:resource="&fibo-be-le-usee;AlphabetIncIncorporationDate"/>
123
+ <fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfDelawareJurisdiction"/>
124
+ <fibo-fnd-org-fm:isDomiciledIn rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
125
+ <fibo-fnd-rel-rel:hasLegalName>Alphabet Inc.</fibo-fnd-rel-rel:hasLegalName>
126
+ </owl:NamedIndividual>
127
+
128
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;AlphabetIncBusinessEntityIdentifier">
129
+ <rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
130
+ <rdfs:label>Alphabet Inc. business entity identifier</rdfs:label>
131
+ <skos:definition>registration identifier assigned by the Delaware Department of Corporations for Alphabet Inc.</skos:definition>
132
+ <fibo-fnd-rel-rel:hasTag>5786925</fibo-fnd-rel-rel:hasTag>
133
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;AlphabetInc-US-CA"/>
134
+ </owl:NamedIndividual>
135
+
136
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;AlphabetIncIncorporationDate">
137
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
138
+ <rdfs:label>Alphabet Inc. incorporation date</rdfs:label>
139
+ <skos:definition>date that Alphabet Inc. was first registered as a corporation in the State of Delaware</skos:definition>
140
+ <cmns-dt:hasDateValue>2015-07-23</cmns-dt:hasDateValue>
141
+ </owl:NamedIndividual>
142
+
143
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;AppleInc-US-CA">
144
+ <rdf:type rdf:resource="&fibo-be-corp-corp;PubliclyHeldCompany"/>
145
+ <rdf:type rdf:resource="&fibo-be-le-cb;ForProfitCorporation"/>
146
+ <rdfs:label>Apple Inc. US-CA</rdfs:label>
147
+ <skos:definition>publicly held company and for profit corporation legal entity for Apple Inc., a California stock corporation</skos:definition>
148
+ <fibo-be-corp-corp:hasDateOfIncorporation rdf:resource="&fibo-be-le-usee;AppleIncIncorporationDate"/>
149
+ <fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfCaliforniaJurisdiction"/>
150
+ <fibo-fnd-org-fm:isDomiciledIn rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
151
+ <fibo-fnd-rel-rel:hasLegalName>Apple Inc.</fibo-fnd-rel-rel:hasLegalName>
152
+ </owl:NamedIndividual>
153
+
154
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;AppleIncBusinessEntityIdentifier">
155
+ <rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
156
+ <rdfs:label>Apple Inc. business entity identifier</rdfs:label>
157
+ <rdfs:seeAlso rdf:resource="https://bizfileonline.sos.ca.gov/search/business"/>
158
+ <skos:definition>registration identifier assigned by the California Department of Corporations for Apple Inc.</skos:definition>
159
+ <fibo-fnd-rel-rel:hasTag>806592</fibo-fnd-rel-rel:hasTag>
160
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;AppleInc-US-CA"/>
161
+ </owl:NamedIndividual>
162
+
163
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;AppleIncIncorporationDate">
164
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
165
+ <rdfs:label>Apple Inc. incorporation date</rdfs:label>
166
+ <skos:definition>date that Apple Inc. was first registered as a corporation in the State of California</skos:definition>
167
+ <cmns-dt:hasDateValue>1977-01-03</cmns-dt:hasDateValue>
168
+ </owl:NamedIndividual>
169
+
170
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;InternationalBusinessMachinesCorporation-US-NY">
171
+ <rdf:type rdf:resource="&fibo-be-corp-corp;PubliclyHeldCompany"/>
172
+ <rdf:type rdf:resource="&fibo-be-le-cb;ForProfitCorporation"/>
173
+ <rdfs:label>International Business Machines Corporation US-NY</rdfs:label>
174
+ <skos:definition>publicly held company and for profit corporation legal entity for International Business Machines Corporation, a New York domestic business corporation</skos:definition>
175
+ <fibo-be-corp-corp:hasDateOfIncorporation rdf:resource="&fibo-be-le-usee;InternationalBusinessMachinesCorporationIncorporationDate"/>
176
+ <fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfNewYorkJurisdiction"/>
177
+ <fibo-fnd-org-fm:isDomiciledIn rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
178
+ <fibo-fnd-rel-rel:hasLegalName>International Business Machines Corporation</fibo-fnd-rel-rel:hasLegalName>
179
+ </owl:NamedIndividual>
180
+
181
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;InternationalBusinessMachinesCorporationBusinessEntityIdentifier">
182
+ <rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
183
+ <rdfs:label>International Business Machines Corporation business entity identifier</rdfs:label>
184
+ <skos:definition>registration identifier assigned by the New York Division of Corporations for International Business Machines Corporation</skos:definition>
185
+ <fibo-fnd-rel-rel:hasTag>30059</fibo-fnd-rel-rel:hasTag>
186
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;InternationalBusinessMachinesCorporation-US-NY"/>
187
+ </owl:NamedIndividual>
188
+
189
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;InternationalBusinessMachinesCorporationIncorporationDate">
190
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
191
+ <rdfs:label>International Business Machines Corporation incorporation date</rdfs:label>
192
+ <skos:definition>date that International Business Machines Corporation was first registered as a corporation in the State of New York</skos:definition>
193
+ <cmns-dt:hasDateValue>1911-06-16</cmns-dt:hasDateValue>
194
+ </owl:NamedIndividual>
195
+
196
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheCoca-ColaCompany-US-DE">
197
+ <rdf:type rdf:resource="&fibo-be-corp-corp;PubliclyHeldCompany"/>
198
+ <rdf:type rdf:resource="&fibo-be-le-cb;ForProfitCorporation"/>
199
+ <rdfs:label>The Coca-Cola Company US-DE</rdfs:label>
200
+ <skos:definition>publicly held company and for profit corporation legal entity for The Coca-Cola Company, a Delaware corporation</skos:definition>
201
+ <fibo-be-corp-corp:hasDateOfIncorporation rdf:resource="&fibo-be-le-usee;TheCoca-ColaCompanyIncorporationDate"/>
202
+ <fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfDelawareJurisdiction"/>
203
+ <fibo-fnd-org-fm:isDomiciledIn rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
204
+ <fibo-fnd-rel-rel:hasLegalName>The Coca-Cola Company</fibo-fnd-rel-rel:hasLegalName>
205
+ </owl:NamedIndividual>
206
+
207
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheCoca-ColaCompanyBusinessEntityIdentifier">
208
+ <rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
209
+ <rdfs:label>The Coca-Cola Company business entity identifier</rdfs:label>
210
+ <skos:definition>registration identifier assigned by the Delaware Division of Corporations for The Coca-Cola Company</skos:definition>
211
+ <fibo-fnd-rel-rel:hasTag>88529</fibo-fnd-rel-rel:hasTag>
212
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;TheCoca-ColaCompany-US-DE"/>
213
+ </owl:NamedIndividual>
214
+
215
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheCoca-ColaCompanyIncorporationDate">
216
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
217
+ <rdfs:label>The Coca-Cola Company incorporation date</rdfs:label>
218
+ <skos:definition>date that The Coca-Cola Company was first registered as a corporation in the State of Delaware</skos:definition>
219
+ <cmns-dt:hasDateValue>1919-09-05</cmns-dt:hasDateValue>
220
+ </owl:NamedIndividual>
221
+
222
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheHomeDepotBusinessEntityIdentifier">
223
+ <rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
224
+ <rdfs:label>The Home Depot, Inc. business entity identifier</rdfs:label>
225
+ <skos:definition>registration identifier assigned by the Delaware Division of Corporations for The Home Depot, Inc.</skos:definition>
226
+ <fibo-fnd-rel-rel:hasTag>856429</fibo-fnd-rel-rel:hasTag>
227
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;TheHomeDepotInc-US-DE"/>
228
+ </owl:NamedIndividual>
229
+
230
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheHomeDepotInc-US-DE">
231
+ <rdf:type rdf:resource="&fibo-be-corp-corp;PubliclyHeldCompany"/>
232
+ <rdf:type rdf:resource="&fibo-be-le-cb;ForProfitCorporation"/>
233
+ <rdfs:label>The Home Depot, Inc. US-DE</rdfs:label>
234
+ <skos:definition>publicly held company and for profit corporation legal entity for The Home Depot, Inc., a Delaware corporation</skos:definition>
235
+ <fibo-be-corp-corp:hasDateOfIncorporation rdf:resource="&fibo-be-le-usee;TheHomeDepotIncorporationDate"/>
236
+ <fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfDelawareJurisdiction"/>
237
+ <fibo-fnd-org-fm:isDomiciledIn rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
238
+ <fibo-fnd-rel-rel:hasLegalName>The Home Depot, Inc.</fibo-fnd-rel-rel:hasLegalName>
239
+ </owl:NamedIndividual>
240
+
241
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheHomeDepotIncorporationDate">
242
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
243
+ <rdfs:label>The Home Depot, Inc. incorporation date</rdfs:label>
244
+ <skos:definition>date that The Home Depot, Inc. was first registered as a corporation in the State of Delaware</skos:definition>
245
+ <cmns-dt:hasDateValue>1978-06-29</cmns-dt:hasDateValue>
246
+ </owl:NamedIndividual>
247
+
248
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheProctorAndGambleCompany-US-OH">
249
+ <rdf:type rdf:resource="&fibo-be-corp-corp;PubliclyHeldCompany"/>
250
+ <rdf:type rdf:resource="&fibo-be-le-cb;ForProfitCorporation"/>
251
+ <rdfs:label>The Proctor &amp; Gamble Company US-OH</rdfs:label>
252
+ <skos:definition>publicly held company and for profit corporation legal entity for The Proctor &amp; Gamble Company, an Ohio corporation</skos:definition>
253
+ <fibo-be-corp-corp:hasDateOfIncorporation rdf:resource="&fibo-be-le-usee;TheProctorAndGambleCompanyIncorporationDate"/>
254
+ <fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfOhioJurisdiction"/>
255
+ <fibo-fnd-org-fm:isDomiciledIn rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
256
+ <fibo-fnd-rel-rel:hasLegalName>The Proctor &amp; Gamble Company</fibo-fnd-rel-rel:hasLegalName>
257
+ </owl:NamedIndividual>
258
+
259
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheProctorAndGambleCompanyBusinessEntityIdentifier">
260
+ <rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
261
+ <rdfs:label>The Proctor &amp; Gamble Company business entity identifier</rdfs:label>
262
+ <skos:definition>registration identifier assigned by the Ohio Department of Corporations for The Proctor &amp; Gamble Company</skos:definition>
263
+ <fibo-fnd-rel-rel:hasTag>20677</fibo-fnd-rel-rel:hasTag>
264
+ <cmns-id:identifies rdf:resource="&fibo-be-le-usee;TheProctorAndGambleCompany-US-OH"/>
265
+ </owl:NamedIndividual>
266
+
267
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usee;TheProctorAndGambleCompanyIncorporationDate">
268
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
269
+ <rdfs:label>The Proctor &amp; Gamble Company incorporation date</rdfs:label>
270
+ <skos:definition>date that The Proctor &amp; Gamble Company was first registered as a corporation in the State of Ohio</skos:definition>
271
+ <cmns-dt:hasDateValue>1905-05-05</cmns-dt:hasDateValue>
272
+ </owl:NamedIndividual>
273
+
274
+ </rdf:RDF>
src/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives.rdf ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
5
+ <!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
6
+ <!ENTITY dct "http://purl.org/dc/terms/">
7
+ <!ENTITY fibo-be-le-usee "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/">
8
+ <!ENTITY fibo-be-le-usex "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/">
9
+ <!ENTITY fibo-be-oac-cpty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
10
+ <!ENTITY fibo-be-oac-exec "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/">
11
+ <!ENTITY fibo-fnd-aap-agt "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/">
12
+ <!ENTITY fibo-fnd-aap-ppl "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/">
13
+ <!ENTITY fibo-fnd-dt-bd "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/">
14
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
15
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
16
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
17
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
18
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
19
+ <!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
20
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
21
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
22
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
23
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
24
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
25
+ ]>
26
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/"
27
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
28
+ xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
29
+ xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
30
+ xmlns:dct="http://purl.org/dc/terms/"
31
+ xmlns:fibo-be-le-usee="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"
32
+ xmlns:fibo-be-le-usex="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/"
33
+ xmlns:fibo-be-oac-cpty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
34
+ xmlns:fibo-be-oac-exec="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"
35
+ xmlns:fibo-fnd-aap-agt="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"
36
+ xmlns:fibo-fnd-aap-ppl="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"
37
+ xmlns:fibo-fnd-dt-bd="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"
38
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
39
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
40
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
41
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
42
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
43
+ xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
44
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
45
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
46
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
47
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
48
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
49
+
50
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/">
51
+ <rdfs:label>US Example Executives</rdfs:label>
52
+ <dct:abstract>This ontology includes example corporate executives and other people to demonstrate how to begin to model those entities in FIBO.</dct:abstract>
53
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleEntities/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
65
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
66
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
67
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Designators/"/>
68
+ <owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
69
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/NorthAmericanEntities/USExampleExecutives/"/>
70
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Provisional"/>
71
+ <cmns-av:copyright>Copyright (c) 2022-2023 EDM Council, Inc.</cmns-av:copyright>
72
+ <cmns-av:copyright>Copyright (c) 2022-2023 Object Management Group, Inc.</cmns-av:copyright>
73
+ </owl:Ontology>
74
+
75
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;AppleIncAsControlledParty">
76
+ <rdf:type rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
77
+ <rdfs:label>Apple Inc. as controlled party</rdfs:label>
78
+ <skos:definition>Apple Inc. in its role as a corporation that is controlled to some degree by its corporate officers</skos:definition>
79
+ <fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-be-le-usee;AppleInc-US-CA"/>
80
+ </owl:NamedIndividual>
81
+
82
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;AppleIncAsEmployer">
83
+ <rdf:type rdf:resource="&fibo-fnd-org-fm;Employer"/>
84
+ <rdfs:label>Apple Inc. as employer</rdfs:label>
85
+ <skos:definition>Apple Inc. in its role as a corporation that has employees</skos:definition>
86
+ <fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-be-le-usee;AppleInc-US-CA"/>
87
+ </owl:NamedIndividual>
88
+
89
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;EmploymentOfKatherineAdamsAtAppleInc">
90
+ <rdf:type rdf:resource="&fibo-fnd-org-fm;Employment"/>
91
+ <rdfs:label>Employment of Katherine Adams at Apple Inc.</rdfs:label>
92
+ <skos:definition>situation representing the relationship between Apple Inc. as an employer and Katherine Adams as an employee</skos:definition>
93
+ <fibo-fnd-org-fm:hasEmployedParty rdf:resource="&fibo-be-le-usex;KatherineAdamsAsEmployee"/>
94
+ <fibo-fnd-org-fm:hasEmployingParty rdf:resource="&fibo-be-le-usex;AppleIncAsEmployer"/>
95
+ </owl:NamedIndividual>
96
+
97
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;EmploymentOfTimCookAtAppleInc">
98
+ <rdf:type rdf:resource="&fibo-fnd-org-fm;Employment"/>
99
+ <rdfs:label>Employment of Tim Cook at Apple Inc.</rdfs:label>
100
+ <skos:definition>situation representing the relationship between Apple Inc. as an employer and Tim Cook as an employee</skos:definition>
101
+ <fibo-fnd-dt-bd:holdsDuring rdf:resource="&fibo-be-le-usex;TimCookPeriodOfEmployment"/>
102
+ <fibo-fnd-org-fm:hasEmployedParty rdf:resource="&fibo-be-le-usex;TimCookAsEmployee"/>
103
+ <fibo-fnd-org-fm:hasEmployingParty rdf:resource="&fibo-be-le-usex;AppleIncAsEmployer"/>
104
+ </owl:NamedIndividual>
105
+
106
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;KatherineAdams">
107
+ <rdf:type rdf:resource="&fibo-fnd-aap-ppl;Person"/>
108
+ <rdfs:label>Katherine Adams</rdfs:label>
109
+ <skos:definition>person that is an American attorney and corporate lawyer</skos:definition>
110
+ <fibo-fnd-aap-ppl:hasCitizenship rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
111
+ <fibo-fnd-aap-ppl:hasDateOfBirth rdf:resource="&fibo-be-le-usex;KatherineAdamsDateOfBirth"/>
112
+ <cmns-dsg:hasName rdf:resource="&fibo-be-le-usex;KatherineAdamsFullLegalName"/>
113
+ </owl:NamedIndividual>
114
+
115
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;KatherineAdamsAsEmployee">
116
+ <rdf:type rdf:resource="&fibo-fnd-org-fm;Employee"/>
117
+ <rdfs:label>Katherine Adams as employee</rdfs:label>
118
+ <skos:definition>Katherine Adams in the role of being employed by Apple Inc.</skos:definition>
119
+ <fibo-fnd-org-fm:isEmployedIn rdf:resource="&fibo-be-le-usex;EmploymentOfKatherineAdamsAtAppleInc"/>
120
+ <fibo-fnd-org-fm:isEmployeeOf rdf:resource="&fibo-be-le-usex;AppleIncAsEmployer"/>
121
+ <fibo-fnd-pty-rl:isPlayedBy rdf:resource="&fibo-be-le-usex;KatherineAdams"/>
122
+ </owl:NamedIndividual>
123
+
124
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;KatherineAdamsAsGeneralCounsel">
125
+ <rdf:type rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
126
+ <rdfs:label>Katherine Adams as General Counsel</rdfs:label>
127
+ <skos:definition>Katherine Adams in the role of Senior Vice President of Legal and Global Security and General Counsel of Apple Inc.</skos:definition>
128
+ <fibo-be-oac-exec:isOfficerOf rdf:resource="&fibo-be-le-usex;AppleIncAsControlledParty"/>
129
+ <fibo-fnd-pty-rl:isPlayedBy rdf:resource="&fibo-be-le-usex;KatherineAdams"/>
130
+ </owl:NamedIndividual>
131
+
132
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;KatherineAdamsDateOfBirth">
133
+ <rdf:type rdf:resource="&fibo-fnd-aap-ppl;DateOfBirth"/>
134
+ <rdfs:label>Katherine Adams date of birth</rdfs:label>
135
+ <skos:definition>date on which Katherine Adams was born</skos:definition>
136
+ <cmns-dt:hasDateValue>1964-04-20</cmns-dt:hasDateValue>
137
+ </owl:NamedIndividual>
138
+
139
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;KatherineAdamsFullLegalName">
140
+ <rdf:type rdf:resource="&fibo-fnd-aap-ppl;PersonName"/>
141
+ <rdfs:label>Katherine Adams full legal name</rdfs:label>
142
+ <skos:definition>name that is on Katherine Adams&apos; birth certificate and that she uses for legal purposes</skos:definition>
143
+ <fibo-fnd-aap-ppl:hasFullLegalName>Katherine Leatherman Adams</fibo-fnd-aap-ppl:hasFullLegalName>
144
+ <cmns-dsg:isNameOf rdf:resource="&fibo-be-le-usex;KatherineAdams"/>
145
+ </owl:NamedIndividual>
146
+
147
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCook">
148
+ <rdf:type rdf:resource="&fibo-fnd-aap-ppl;Person"/>
149
+ <rdfs:label>Tim Cook</rdfs:label>
150
+ <skos:definition>person that lives in Palo Alto, California in the San Francisco Bay Area</skos:definition>
151
+ <fibo-fnd-aap-ppl:hasCitizenship rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
152
+ <fibo-fnd-aap-ppl:hasDateOfBirth rdf:resource="&fibo-be-le-usex;TimCookDateOfBirth"/>
153
+ <cmns-dsg:hasName rdf:resource="&fibo-be-le-usex;TimCookFullLegalName"/>
154
+ </owl:NamedIndividual>
155
+
156
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCookAsChiefExecutiveOfficer">
157
+ <rdf:type rdf:resource="&fibo-be-oac-exec;ChiefExecutiveOfficer"/>
158
+ <rdfs:label>Tim Cook as Chief Executive Officer</rdfs:label>
159
+ <skos:definition>Tim Cook in the role of CEO of Apple Inc.</skos:definition>
160
+ <fibo-be-oac-exec:isOfficerOf rdf:resource="&fibo-be-le-usex;AppleIncAsControlledParty"/>
161
+ <fibo-fnd-pty-rl:isPlayedBy rdf:resource="&fibo-be-le-usex;TimCook"/>
162
+ </owl:NamedIndividual>
163
+
164
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCookAsEmployee">
165
+ <rdf:type rdf:resource="&fibo-fnd-org-fm;Employee"/>
166
+ <rdfs:label>Tim Cook as employee</rdfs:label>
167
+ <skos:definition>Tim Cook in the role of being employed by Apple Inc.</skos:definition>
168
+ <fibo-fnd-org-fm:isEmployedIn rdf:resource="&fibo-be-le-usex;EmploymentOfTimCookAtAppleInc"/>
169
+ <fibo-fnd-org-fm:isEmployeeOf rdf:resource="&fibo-be-le-usex;AppleIncAsEmployer"/>
170
+ <fibo-fnd-pty-rl:isPlayedBy rdf:resource="&fibo-be-le-usex;TimCook"/>
171
+ </owl:NamedIndividual>
172
+
173
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCookDateOfBirth">
174
+ <rdf:type rdf:resource="&fibo-fnd-aap-ppl;DateOfBirth"/>
175
+ <rdfs:label>Tim Cook date of birth</rdfs:label>
176
+ <skos:definition>date on which Tim Cook was born</skos:definition>
177
+ <cmns-dt:hasDateValue>1960-11-01</cmns-dt:hasDateValue>
178
+ </owl:NamedIndividual>
179
+
180
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCookFullLegalName">
181
+ <rdf:type rdf:resource="&fibo-fnd-aap-ppl;PersonName"/>
182
+ <rdfs:label>Tim Cook full legal name</rdfs:label>
183
+ <skos:definition>name that is on Tim Cook&apos;s birth certificate and that he uses for legal purposes</skos:definition>
184
+ <fibo-fnd-aap-ppl:hasFullLegalName>Timothy Donald Cook</fibo-fnd-aap-ppl:hasFullLegalName>
185
+ <cmns-dsg:isNameOf rdf:resource="&fibo-be-le-usex;TimCook"/>
186
+ </owl:NamedIndividual>
187
+
188
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCookHireDate">
189
+ <rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
190
+ <rdfs:label>Tim Cook hire date</rdfs:label>
191
+ <skos:definition>date on which Tim Cook was hired by Apple Inc.</skos:definition>
192
+ <cmns-dt:hasDateValue>1998-03-01</cmns-dt:hasDateValue>
193
+ </owl:NamedIndividual>
194
+
195
+ <owl:NamedIndividual rdf:about="&fibo-be-le-usex;TimCookPeriodOfEmployment">
196
+ <rdf:type rdf:resource="&cmns-dt;DatePeriod"/>
197
+ <rdfs:label>Tim Cook period of employment</rdfs:label>
198
+ <skos:definition>date period reflecting when Tim Cook was (is) employed by Apple Inc.</skos:definition>
199
+ <cmns-dt:hasStartDate rdf:resource="&fibo-be-le-usex;TimCookHireDate"/>
200
+ </owl:NamedIndividual>
201
+
202
+ </rdf:RDF>
src/BE/MetadataBE.rdf ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-corp-mod "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/">
6
+ <!ENTITY fibo-be-fct-mod "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/">
7
+ <!ENTITY fibo-be-ge-mod "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/">
8
+ <!ENTITY fibo-be-le-mod "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/">
9
+ <!ENTITY fibo-be-mod "https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/">
10
+ <!ENTITY fibo-be-oac-mod "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/">
11
+ <!ENTITY fibo-be-plc-mod "https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/MetadataBEPrivateLimitedCompanies/">
12
+ <!ENTITY fibo-be-ptr-mod "https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/MetadataBEPartnerships/">
13
+ <!ENTITY fibo-be-sps-mod "https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/MetadataBESoleProprietorships/">
14
+ <!ENTITY fibo-be-tr-mod "https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/MetadataBETrusts/">
15
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
16
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
17
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
18
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
19
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
20
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
21
+ ]>
22
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/"
23
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
24
+ xmlns:dct="http://purl.org/dc/terms/"
25
+ xmlns:fibo-be-corp-mod="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/"
26
+ xmlns:fibo-be-fct-mod="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/"
27
+ xmlns:fibo-be-ge-mod="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/"
28
+ xmlns:fibo-be-le-mod="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/"
29
+ xmlns:fibo-be-mod="https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/"
30
+ xmlns:fibo-be-oac-mod="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/"
31
+ xmlns:fibo-be-plc-mod="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/MetadataBEPrivateLimitedCompanies/"
32
+ xmlns:fibo-be-ptr-mod="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/MetadataBEPartnerships/"
33
+ xmlns:fibo-be-sps-mod="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/MetadataBESoleProprietorships/"
34
+ xmlns:fibo-be-tr-mod="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/MetadataBETrusts/"
35
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
36
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
37
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
38
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
39
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
40
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
41
+
42
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/">
43
+ <rdfs:label>Metadata about the EDMC-FIBO Business Entities (BE) Domain</rdfs:label>
44
+ <dct:abstract>This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
45
+
46
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
47
+ - Legal entities generally
48
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
49
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
50
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
51
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
52
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
53
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-03-31T18:00:00</dct:modified>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/MetadataBECorporations/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/MetadataBEFunctionalEntities/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/MetadataBEGovernmentEntities/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/MetadataBELegalEntities/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/MetadataBEPartnerships/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/MetadataBEPrivateLimitedCompanies/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/MetadataBESoleProprietorships/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/MetadataBETrusts/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
64
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
65
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/MetadataBE/"/>
66
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/BE/MetadataBE.rdf version of this ontology was modified to eliminate informative Functional Entities ontologies, merging their content into others as appropriate.</skos:changeNote>
67
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/MetadataBE.rdf version of the ontology and subordinate module-specific BE metadata ontologies were modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
68
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
69
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
70
+ </owl:Ontology>
71
+
72
+ <owl:NamedIndividual rdf:about="&fibo-be-mod;BEDomain">
73
+ <rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
74
+ <rdfs:label>business entities domain</rdfs:label>
75
+ <dct:abstract>The FIBO Business Entities (BE) Domain covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities.
76
+
77
+ The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including:
78
+ - Legal entities generally
79
+ - Corporate structure, ownership and control, including primary executive roles for businesses,
80
+ - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc.
81
+ - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts.</dct:abstract>
82
+ <dct:contributor>Adaptive, Inc.</dct:contributor>
83
+ <dct:contributor>Bloomberg LP</dct:contributor>
84
+ <dct:contributor>Citigroup</dct:contributor>
85
+ <dct:contributor>Credit Suisse</dct:contributor>
86
+ <dct:contributor>Deutsche Bank</dct:contributor>
87
+ <dct:contributor>Exprentis</dct:contributor>
88
+ <dct:contributor>Federated Knowledge LLC</dct:contributor>
89
+ <dct:contributor>Hypercube Ltd.</dct:contributor>
90
+ <dct:contributor>John F. Gemski</dct:contributor>
91
+ <dct:contributor>Nordea Bank AB</dct:contributor>
92
+ <dct:contributor>Office of Financial Research (US Dept of the Treasury)</dct:contributor>
93
+ <dct:contributor>Pinnacle Bank (Morgan Hill, California)</dct:contributor>
94
+ <dct:contributor>State Street Bank and Trust</dct:contributor>
95
+ <dct:contributor>Statistics Canada</dct:contributor>
96
+ <dct:contributor>Tahoe Blue Ltd</dct:contributor>
97
+ <dct:contributor>Thematix Partners LLC</dct:contributor>
98
+ <dct:contributor>Wells Fargo</dct:contributor>
99
+ <dct:contributor>Working Ontologist</dct:contributor>
100
+ <dct:contributor>agnos.ai UK Ltd.</dct:contributor>
101
+ <dct:creator rdf:datatype="&xsd;anyURI">https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home</dct:creator>
102
+ <dct:hasPart rdf:resource="&fibo-be-corp-mod;CorporationsModule"/>
103
+ <dct:hasPart rdf:resource="&fibo-be-fct-mod;FunctionalEntitiesModule"/>
104
+ <dct:hasPart rdf:resource="&fibo-be-ge-mod;GovernmentEntitiesModule"/>
105
+ <dct:hasPart rdf:resource="&fibo-be-le-mod;LegalEntitiesModule"/>
106
+ <dct:hasPart rdf:resource="&fibo-be-oac-mod;OwnershipAndControlModule"/>
107
+ <dct:hasPart rdf:resource="&fibo-be-ptr-mod;PartnershipsModule"/>
108
+ <dct:hasPart rdf:resource="&fibo-be-plc-mod;PrivateLimitedCompaniesModule"/>
109
+ <dct:hasPart rdf:resource="&fibo-be-sps-mod;SoleProprietorshipsModule"/>
110
+ <dct:hasPart rdf:resource="&fibo-be-tr-mod;TrustsModule"/>
111
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
112
+ <dct:title>EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain</dct:title>
113
+ <dct:title>FIBO BE Domain</dct:title>
114
+ <rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
115
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
116
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
117
+ </owl:NamedIndividual>
118
+
119
+ </rdf:RDF>
src/BE/OwnershipAndControl/ControlParties.rdf ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
6
+ <!ENTITY fibo-be-oac-cpty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
7
+ <!ENTITY fibo-be-oac-opty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
8
+ <!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
9
+ <!ENTITY fibo-fnd-law-cor "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/">
10
+ <!ENTITY fibo-fnd-oac-ctl "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/">
11
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
12
+ <!ENTITY fibo-fnd-org-org "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/">
13
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
14
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
15
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
16
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
17
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
18
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
19
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
20
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
21
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
22
+ ]>
23
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
24
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
25
+ xmlns:dct="http://purl.org/dc/terms/"
26
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
27
+ xmlns:fibo-be-oac-cpty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
28
+ xmlns:fibo-be-oac-opty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
29
+ xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
30
+ xmlns:fibo-fnd-law-cor="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"
31
+ xmlns:fibo-fnd-oac-ctl="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"
32
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
33
+ xmlns:fibo-fnd-org-org="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"
34
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
35
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
36
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
37
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
38
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
39
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
40
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
41
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
42
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
43
+
44
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
45
+ <rdfs:label>Control Parties Ontology</rdfs:label>
46
+ <dct:abstract>This ontology defines concepts relating to types of controlling parties. The concepts defined here are party in role concepts, which define the nature of some entity such as an organization or a legal person, in some role such as that of owning a controlling interest in the entity or of controlling that entity. These roles are defined in terms of the types of control enjoyed by the party, for example de facto or de jure control. An important feature of this ontology is the distinction between the holding of a controlling interest (such as voting shares), and the de facto existence of control of one body by another as asserted in company filings or as a conclusion drawn from computational analysis of controlling interests.</dct:abstract>
47
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
59
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
60
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/ControlParties/"/>
61
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/ControlParties.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
62
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/ControlParties.rdf version of this ontology was modified per the FIBO 2.0 RFC to add missing labels and definitions, eliminate references to BusinessFacingTypes, etc.</skos:changeNote>
63
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/ControlParties.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to correct reasoning anomalies.</skos:changeNote>
64
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/OwnershipAndControl/ControlParties.rdf version of this ontology was modified to eliminate duplication of concepts with LCC.</skos:changeNote>
65
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/OwnershipAndControl/ControlParties.rdf version of this ontology was modified to integrate the concept of a situation, situational roles, and corresponding relations with the definition of control and eliminate an unused and logically inconsistent property.</skos:changeNote>
66
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to simplify control concepts and relations, eliminate ambiguity in definitions, restate definitions to be ISO 704 compliant, and add properties relating control parties to control situations.</skos:changeNote>
67
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to correct the label on hasControllingOrganizationMember and reflect the move of OrganizationMember from Parties to Organizations in FND, and to incorporate the latest insights into how control relations should integrate with the control situation.</skos:changeNote>
68
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/ControlParties.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>
69
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
70
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
71
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
72
+ </owl:Ontology>
73
+
74
+ <owl:Class rdf:about="&fibo-be-oac-cpty;ContractualControl">
75
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;DeJureControl"/>
76
+ <rdfs:subClassOf>
77
+ <owl:Restriction>
78
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isConferredBy"/>
79
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-agr-ctr;Contract"/>
80
+ </owl:Restriction>
81
+ </rdfs:subClassOf>
82
+ <rdfs:label>contractual control</rdfs:label>
83
+ <skos:definition>control established through the terms of some contract</skos:definition>
84
+ </owl:Class>
85
+
86
+ <owl:Class rdf:about="&fibo-be-oac-cpty;ControlledParty">
87
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;ControlledThing"/>
88
+ <rdfs:subClassOf>
89
+ <owl:Restriction>
90
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
91
+ <owl:onClass rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
92
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
93
+ </owl:Restriction>
94
+ </rdfs:subClassOf>
95
+ <rdfs:label>controlled party</rdfs:label>
96
+ <skos:definition>person or organization over which some party exercises some form of authority or influence with respect to some situation</skos:definition>
97
+ </owl:Class>
98
+
99
+ <owl:Class rdf:about="&fibo-be-oac-cpty;ControllingAlliance">
100
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-fm;Group"/>
101
+ <rdfs:label>controlling alliance</rdfs:label>
102
+ <skos:definition>group that has formed some alliance to jointly exercise control over some entity</skos:definition>
103
+ <skos:editorialNote>The types of entity which may enter into such an alliance are the same types of entity as may exercise control in their own right, i.e. independent parties (that is a logical union of natural persons, legal persons and formal organizations).</skos:editorialNote>
104
+ </owl:Class>
105
+
106
+ <owl:Class rdf:about="&fibo-be-oac-cpty;CourtAppointedControl">
107
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;DeJureControl"/>
108
+ <rdfs:subClassOf>
109
+ <owl:Restriction>
110
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isConferredBy"/>
111
+ <owl:allValuesFrom rdf:resource="&fibo-fnd-law-cor;CourtOfLaw"/>
112
+ </owl:Restriction>
113
+ </rdfs:subClassOf>
114
+ <rdfs:label>court appointed control</rdfs:label>
115
+ <skos:definition>control conferred by the actions of some court, for example in the context of receivership</skos:definition>
116
+ </owl:Class>
117
+
118
+ <owl:Class rdf:about="&fibo-be-oac-cpty;DeFactoControllingInterestParty">
119
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
120
+ <rdfs:subClassOf>
121
+ <owl:Restriction>
122
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyIn"/>
123
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-oac-ctl;DeFactoControl"/>
124
+ </owl:Restriction>
125
+ </rdfs:subClassOf>
126
+ <rdfs:label>de facto controlling interest party</rdfs:label>
127
+ <skos:definition>party that exercises some control over an entity other than via explicit, legal means</skos:definition>
128
+ <skos:example>a silent partner, i.e. where someone has made a large investment, which is bilateral (not part of the constitutional framework of the company)</skos:example>
129
+ <skos:scopeNote>divides further into financial leverage via loans; non fiscal types of leverage (influence)</skos:scopeNote>
130
+ </owl:Class>
131
+
132
+ <owl:Class rdf:about="&fibo-be-oac-cpty;DeJureControllingInterestParty">
133
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
134
+ <rdfs:subClassOf>
135
+ <owl:Restriction>
136
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyIn"/>
137
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-oac-ctl;DeJureControl"/>
138
+ </owl:Restriction>
139
+ </rdfs:subClassOf>
140
+ <rdfs:label>de jure controlling interest party</rdfs:label>
141
+ <skos:definition>party that has the legal authority to exercise control</skos:definition>
142
+ </owl:Class>
143
+
144
+ <owl:Class rdf:about="&fibo-be-oac-cpty;EntityControllingParty">
145
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
146
+ <rdfs:subClassOf>
147
+ <owl:Restriction>
148
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyOf"/>
149
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;LegalEntity"/>
150
+ </owl:Restriction>
151
+ </rdfs:subClassOf>
152
+ <rdfs:label>entity controlling party</rdfs:label>
153
+ <skos:definition>party that has the authority to control some legal entity</skos:definition>
154
+ <skos:editorialNote>This type of party is either asserted to be the case by the entity itself or some other party, or is determined through some analysis or calculation based on the available information about controlling interests.</skos:editorialNote>
155
+ <skos:scopeNote>It is assumed that since control follows from some form of ownership or contractual instrument, that the range of entities which may fulfil this party role is the same as that for entity ownership, namely a logical union of natural persons, legal persons and formal organizations.</skos:scopeNote>
156
+ </owl:Class>
157
+
158
+ <owl:Class rdf:about="&fibo-be-oac-cpty;InfluenceBasedDeFactoControl">
159
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;DeFactoControl"/>
160
+ <rdfs:subClassOf>
161
+ <owl:Restriction>
162
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;hasPartyInControl"/>
163
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cpty;InfluenceBasedDeFactoControllingParty"/>
164
+ </owl:Restriction>
165
+ </rdfs:subClassOf>
166
+ <rdfs:label>influence-based de facto control</rdfs:label>
167
+ <skos:definition>informal control that involves influence over some party</skos:definition>
168
+ </owl:Class>
169
+
170
+ <owl:Class rdf:about="&fibo-be-oac-cpty;InfluenceBasedDeFactoControllingParty">
171
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;DeFactoControllingInterestParty"/>
172
+ <rdfs:subClassOf>
173
+ <owl:Restriction>
174
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyIn"/>
175
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cpty;InfluenceBasedDeFactoControl"/>
176
+ </owl:Restriction>
177
+ </rdfs:subClassOf>
178
+ <rdfs:label>influence-based de facto controlling party</rdfs:label>
179
+ <skos:definition>party that holds influence-based control over some other party</skos:definition>
180
+ <skos:editorialNote>Regulatory or jurisdictional control would fall under this control. Court appointed control is de jure control BUT the scenario in which a government takes over something and then hands it over to some new de jure controller i.e. administrator - in the meantime this is de facto control by e.g. the government.</skos:editorialNote>
181
+ </owl:Class>
182
+
183
+ <owl:Class rdf:about="&fibo-be-oac-cpty;InvestmentBasedDeFactoControl">
184
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;DeFactoControl"/>
185
+ <rdfs:subClassOf>
186
+ <owl:Restriction>
187
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isConferredBy"/>
188
+ <owl:allValuesFrom rdf:resource="&fibo-be-oac-opty;InvestmentEquity"/>
189
+ </owl:Restriction>
190
+ </rdfs:subClassOf>
191
+ <rdfs:subClassOf>
192
+ <owl:Restriction>
193
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;hasPartyInControl"/>
194
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cpty;InvestmentBasedDeFactoControllingInterestParty"/>
195
+ </owl:Restriction>
196
+ </rdfs:subClassOf>
197
+ <rdfs:label>investment-based de facto control</rdfs:label>
198
+ <skos:definition>control that arises through some investment in some entity, other than via the holding of constitutional equity (shares etc.) in that entity</skos:definition>
199
+ </owl:Class>
200
+
201
+ <owl:Class rdf:about="&fibo-be-oac-cpty;InvestmentBasedDeFactoControllingInterestParty">
202
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;DeFactoControllingInterestParty"/>
203
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;Investor"/>
204
+ <rdfs:subClassOf>
205
+ <owl:Restriction>
206
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyIn"/>
207
+ <owl:allValuesFrom rdf:resource="&fibo-be-oac-cpty;InvestmentBasedDeFactoControl"/>
208
+ </owl:Restriction>
209
+ </rdfs:subClassOf>
210
+ <rdfs:label>investment-based de facto controlling interest party</rdfs:label>
211
+ <skos:definition>party that holds investment-based control over some other party</skos:definition>
212
+ </owl:Class>
213
+
214
+ <owl:Class rdf:about="&fibo-be-oac-cpty;JointControllingParty">
215
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;EntityControllingParty"/>
216
+ <rdfs:subClassOf>
217
+ <owl:Restriction>
218
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
219
+ <owl:allValuesFrom rdf:resource="&fibo-be-oac-cpty;ControllingAlliance"/>
220
+ </owl:Restriction>
221
+ </rdfs:subClassOf>
222
+ <rdfs:label>joint controlling party</rdfs:label>
223
+ <owl:disjointWith rdf:resource="&fibo-be-oac-cpty;SoleControllingParty"/>
224
+ <skos:definition>party that collectively has the authority to control the affairs of some business organization</skos:definition>
225
+ </owl:Class>
226
+
227
+ <owl:Class rdf:about="&fibo-be-oac-cpty;MajorityControllingParty">
228
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;EntityControllingParty"/>
229
+ <rdfs:label>majority controlling party</rdfs:label>
230
+ <skos:definition>controlling party that possesses, either directly or indirectly, the power to direct or cause the direction of the management and policies of a legal person, whether through the ownership of a majority of voting securities, by contract, or otherwise</skos:definition>
231
+ <cmns-av:adaptedFrom>Electronic Code of Federal Regulations, Title 17, Chapter 1, Section 49.2</cmns-av:adaptedFrom>
232
+ </owl:Class>
233
+
234
+ <owl:Class rdf:about="&fibo-be-oac-cpty;Receiver">
235
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;DeJureControllingInterestParty"/>
236
+ <rdfs:subClassOf>
237
+ <owl:Restriction>
238
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyIn"/>
239
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cpty;CourtAppointedControl"/>
240
+ </owl:Restriction>
241
+ </rdfs:subClassOf>
242
+ <rdfs:label>receiver</rdfs:label>
243
+ <skos:definition>party appointed by some court for the purposes of winding up the affairs of some entity which is no longer solvent</skos:definition>
244
+ </owl:Class>
245
+
246
+ <owl:Class rdf:about="&fibo-be-oac-cpty;SoleControllingParty">
247
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;EntityControllingParty"/>
248
+ <rdfs:label>sole controlling party</rdfs:label>
249
+ <skos:definition>party that has sole control over and directs the affairs of some legal entity</skos:definition>
250
+ </owl:Class>
251
+
252
+ <owl:Class rdf:about="&fibo-be-oac-cpty;TotalOwner">
253
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;ConstitutionalOwner"/>
254
+ <rdfs:label>total owner</rdfs:label>
255
+ <skos:definition>party that has 100 percent ownership some legal entity</skos:definition>
256
+ <skos:editorialNote>By virtue of holding 100 percent of the equity ownership, the Total Owner also holds 100 percent of the controlling equity, if there is a difference. Therefore it is both a total owner and a total controlling party.</skos:editorialNote>
257
+ </owl:Class>
258
+
259
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cpty;advises">
260
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isPartyControlling"/>
261
+ <rdfs:label>advises</rdfs:label>
262
+ <rdfs:domain rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
263
+ <rdfs:range rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
264
+ <owl:inverseOf rdf:resource="&fibo-be-oac-cpty;isAdvisedBy"/>
265
+ <skos:definition>provides counsel or guidance to</skos:definition>
266
+ </owl:ObjectProperty>
267
+
268
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cpty;hasControllingOrganizationMember">
269
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;hasControllingParty"/>
270
+ <rdfs:label>has controlling organization member</rdfs:label>
271
+ <rdfs:domain rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
272
+ <rdfs:range rdf:resource="&fibo-fnd-org-org;OrganizationMember"/>
273
+ <owl:inverseOf rdf:resource="&fibo-be-oac-cpty;isControllingMemberOf"/>
274
+ <skos:definition>relates a controlled party to a controlling member of the organization</skos:definition>
275
+ </owl:ObjectProperty>
276
+
277
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cpty;hasMajorityControllingParty">
278
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isControlledPartyOf"/>
279
+ <rdfs:label>has majority controlling party</rdfs:label>
280
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
281
+ <rdfs:range rdf:resource="&fibo-be-oac-cpty;MajorityControllingParty"/>
282
+ <skos:definition>indicates a party that owns a controlling stake (over 50 percent) in the entity</skos:definition>
283
+ </owl:ObjectProperty>
284
+
285
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cpty;isAdvisedBy">
286
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;hasControllingParty"/>
287
+ <rdfs:label>has advisor</rdfs:label>
288
+ <rdfs:domain rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
289
+ <rdfs:range rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
290
+ <skos:definition>indicates the party that acts in an advisory capacity to the controlled party</skos:definition>
291
+ </owl:ObjectProperty>
292
+
293
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cpty;isBasedOnInvestmentEquity">
294
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;isConferredBy"/>
295
+ <rdfs:label>is based on investment equity</rdfs:label>
296
+ <rdfs:domain rdf:resource="&fibo-be-oac-cpty;InvestmentBasedDeFactoControl"/>
297
+ <rdfs:range rdf:resource="&fibo-be-oac-opty;InvestmentEquity"/>
298
+ <skos:definition>indicates investment-based de facto control, which is is based on the holding of some investment equity by some party</skos:definition>
299
+ </owl:ObjectProperty>
300
+
301
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cpty;isControllingMemberOf">
302
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isPartyControlling"/>
303
+ <rdfs:label>is controlling member of</rdfs:label>
304
+ <rdfs:domain rdf:resource="&fibo-fnd-org-org;OrganizationMember"/>
305
+ <rdfs:range rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
306
+ <skos:definition>identifies a controlled organization over which the member has some measure of control</skos:definition>
307
+ </owl:ObjectProperty>
308
+
309
+ </rdf:RDF>
src/BE/OwnershipAndControl/CorporateControl.rdf ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
6
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
7
+ <!ENTITY fibo-be-oac-cctl "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/">
8
+ <!ENTITY fibo-be-oac-cown "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/">
9
+ <!ENTITY fibo-be-oac-cpty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
10
+ <!ENTITY fibo-be-oac-opty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
11
+ <!ENTITY fibo-fnd-oac-ctl "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/">
12
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
13
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
14
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
15
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
16
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
17
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
18
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
19
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
20
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
21
+ ]>
22
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"
23
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
24
+ xmlns:dct="http://purl.org/dc/terms/"
25
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
26
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
27
+ xmlns:fibo-be-oac-cctl="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"
28
+ xmlns:fibo-be-oac-cown="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"
29
+ xmlns:fibo-be-oac-cpty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
30
+ xmlns:fibo-be-oac-opty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
31
+ xmlns:fibo-fnd-oac-ctl="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"
32
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
33
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
34
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
35
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
36
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
37
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
38
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
39
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
40
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
41
+
42
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/">
43
+ <rdfs:label>Corporate Control Ontology</rdfs:label>
44
+ <dct:abstract>This ontology defines concepts relating to corporation-specific control. These concepts are based on the general types of control (both de facto control and controlling interests), as defined in the ControlParties ontology, and are the specific examples of these concepts as they apply to companies incorporated by the issuance of shares.</dct:abstract>
45
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
46
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
47
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
56
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
57
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/CorporateControl/"/>
58
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
59
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified per the FIBO 2.0 RFC to add missing definitions and labels, eliminate references to BusinessFacingTypes, replace min 1 QCRs with someValuesFrom, address other hygiene issues, and limit the burden of certain restrictions, such as those on stock corporation, for typical applications.</skos:changeNote>
60
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to correct reasoning anomalies.</skos:changeNote>
61
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/OwnershipAndControl/CorporateControl.rdf version of this ontology was revised to allow any legal entity to participate in control relations rather than limiting control to a stock corporation, and simplifying others such that any party can be a significant shareholder, for example, rather than limiting this role to a legal entity.</skos:changeNote>
62
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200501/OwnershipAndControl/CorporateControl.rdf version of this ontology was revised to further clean up definitions related to control via ownership of shares, which only applies to corporations and some partnerships, and revise and extend the definition of affiliation.</skos:changeNote>
63
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to simplify control concepts and relations.</skos:changeNote>
64
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to incorporate the latest insights into how control relations should integrate with the control situation.</skos:changeNote>
65
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to address text formatting hygiene issues.</skos:changeNote>
66
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/OwnershipAndControl/CorporateControl.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>
67
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
68
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
69
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
70
+ </owl:Ontology>
71
+
72
+ <owl:Class rdf:about="&fibo-be-oac-cctl;Affiliate">
73
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
74
+ <rdfs:subClassOf>
75
+ <owl:Restriction>
76
+ <owl:onProperty rdf:resource="&fibo-be-oac-cctl;isAffiliateOf"/>
77
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cctl;Affiliate"/>
78
+ </owl:Restriction>
79
+ </rdfs:subClassOf>
80
+ <rdfs:label>affiliate</rdfs:label>
81
+ <owl:equivalentClass>
82
+ <owl:Class>
83
+ <owl:unionOf rdf:parseType="Collection">
84
+ <rdf:Description rdf:about="&fibo-be-oac-cpty;MajorityControllingParty">
85
+ </rdf:Description>
86
+ <rdf:Description rdf:about="&fibo-be-oac-cpty;ControlledParty">
87
+ </rdf:Description>
88
+ </owl:unionOf>
89
+ </owl:Class>
90
+ </owl:equivalentClass>
91
+ <skos:definition>party that is related to a legal entity, directly, or indirectly through one or more intermediaries, and controls, or is controlled by, or is under common control with that entity, typically determined by the degree of ownership</skos:definition>
92
+ </owl:Class>
93
+
94
+ <owl:Class rdf:about="&fibo-be-oac-cctl;Affiliation">
95
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;Control"/>
96
+ <rdfs:subClassOf>
97
+ <owl:Restriction>
98
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-pty;hasActor"/>
99
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cctl;ControllingAffiliate"/>
100
+ </owl:Restriction>
101
+ </rdfs:subClassOf>
102
+ <rdfs:subClassOf>
103
+ <owl:Restriction>
104
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-pty;hasUndergoer"/>
105
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cctl;ControlledAffiliate"/>
106
+ </owl:Restriction>
107
+ </rdfs:subClassOf>
108
+ <rdfs:label>affiliation</rdfs:label>
109
+ <skos:definition>situation in which a controlled party is affiliated with a controlling party for some period of time</skos:definition>
110
+ </owl:Class>
111
+
112
+ <owl:Class rdf:about="&fibo-be-oac-cctl;ControlledAffiliate">
113
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
114
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;Affiliate"/>
115
+ <rdfs:subClassOf>
116
+ <owl:Restriction>
117
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
118
+ <owl:allValuesFrom rdf:resource="&fibo-be-le-lp;LegalEntity"/>
119
+ </owl:Restriction>
120
+ </rdfs:subClassOf>
121
+ <rdfs:label>controlled affiliate</rdfs:label>
122
+ <skos:definition>controlled party in an affiliation situation</skos:definition>
123
+ </owl:Class>
124
+
125
+ <owl:Class rdf:about="&fibo-be-oac-cctl;ControllingAffiliate">
126
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;MajorityControllingParty"/>
127
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;Affiliate"/>
128
+ <rdfs:label>controlling affiliate</rdfs:label>
129
+ <skos:definition>controlling party in an affiliation situation</skos:definition>
130
+ </owl:Class>
131
+
132
+ <owl:Class rdf:about="&fibo-be-oac-cctl;DomesticUltimateParent">
133
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;TotalControllingInterestParty"/>
134
+ <rdfs:label>domestic ultimate parent</rdfs:label>
135
+ <skos:definition>party that is recognized as the ultimate parent of a given organization within the country or jurisdiction of incorporation or organization</skos:definition>
136
+ </owl:Class>
137
+
138
+ <owl:Class rdf:about="&fibo-be-oac-cctl;GlobalUltimateParent">
139
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;TotalControllingInterestParty"/>
140
+ <rdfs:label>global ultimate parent</rdfs:label>
141
+ <skos:definition>party that is recognized as the ultimate parent of a given organization world-wide</skos:definition>
142
+ </owl:Class>
143
+
144
+ <owl:Class rdf:about="&fibo-be-oac-cctl;JointVenturePartner">
145
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;EntityControllingParty"/>
146
+ <rdfs:subClassOf>
147
+ <owl:Restriction>
148
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;isControllingPartyOf"/>
149
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-fbo;JointVenture"/>
150
+ </owl:Restriction>
151
+ </rdfs:subClassOf>
152
+ <rdfs:label>joint venture partner</rdfs:label>
153
+ <skos:definition>party that shares capital, technology, human resources, risks, and benefits of an entity under shared control</skos:definition>
154
+ </owl:Class>
155
+
156
+ <owl:Class rdf:about="&fibo-be-oac-cctl;SignificantShareholder">
157
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;VotingShareholder"/>
158
+ <rdfs:label>significant shareholder</rdfs:label>
159
+ <skos:definition>party that owns a significant voting stake in an organization that is less than 50 percent but greater than some threshold</skos:definition>
160
+ <cmns-av:explanatoryNote>Note that the concept of significance varies depending on the jurisdiction, and particularly with respect to reporting requirements. For example, in some cases, three (3) percent ownership of any class or series of shares is considered significant, and in others it means more than five or ten percent of the total combined voting power across all classes of securities.</cmns-av:explanatoryNote>
161
+ </owl:Class>
162
+
163
+ <owl:Class rdf:about="&fibo-be-oac-cctl;Subsidiary">
164
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;ControlledAffiliate"/>
165
+ <rdfs:label>subsidiary</rdfs:label>
166
+ <skos:definition>legal entity that is entirely or majority owned and controlled by another legal entity</skos:definition>
167
+ <cmns-av:explanatoryNote>A subsidiary is a separate, distinct legal entity from its parent company(ies) for the purposes of taxation, regulatory compliance, and with respect to liability.</cmns-av:explanatoryNote>
168
+ </owl:Class>
169
+
170
+ <owl:Class rdf:about="&fibo-be-oac-cctl;TotalControllingInterestParty">
171
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;TotalOwner"/>
172
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cctl;SignificantShareholder"/>
173
+ <rdfs:label>total controlling interest party</rdfs:label>
174
+ <skos:definition>voting shareholder that owns 100 percent of the voting shares in some legal entity</skos:definition>
175
+ <cmns-av:explanatoryNote>By virtue of holding 100 percent of the share ownership, the total controlling interest company also holds 100 percent of the controlling equity, if there is a difference. Therefore, it is both a total owner and a total controlling party.</cmns-av:explanatoryNote>
176
+ <cmns-av:synonym>parent company</cmns-av:synonym>
177
+ </owl:Class>
178
+
179
+ <owl:Class rdf:about="&fibo-be-oac-cctl;VotingShareholder">
180
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;DeJureControllingInterestParty"/>
181
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cown;Shareholder"/>
182
+ <rdfs:label>voting shareholder</rdfs:label>
183
+ <skos:definition>shareholder whose shares confer the right to vote in corporate elections, including the right to elect directors at annual or special meetings, and to express their views to corporate management and directors on significant issues that may affect the value of those shares</skos:definition>
184
+ </owl:Class>
185
+
186
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;hasAffiliate">
187
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isControlledPartyOf"/>
188
+ <rdfs:label>has affiliate</rdfs:label>
189
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
190
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;Affiliate"/>
191
+ <skos:definition>has a party which directly, or indirectly through one or more intermediaries, controls, or is controlled by, or is under common control with the company</skos:definition>
192
+ </owl:ObjectProperty>
193
+
194
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;hasControllingAffiliate">
195
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cctl;isAffiliateOf"/>
196
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;isAffectedBy"/>
197
+ <rdfs:label>has controlling affiliate</rdfs:label>
198
+ <rdfs:domain rdf:resource="&fibo-be-oac-cctl;ControlledAffiliate"/>
199
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;ControllingAffiliate"/>
200
+ <skos:definition>is directly, or indirectly through one or more intermediaries, controlled by</skos:definition>
201
+ </owl:ObjectProperty>
202
+
203
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;hasDomesticUltimateParent">
204
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cpty;hasMajorityControllingParty"/>
205
+ <rdfs:label>has domestic ultimate parent</rdfs:label>
206
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;DomesticUltimateParent"/>
207
+ <skos:definition>relates an organization to another recognized as its ultimate parent, within its country or jurisdiction of incorporation, if it has one</skos:definition>
208
+ <skos:editorialNote>In the case of companies that are subsidiaries of another company that itself has a parent, this identifies the organization at the top of the hierarchy of organizations in the country of registration. Adapted from consensus definition of Ultimate Parent, now that this is split into national and global parent.</skos:editorialNote>
209
+ <cmns-av:adaptedFrom>consensus definition of ultimate parent, with the split between domestic and global parent</cmns-av:adaptedFrom>
210
+ </owl:ObjectProperty>
211
+
212
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;hasGlobalUltimateParent">
213
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cpty;hasMajorityControllingParty"/>
214
+ <rdfs:label>has global ultimate parent</rdfs:label>
215
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;GlobalUltimateParent"/>
216
+ <skos:definition>relates an organization to another recognized as its ultimate parent, if it has one</skos:definition>
217
+ <skos:editorialNote>In the case of companies that are subsidiaries of another company that itself has a parent, this identifies the organization at the top of the hierarchy, world-wide. Adapted from consensus definition of Ultimate Parent, now that this is split into national and global parent.</skos:editorialNote>
218
+ <cmns-av:adaptedFrom>consensus definition of ultimate parent, with the split between domestic and global parent</cmns-av:adaptedFrom>
219
+ </owl:ObjectProperty>
220
+
221
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;hasSubsidiary">
222
+ <rdfs:label>has subsidiary</rdfs:label>
223
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
224
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;Subsidiary"/>
225
+ <owl:propertyChainAxiom rdf:parseType="Collection">
226
+ <rdf:Description rdf:about="&fibo-fnd-pty-rl;playsRole">
227
+ </rdf:Description>
228
+ <rdf:Description rdf:about="&fibo-be-oac-cctl;isParentCompanyOf">
229
+ </rdf:Description>
230
+ </owl:propertyChainAxiom>
231
+ <skos:definition>relates a legal entity to another organization that it owns at least 50 percent of</skos:definition>
232
+ </owl:ObjectProperty>
233
+
234
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;isAffiliateOf">
235
+ <rdf:type rdf:resource="&owl;SymmetricProperty"/>
236
+ <rdfs:label>is affiliate of</rdfs:label>
237
+ <rdfs:domain rdf:resource="&fibo-be-oac-cctl;Affiliate"/>
238
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;Affiliate"/>
239
+ <skos:definition>relates a party which directly, or indirectly through one or more intermediaries, controls, or is controlled by, or is under common control by another party to that party</skos:definition>
240
+ </owl:ObjectProperty>
241
+
242
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;isControllingAffiliateOf">
243
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cctl;isAffiliateOf"/>
244
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;actsOn"/>
245
+ <rdfs:label>is controlling affiliate of</rdfs:label>
246
+ <rdfs:domain rdf:resource="&fibo-be-oac-cctl;ControllingAffiliate"/>
247
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;ControlledAffiliate"/>
248
+ <owl:inverseOf rdf:resource="&fibo-be-oac-cctl;hasControllingAffiliate"/>
249
+ <skos:definition>controls directly, or indirectly through one or more intermediaries</skos:definition>
250
+ </owl:ObjectProperty>
251
+
252
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;isParentCompanyOf">
253
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cctl;isControllingAffiliateOf"/>
254
+ <rdfs:label>is parent company of</rdfs:label>
255
+ <rdfs:domain rdf:resource="&fibo-be-oac-cctl;ControllingAffiliate"/>
256
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;Subsidiary"/>
257
+ <owl:inverseOf rdf:resource="&fibo-be-oac-cctl;isSubsidiaryOf"/>
258
+ <skos:definition>indicates a controlled affiliate that it owns at least 50 percent of</skos:definition>
259
+ </owl:ObjectProperty>
260
+
261
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;isSubsidiaryOf">
262
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cctl;hasControllingAffiliate"/>
263
+ <rdfs:label>is subsidiary of</rdfs:label>
264
+ <rdfs:domain rdf:resource="&fibo-be-oac-cctl;Subsidiary"/>
265
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;ControllingAffiliate"/>
266
+ <skos:definition>is controlled directly, or indirectly through one or more intermediaries and owned at least 50 percent by</skos:definition>
267
+ </owl:ObjectProperty>
268
+
269
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cctl;isWhollyOwnedBy">
270
+ <rdfs:label>is wholly owned by</rdfs:label>
271
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalEntity"/>
272
+ <rdfs:range rdf:resource="&fibo-be-oac-cctl;TotalControllingInterestParty"/>
273
+ <owl:propertyChainAxiom rdf:parseType="Collection">
274
+ <rdf:Description rdf:about="&fibo-fnd-pty-rl;playsRole">
275
+ </rdf:Description>
276
+ <rdf:Description rdf:about="&fibo-be-oac-cctl;isSubsidiaryOf">
277
+ </rdf:Description>
278
+ </owl:propertyChainAxiom>
279
+ <skos:definition>relates a legal entity to a party that has 100 percent ownership and control over it</skos:definition>
280
+ </owl:ObjectProperty>
281
+
282
+ </rdf:RDF>
src/BE/OwnershipAndControl/CorporateOwnership.rdf ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
6
+ <!ENTITY fibo-be-oac-cown "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/">
7
+ <!ENTITY fibo-be-oac-opty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
8
+ <!ENTITY fibo-fnd-acc-aeq "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/">
9
+ <!ENTITY fibo-fnd-agr-agr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/">
10
+ <!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
11
+ <!ENTITY fibo-fnd-oac-ctl "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/">
12
+ <!ENTITY fibo-fnd-oac-own "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/">
13
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
14
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
15
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
16
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
17
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
18
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
19
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
20
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
21
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
22
+ ]>
23
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"
24
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
25
+ xmlns:dct="http://purl.org/dc/terms/"
26
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
27
+ xmlns:fibo-be-oac-cown="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"
28
+ xmlns:fibo-be-oac-opty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
29
+ xmlns:fibo-fnd-acc-aeq="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"
30
+ xmlns:fibo-fnd-agr-agr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"
31
+ xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
32
+ xmlns:fibo-fnd-oac-ctl="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"
33
+ xmlns:fibo-fnd-oac-own="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"
34
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
35
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
36
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
37
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
38
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
39
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
40
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
41
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
42
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
43
+
44
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/">
45
+ <rdfs:label>Corporate Ownership Ontology</rdfs:label>
46
+ <dct:abstract>This ontology defines concepts relating to corporation-specific ownership. Roles are defined in terms of the ownership enjoyed by the party, and are the specific examples of these concepts as they apply to companies incorporated by the issuance of shares.</dct:abstract>
47
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
48
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
49
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
50
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
51
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
62
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
63
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/CorporateOwnership/"/>
64
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
65
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified per the FIBO 2.0 RFC to reference shareholders&apos; equity in the definition of a shareholder.</skos:changeNote>
66
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to generalize the definition of beneficial owner rather than limiting it to shareholding and eliminate a duplicate restriction on shareholder.</skos:changeNote>
67
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190201/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to modify the inheritance hierarchy for beneficial owner to replace owner with controlling party as one of its parent classes.</skos:changeNote>
68
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to replace isEquityHeldBy with its parent, isHeldBy, eliminate redundant classes that were not used anywhere, and clean up a few definitions to be less ambiguous, not circular, and to conform with ISO 704.</skos:changeNote>
69
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200901/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was revised to simplify the contract party hierarchy and add concepts related to beneficial ownership.</skos:changeNote>
70
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was revised to eliminate references to external dictionary sites that no longer resolve.</skos:changeNote>
71
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was revised to incorporate the latest insights into how control relations should integrate with the control situation.</skos:changeNote>
72
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/CorporateOwnership.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>
73
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
74
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
75
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
76
+ </owl:Ontology>
77
+
78
+ <owl:Class rdf:about="&fibo-be-oac-cown;BeneficialOwner">
79
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-agr-agr;Beneficiary"/>
80
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
81
+ <rdfs:subClassOf>
82
+ <owl:Restriction>
83
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
84
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
85
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
86
+ </owl:Restriction>
87
+ </rdfs:subClassOf>
88
+ <rdfs:subClassOf>
89
+ <owl:Restriction>
90
+ <owl:onProperty rdf:resource="&fibo-be-oac-cown;isBeneficialOwnerOf"/>
91
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-oac-ctl;ControlledThing"/>
92
+ </owl:Restriction>
93
+ </rdfs:subClassOf>
94
+ <rdfs:label>beneficial owner</rdfs:label>
95
+ <skos:definition>party that enjoys the benefits of ownership (such as receipt of income) of something even though its ownership (title) may be in the name of another party (called a nominee or registered owner)</skos:definition>
96
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Beneficial_ownership#Financial_Action_Task_Force_on_Money_Laundering_(FATF)</cmns-av:adaptedFrom>
97
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.fincen.gov/resources/statutes-regulations/guidance/guidance-obtaining-and-retaining-beneficial-ownership</cmns-av:adaptedFrom>
98
+ <cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.ncua.gov/regulation-supervision/letters-credit-unions-other-guidance/beneficial-ownership-requirements-legal-entity-customers-overview</cmns-av:adaptedFrom>
99
+ <cmns-av:explanatoryNote>From World Bank Report: In identifying the beneficial owner, the focus should be on two factors: the control exercised and the benefit derived. Control of a corporate vehicle will always depend on context, as control can be exercised in many different ways, including through ownership, contractually or informally.</cmns-av:explanatoryNote>
100
+ <cmns-av:explanatoryNote>The Financial Action Task Force on Money Laundering (FATF) refers to a &apos;beneficial owner&apos; as the natural person(s) who ultimately owns or controls a legal entity and/or the natural person on whose behalf a transaction is being conducted. It also includes those persons who exercise ultimate effective control over a legal person or arrangement.</cmns-av:explanatoryNote>
101
+ <cmns-av:explanatoryNote>The National Credit Union Administration (NCUA) defines a &apos;beneficial owner&apos; as (1) a single individual with significant responsibility to control, manage or direct a legal entity customer, or (2) each individual, if any, who, directly or indirectly, through any contract, arrangement, understanding, relationship or otherwise, owns 25 percent or more of the equity interests of a legal entity customer; if a trust owns directly or indirectly, through any contract, arrangement, understanding, relationship or otherwise, 25 percent or more of the equity interests of a legal entity customer, the beneficial owner is the trustee.</cmns-av:explanatoryNote>
102
+ <cmns-av:explanatoryNote>Use of a nominee (who may be an agent, custodian, or a trustee) does not change the position regarding tax reporting and tax liability, and the beneficial owner remains responsible.</cmns-av:explanatoryNote>
103
+ </owl:Class>
104
+
105
+ <owl:Class rdf:about="&fibo-be-oac-cown;BeneficialOwnership">
106
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;Control"/>
107
+ <rdfs:subClassOf>
108
+ <owl:Restriction>
109
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;hasPartyInControl"/>
110
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cown;BeneficialOwner"/>
111
+ </owl:Restriction>
112
+ </rdfs:subClassOf>
113
+ <rdfs:subClassOf>
114
+ <owl:Restriction>
115
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;involvesControlledThing"/>
116
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-oac-ctl;ControlledThing"/>
117
+ </owl:Restriction>
118
+ </rdfs:subClassOf>
119
+ <rdfs:label>beneficial ownership</rdfs:label>
120
+ <skos:definition>control situation linking something at least one beneficial owner</skos:definition>
121
+ <cmns-av:explanatoryNote>Beneficial ownership may be shared among a group of individuals. If a beneficial owner acquires a position of more than 5 percent in the United States, it must file Schedule 13D or 13G under Section 12 of the Securities Exchange Act of 1934.</cmns-av:explanatoryNote>
122
+ </owl:Class>
123
+
124
+ <owl:Class rdf:about="&fibo-be-oac-cown;Shareholder">
125
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;ConstitutionalOwner"/>
126
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;Counterparty"/>
127
+ <rdfs:label xml:lang="en">shareholder</rdfs:label>
128
+ <skos:definition>party that owns shares in and has rights and responsibilities with respect to some asset, provided in exchange for investment</skos:definition>
129
+ <cmns-av:explanatoryNote>The shares represent an ownership interest in a corporation, mutual fund, or partnership, or a unit of ownership in a structured product, such as a real estate investment trust.</cmns-av:explanatoryNote>
130
+ <cmns-av:synonym xml:lang="en-US">stockholder</cmns-av:synonym>
131
+ </owl:Class>
132
+
133
+ <owl:Class rdf:about="&fibo-be-oac-cown;Shareholding">
134
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-acc-aeq;FinancialAsset"/>
135
+ <rdfs:subClassOf>
136
+ <owl:Restriction>
137
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isHeldBy"/>
138
+ <owl:allValuesFrom rdf:resource="&fibo-be-oac-cown;Shareholder"/>
139
+ </owl:Restriction>
140
+ </rdfs:subClassOf>
141
+ <rdfs:label>shareholding</rdfs:label>
142
+ <skos:definition>financial asset that takes the form of shares considered as a unit</skos:definition>
143
+ <cmns-av:explanatoryNote>The legal power of a shareholder varies in proportion to their shareholding. Typically, ten percent and below stockholding provides no protection. Fifteen percent stockholding may give the power to petition courts against changing the shares class rights. Up to 49.9 percent stockholding normally gives power to demand calling of an extraordinary general meeting. Fifty percent and over stockholding gives power to fire a director and force out minority stockholders by acquiring their shares as per the rules of the firm. Holder of 75 percent of the stock has the power to change the articles and memorandum of association and the firms name, reduce the share capital, allow the firm to buy its own shares from other stockholders, and to shut down the business. One hundred percent stockholding of course gives total power under the corporate legislation.</cmns-av:explanatoryNote>
144
+ </owl:Class>
145
+
146
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cown;hasBeneficialOwner">
147
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;hasControllingParty"/>
148
+ <rdfs:label>has beneficial owner</rdfs:label>
149
+ <rdfs:domain rdf:resource="&fibo-fnd-oac-ctl;ControlledThing"/>
150
+ <rdfs:range rdf:resource="&fibo-be-oac-cown;BeneficialOwner"/>
151
+ <skos:definition>indicates the party that retains rights in the asset they control in a beneficial ownership situation</skos:definition>
152
+ </owl:ObjectProperty>
153
+
154
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-cown;isBeneficialOwnerOf">
155
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isPartyControlling"/>
156
+ <rdfs:label>is beneficial owner of</rdfs:label>
157
+ <rdfs:domain rdf:resource="&fibo-be-oac-cown;BeneficialOwner"/>
158
+ <rdfs:range rdf:resource="&fibo-fnd-oac-ctl;ControlledThing"/>
159
+ <owl:inverseOf rdf:resource="&fibo-be-oac-cown;hasBeneficialOwner"/>
160
+ <skos:definition>indicates an asset in which the beneficial owner holds rights (typically voting rights, management rights, etc.) in a beneficial ownership situation</skos:definition>
161
+ </owl:ObjectProperty>
162
+
163
+ </rdf:RDF>
src/BE/OwnershipAndControl/Executives.rdf ADDED
@@ -0,0 +1,701 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-col "https://www.omg.org/spec/Commons/Collections/">
5
+ <!ENTITY dct "http://purl.org/dc/terms/">
6
+ <!ENTITY fibo-be-corp-corp "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/">
7
+ <!ENTITY fibo-be-le-cb "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-be-oac-cctl "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/">
10
+ <!ENTITY fibo-be-oac-cpty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
11
+ <!ENTITY fibo-be-oac-exec "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/">
12
+ <!ENTITY fibo-be-oac-opty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
13
+ <!ENTITY fibo-fnd-law-cor "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/">
14
+ <!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
15
+ <!ENTITY fibo-fnd-law-lcap "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/">
16
+ <!ENTITY fibo-fnd-oac-ctl "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/">
17
+ <!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
18
+ <!ENTITY fibo-fnd-org-org "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/">
19
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
20
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
21
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
22
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
23
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
24
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
25
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
26
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
27
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
28
+ ]>
29
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"
30
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
31
+ xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
32
+ xmlns:dct="http://purl.org/dc/terms/"
33
+ xmlns:fibo-be-corp-corp="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"
34
+ xmlns:fibo-be-le-cb="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
35
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
36
+ xmlns:fibo-be-oac-cctl="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"
37
+ xmlns:fibo-be-oac-cpty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
38
+ xmlns:fibo-be-oac-exec="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"
39
+ xmlns:fibo-be-oac-opty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
40
+ xmlns:fibo-fnd-law-cor="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"
41
+ xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
42
+ xmlns:fibo-fnd-law-lcap="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"
43
+ xmlns:fibo-fnd-oac-ctl="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"
44
+ xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
45
+ xmlns:fibo-fnd-org-org="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"
46
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
47
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
48
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
49
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
50
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
51
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
52
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
53
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
54
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
55
+
56
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/">
57
+ <rdfs:label>Executives Ontology</rdfs:label>
58
+ <dct:abstract>This ontology defines concepts relating to executives and their formal capacities. The concepts defined in this ontology cover types of corporate officers, board members and the like, along with the capacities in terms of which those party roles are defined, and the kinds of entity (principally natural persons) that are able to perform in those roles.</dct:abstract>
59
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
64
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
65
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
66
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
67
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
68
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/"/>
69
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"/>
70
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/"/>
71
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
72
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
73
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
74
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
75
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
76
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
77
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
78
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/OwnershipAndControl/Executives/"/>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/Executives.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
80
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160801/OwnershipAndControl/Executives.rdf version of this ontology was modified per the FIBO 2.0 RFC to fix reasoning issues.</skos:changeNote>
81
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/Executives.rdf version of this ontology was modified to clarify the definition of responsible party.</skos:changeNote>
82
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/OwnershipAndControl/Executives.rdf version of this ontology was modified to adjust the hierarchy to better support regulatory requirements.</skos:changeNote>
83
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190501/OwnershipAndControl/Executives.rdf version of this ontology was modified to eliminate duplication with concepts in LCC.</skos:changeNote>
84
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/OwnershipAndControl/Executives.rdf version of this ontology was modified to integrate concepts related to authorization, including board membership and the concept of a signatory (moved from legal persons) to improve semantics; simplify the ontology, and normalize definitions to be ISO 704 compliant.</skos:changeNote>
85
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/Executives.rdf version of this ontology was modified to correct the label on hasAuthorizedParty.</skos:changeNote>
86
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/OwnershipAndControl/Executives.rdf version of this ontology was modified to add PrincipalParty as the parent of CEO and others.</skos:changeNote>
87
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/Executives.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve, add the concept of corporate bylaws and restriction on authorized shares (moved from SEC).</skos:changeNote>
88
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/OwnershipAndControl/Executives.rdf version of the ontology was modified to reflect the move of OrganizationMember from Parties to Organizations in FND and to incorporate the latest insights into how control relations should integrate with the control situation.</skos:changeNote>
89
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/Executives.rdf version of the ontology was modified to fix spelling errors.</skos:changeNote>
90
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/OwnershipAndControl/Executives.rdf version of the ontology was modified to refine the definition of corporate officer.</skos:changeNote>
91
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/OwnershipAndControl/Executives.rdf version of the ontology was modified to address text formatting hygiene issues.</skos:changeNote>
92
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/OwnershipAndControl/Executives.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>
93
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/Executives.rdf version of the ontology was modified to move the property, &apos;is conferred on&apos; from Relations to the Legal Capacity ontology, and 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>
94
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
95
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
96
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
97
+ </owl:Ontology>
98
+
99
+ <owl:Class rdf:about="&fibo-be-oac-cpty;DeFactoControllingInterestParty">
100
+ <rdfs:subClassOf>
101
+ <owl:Restriction>
102
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;nominates"/>
103
+ <owl:onClass rdf:resource="&fibo-be-oac-exec;BoardMember"/>
104
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
105
+ </owl:Restriction>
106
+ </rdfs:subClassOf>
107
+ <cmns-av:explanatoryNote>A control owner (i.e., control person, per SEC regulations) may have some means or right that allows them to exercise control over board composition, other than through proxy assignment or vote. Not all control persons have this facility, as it is not inherent to having a significant (for example, 20 percent or more) ownership stake.</cmns-av:explanatoryNote>
108
+ </owl:Class>
109
+
110
+ <owl:Class rdf:about="&fibo-be-oac-cctl;VotingShareholder">
111
+ <rdfs:subClassOf>
112
+ <owl:Restriction>
113
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;elects"/>
114
+ <owl:onClass rdf:resource="&fibo-be-oac-exec;BoardMember"/>
115
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
116
+ </owl:Restriction>
117
+ </rdfs:subClassOf>
118
+ <cmns-av:explanatoryNote>A voting shareholder may exercise control over board composition by (1) attending a shareholder meeting and voting directly, (2) assigning a proxy to vote on their behalf, either as specified in the recommendations made in the proxy card or as indicated in a manner that deviates from those recommendations but is detailed on the proxy card, (3) by rejection of the proxy, either implicitly or explicitly, or (4) through a direct ballot that they create themselves.</cmns-av:explanatoryNote>
119
+ </owl:Class>
120
+
121
+ <owl:Class rdf:about="&fibo-be-oac-exec;ArticlesOfIncorporation">
122
+ <rdfs:subClassOf rdf:resource="&fibo-be-le-cb;InstrumentOfIncorporation"/>
123
+ <rdfs:label>articles of incorporation</rdfs:label>
124
+ <skos:definition>contract that establishes a new corporation or, when amended, adjusts the legal basis for the corporation, and outlines basic information about the corporation, including the type of business, and a description of the business&apos; operational characteristics</skos:definition>
125
+ <cmns-av:synonym>articles of association</cmns-av:synonym>
126
+ </owl:Class>
127
+
128
+ <owl:Class rdf:about="&fibo-be-oac-exec;Auditor">
129
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
130
+ <rdfs:label>auditor</rdfs:label>
131
+ <skos:definition>party qualified and authorized to review and verify the accuracy of financial records and ensure that companies comply with tax laws</skos:definition>
132
+ <cmns-av:explanatoryNote>An auditor is authorized to audit one or more specific organizations, i.e., by the authorizing party indicated by the situation.</cmns-av:explanatoryNote>
133
+ <cmns-av:explanatoryNote>An auditor may be an internal auditor - an individual whose primary job function is to audit his or her own company, or an external auditor - an individual from outside the company, who typically is employed by an auditing firm who handles many different clients.</cmns-av:explanatoryNote>
134
+ </owl:Class>
135
+
136
+ <owl:Class rdf:about="&fibo-be-oac-exec;Authorization">
137
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;Situation"/>
138
+ <rdfs:subClassOf>
139
+ <owl:Restriction>
140
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;hasAuthorizedParty"/>
141
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
142
+ </owl:Restriction>
143
+ </rdfs:subClassOf>
144
+ <rdfs:subClassOf>
145
+ <owl:Restriction>
146
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;hasAuthorizingParty"/>
147
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;AuthorizingParty"/>
148
+ </owl:Restriction>
149
+ </rdfs:subClassOf>
150
+ <rdfs:label>authorization</rdfs:label>
151
+ <skos:definition>situation in which a party authorizes someone to act on their behalf under certain conditions for some period of time</skos:definition>
152
+ </owl:Class>
153
+
154
+ <owl:Class rdf:about="&fibo-be-oac-exec;AuthorizedParty">
155
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;ResponsibleParty"/>
156
+ <rdfs:subClassOf>
157
+ <owl:Restriction>
158
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
159
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
160
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
161
+ </owl:Restriction>
162
+ </rdfs:subClassOf>
163
+ <rdfs:subClassOf>
164
+ <owl:Restriction>
165
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;isAuthorizedThrough"/>
166
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;Authorization"/>
167
+ </owl:Restriction>
168
+ </rdfs:subClassOf>
169
+ <rdfs:label>authorized party</rdfs:label>
170
+ <skos:definition>party that has been given the responsibility to act on behalf of another party under some set of guidelines</skos:definition>
171
+ </owl:Class>
172
+
173
+ <owl:Class rdf:about="&fibo-be-oac-exec;AuthorizingParty">
174
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;Actor"/>
175
+ <rdfs:subClassOf>
176
+ <owl:Restriction>
177
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
178
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegalPerson"/>
179
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
180
+ </owl:Restriction>
181
+ </rdfs:subClassOf>
182
+ <rdfs:subClassOf>
183
+ <owl:Restriction>
184
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;authorizesThrough"/>
185
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;Authorization"/>
186
+ </owl:Restriction>
187
+ </rdfs:subClassOf>
188
+ <rdfs:label>authorizing party</rdfs:label>
189
+ <skos:definition>party that delegates some role, authority, or control to another party</skos:definition>
190
+ </owl:Class>
191
+
192
+ <owl:Class rdf:about="&fibo-be-oac-exec;BoardCapacity">
193
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-lcap;DelegatedLegalAuthority"/>
194
+ <rdfs:subClassOf>
195
+ <owl:Restriction>
196
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isGovernedBy"/>
197
+ <owl:onClass rdf:resource="&fibo-be-oac-exec;CompanyLaw"/>
198
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
199
+ </owl:Restriction>
200
+ </rdfs:subClassOf>
201
+ <rdfs:subClassOf>
202
+ <owl:Restriction>
203
+ <owl:onProperty rdf:resource="&fibo-fnd-law-lcap;isConferredOn"/>
204
+ <owl:someValuesFrom>
205
+ <owl:Restriction>
206
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;playsRole"/>
207
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;BoardMember"/>
208
+ </owl:Restriction>
209
+ </owl:someValuesFrom>
210
+ </owl:Restriction>
211
+ </rdfs:subClassOf>
212
+ <rdfs:subClassOf>
213
+ <owl:Restriction>
214
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isConferredBy"/>
215
+ <owl:someValuesFrom>
216
+ <owl:Class>
217
+ <owl:unionOf rdf:parseType="Collection">
218
+ <rdf:Description rdf:about="&fibo-be-le-cb;InstrumentOfIncorporation">
219
+ </rdf:Description>
220
+ <rdf:Description rdf:about="&fibo-be-oac-exec;Bylaws">
221
+ </rdf:Description>
222
+ <rdf:Description rdf:about="&fibo-be-corp-corp;BoardAgreement">
223
+ </rdf:Description>
224
+ </owl:unionOf>
225
+ </owl:Class>
226
+ </owl:someValuesFrom>
227
+ </owl:Restriction>
228
+ </rdfs:subClassOf>
229
+ <rdfs:label>board capacity</rdfs:label>
230
+ <skos:definition>authority to act in a fiduciary capacity with respect to the organization, including but not limited to determining and executing corporate policy</skos:definition>
231
+ </owl:Class>
232
+
233
+ <owl:Class rdf:about="&fibo-be-oac-exec;BoardCompositionControl">
234
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;Control"/>
235
+ <rdfs:subClassOf>
236
+ <owl:Restriction>
237
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;hasPartyInControl"/>
238
+ <owl:onClass>
239
+ <owl:Class>
240
+ <owl:unionOf rdf:parseType="Collection">
241
+ <rdf:Description rdf:about="&fibo-be-oac-cctl;SignificantShareholder">
242
+ </rdf:Description>
243
+ <rdf:Description rdf:about="&fibo-be-oac-opty;EntityOwner">
244
+ </rdf:Description>
245
+ </owl:unionOf>
246
+ </owl:Class>
247
+ </owl:onClass>
248
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
249
+ </owl:Restriction>
250
+ </rdfs:subClassOf>
251
+ <rdfs:subClassOf>
252
+ <owl:Restriction>
253
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;involvesControlledThing"/>
254
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;BoardMember"/>
255
+ </owl:Restriction>
256
+ </rdfs:subClassOf>
257
+ <rdfs:label>board composition control</rdfs:label>
258
+ <skos:definition>situation in which a voting shareholder, entity owner, or some other party in the case of a not-for-profit organization, appoints and/or nominates someone to the board of directors of an organization for some period of time</skos:definition>
259
+ </owl:Class>
260
+
261
+ <owl:Class rdf:about="&fibo-be-oac-exec;BoardMember">
262
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;LegallyDelegatedAuthority"/>
263
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;ResponsibleParty"/>
264
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationMember"/>
265
+ <rdfs:subClassOf>
266
+ <owl:Restriction>
267
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
268
+ <owl:someValuesFrom>
269
+ <owl:Restriction>
270
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-pty;isAPartyTo"/>
271
+ <owl:someValuesFrom rdf:resource="&fibo-be-corp-corp;BoardAgreement"/>
272
+ </owl:Restriction>
273
+ </owl:someValuesFrom>
274
+ </owl:Restriction>
275
+ </rdfs:subClassOf>
276
+ <rdfs:subClassOf>
277
+ <owl:Restriction>
278
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
279
+ <owl:someValuesFrom>
280
+ <owl:Restriction>
281
+ <owl:onProperty rdf:resource="&cmns-col;isMemberOf"/>
282
+ <owl:someValuesFrom>
283
+ <owl:Restriction>
284
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;playsRole"/>
285
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;BoardOfDirectors"/>
286
+ </owl:Restriction>
287
+ </owl:someValuesFrom>
288
+ </owl:Restriction>
289
+ </owl:someValuesFrom>
290
+ </owl:Restriction>
291
+ </rdfs:subClassOf>
292
+ <rdfs:label>board member</rdfs:label>
293
+ <skos:definition>party that has fiduciary responsibility with respect to the organization, including but not limited to determining and executing corporate policy</skos:definition>
294
+ </owl:Class>
295
+
296
+ <owl:Class rdf:about="&fibo-be-oac-exec;BoardMembership">
297
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;Control"/>
298
+ <rdfs:subClassOf>
299
+ <owl:Restriction>
300
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;hasPartyInControl"/>
301
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;BoardMember"/>
302
+ </owl:Restriction>
303
+ </rdfs:subClassOf>
304
+ <rdfs:subClassOf>
305
+ <owl:Restriction>
306
+ <owl:onProperty rdf:resource="&fibo-fnd-oac-ctl;involvesControlledThing"/>
307
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
308
+ </owl:Restriction>
309
+ </rdfs:subClassOf>
310
+ <rdfs:label>board membership</rdfs:label>
311
+ <skos:definition>situation relating an individual member of the board of directors to the organization</skos:definition>
312
+ </owl:Class>
313
+
314
+ <owl:Class rdf:about="&fibo-be-oac-exec;BoardOfDirectors">
315
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-cpty;EntityControllingParty"/>
316
+ <rdfs:subClassOf>
317
+ <owl:Restriction>
318
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;nominates"/>
319
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
320
+ </owl:Restriction>
321
+ </rdfs:subClassOf>
322
+ <rdfs:subClassOf>
323
+ <owl:Restriction>
324
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
325
+ <owl:someValuesFrom>
326
+ <owl:Restriction>
327
+ <owl:onProperty rdf:resource="&fibo-fnd-law-lcap;hasCapacity"/>
328
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;BoardCapacity"/>
329
+ </owl:Restriction>
330
+ </owl:someValuesFrom>
331
+ </owl:Restriction>
332
+ </rdfs:subClassOf>
333
+ <rdfs:subClassOf>
334
+ <owl:Restriction>
335
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
336
+ <owl:someValuesFrom>
337
+ <owl:Restriction>
338
+ <owl:onProperty rdf:resource="&cmns-col;hasMember"/>
339
+ <owl:someValuesFrom>
340
+ <owl:Restriction>
341
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;playsRole"/>
342
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-exec;BoardMember"/>
343
+ </owl:Restriction>
344
+ </owl:someValuesFrom>
345
+ </owl:Restriction>
346
+ </owl:someValuesFrom>
347
+ </owl:Restriction>
348
+ </rdfs:subClassOf>
349
+ <rdfs:label>board of directors</rdfs:label>
350
+ <skos:definition>group of people comprising the governing body of an organization that has the authority to set organizational strategy and policies as well as to select and, to some degree manage, leadership</skos:definition>
351
+ <cmns-av:explanatoryNote>For a public, for profit organization, its members (directors) are elected normally by the subscribers (stockholders) of the firm (generally at an annual general meeting) to govern the firm and look after the subscribers&apos; interests. In the case of a not-for-profit organization, the board ensures the organization is acting in line with its mission. The board has the ultimate decision-making authority and, in general, is empowered to (1) set the company&apos;s policy, objectives, and overall direction, (2) adopt bylaws, (3) name members of the advisory, executive, finance, and other committees, (4) hire, monitor, evaluate, and fire the managing director and senior executives, (5) determine and pay the dividend, and (6) issue additional shares. Though all its members might not be engaged in the company&apos;s day-to-day operations, the entire board is held liable (under the doctrine of collective responsibility) for the consequences of the firm&apos;s policies, actions, and failures to act. Members of the board usually include senior-most executives (called inside directors or executive directors) as well as experts or respected persons chosen from the wider community (called outside directors or non-executive directors).</cmns-av:explanatoryNote>
352
+ </owl:Class>
353
+
354
+ <owl:Class rdf:about="&fibo-be-oac-exec;Bylaws">
355
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-cor;Law"/>
356
+ <rdfs:label>bylaws</rdfs:label>
357
+ <skos:definition>written rules for conduct of a corporation, association, partnership or any organization</skos:definition>
358
+ <cmns-av:synonym>byelaws</cmns-av:synonym>
359
+ <cmns-av:synonym>membership agreement</cmns-av:synonym>
360
+ </owl:Class>
361
+
362
+ <owl:Class rdf:about="&fibo-be-oac-exec;ChiefExecutiveOfficer">
363
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
364
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;ExecutiveBoardMember"/>
365
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;PrincipalParty"/>
366
+ <rdfs:subClassOf>
367
+ <owl:Restriction>
368
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
369
+ <owl:someValuesFrom>
370
+ <owl:Restriction>
371
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;manages"/>
372
+ <owl:someValuesFrom>
373
+ <owl:Class>
374
+ <owl:unionOf rdf:parseType="Collection">
375
+ <rdf:Description rdf:about="&fibo-be-le-lp;LegalEntity">
376
+ </rdf:Description>
377
+ <rdf:Description rdf:about="&fibo-fnd-org-fm;FormalOrganization">
378
+ </rdf:Description>
379
+ </owl:unionOf>
380
+ </owl:Class>
381
+ </owl:someValuesFrom>
382
+ </owl:Restriction>
383
+ </owl:someValuesFrom>
384
+ </owl:Restriction>
385
+ </rdfs:subClassOf>
386
+ <rdfs:label>chief executive officer</rdfs:label>
387
+ <skos:definition>top corporate officer responsible for an organization&apos;s overall operations and performance</skos:definition>
388
+ <cmns-av:abbreviation>CEO</cmns-av:abbreviation>
389
+ <cmns-av:explanatoryNote>He or she is the leader of the firm, serves as the main link between the board of directors (the board) and the firm&apos;s various parts or levels, and is held solely responsible for the firm&apos;s success or failure. One of the major duties of a CEO is to maintain and implement corporate policy, as established by the board. Also called President or managing director, he or she may also be the chairman (or chairperson) of the board.</cmns-av:explanatoryNote>
390
+ </owl:Class>
391
+
392
+ <owl:Class rdf:about="&fibo-be-oac-exec;ChiefFinancialOfficer">
393
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
394
+ <rdfs:label>chief financial officer</rdfs:label>
395
+ <skos:definition>senior-most corporate officer responsible for financial control and planning for an organization or project</skos:definition>
396
+ <cmns-av:abbreviation>CFO</cmns-av:abbreviation>
397
+ <cmns-av:explanatoryNote>He or she is in charge of all accounting functions including (1) credit control, (2) preparing budgets and financial statements, (3) coordinating financing and fund raising, (4) monitoring expenditure and liquidity, (5) managing investment and taxation issues, (6) reporting financial performance to the board, and (7) providing timely financial data to the CEO. Also called chief finance officer, comptroller, controller, or finance controller.</cmns-av:explanatoryNote>
398
+ </owl:Class>
399
+
400
+ <owl:Class rdf:about="&fibo-be-oac-exec;CompanyLaw">
401
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-law-jur;StatuteLaw"/>
402
+ <rdfs:label>company law</rdfs:label>
403
+ <skos:definition>legislation under which the formation, registration or incorporation, governance, and dissolution of a firm is administered and controlled</skos:definition>
404
+ <cmns-av:synonym>corporate law</cmns-av:synonym>
405
+ </owl:Class>
406
+
407
+ <owl:Class rdf:about="&fibo-be-oac-exec;CompanySecretary">
408
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
409
+ <rdfs:label>company secretary</rdfs:label>
410
+ <skos:definition>corporate officer appointed by the directors of an organization, responsible for ensuring compliance with legal obligations related to corporate governance</skos:definition>
411
+ <cmns-av:explanatoryNote>His or her formal duties include (1) calling meetings, (2) recording minutes of the meetings, (3) keeping statutory record books, (4) proper payment of dividend and interest payments, and (5) proper drafting and execution of agreements, contracts, and resolutions.</cmns-av:explanatoryNote>
412
+ <cmns-av:synonym>corporate secretary</cmns-av:synonym>
413
+ </owl:Class>
414
+
415
+ <owl:Class rdf:about="&fibo-be-oac-exec;CorporateBylaws">
416
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;Bylaws"/>
417
+ <rdfs:subClassOf>
418
+ <owl:Restriction>
419
+ <owl:onProperty rdf:resource="&fibo-be-corp-corp;hasSharesAuthorized"/>
420
+ <owl:someValuesFrom rdf:resource="&xsd;nonNegativeInteger"/>
421
+ </owl:Restriction>
422
+ </rdfs:subClassOf>
423
+ <rdfs:label>corporate bylaws</rdfs:label>
424
+ <skos:definition>written rules for conduct of a corporation, adopted by the board of directors</skos:definition>
425
+ <cmns-av:explanatoryNote>Corporate bylaws may contain any provision, not inconsistent with law or with the certificate of incorporation, relating to the business of the corporation, the conduct of its affairs, and its rights or powers or the rights or powers of its stockholders, directors, officers or employees. Changes to the bylaws of a corporation require a board-level resolution and may require a vote of the shareholders.</cmns-av:explanatoryNote>
426
+ </owl:Class>
427
+
428
+ <owl:Class rdf:about="&fibo-be-oac-exec;CorporateOfficer">
429
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;Executive"/>
430
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;Signatory"/>
431
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationMember"/>
432
+ <rdfs:label>corporate officer</rdfs:label>
433
+ <skos:definition>high-level management executive of a corporation or other organization, hired by the board of directors or the business owner(s), charged with certain operational responsibilities, and who has the authority to act on behalf of the organization, including the authority to enter into contracts on behalf of the organization</skos:definition>
434
+ <skos:example>Corporate officers may include a Chief Executive Officer (CEO), Chief Financial Officer (CFO), president, vice president(s), and in some cases a Chief Operating Officer (COO), Chief Compliance Officer (CCO), or other executive responsible for a critical function in the organization.</skos:example>
435
+ <cmns-av:explanatoryNote>In banking, corporate officers have the legal capacity to execute some documents and make certain decisions on behalf of the institution due to the nature of the business. The level of authority varies depending on the role the officer plays, however, and based on bank policy. In large institutions, corporate officers may include loan/lending officers, those in certain supervisory roles, and others with varying degrees of authority, and frequently they are given a &apos;vice president&apos; title, particularly if they are customer facing. Hiring and other decisions related to such corporate officers may be delegated to more operational levels, rather than by the board directly, with respect to such personnel.</cmns-av:explanatoryNote>
436
+ <cmns-av:explanatoryNote>Note that in most cases in the United States, corporate officers, especially those with signatory capacity and other fiduciary responsibilities must be employees, especially with respect to financial institutions and other highly regulated domains. There are cases, however, when an independent contractor or professional services provider may play the role of a corporate officer, such as a &apos;CFO for hire&apos;, which is a common practice in start-up organizations.</cmns-av:explanatoryNote>
437
+ </owl:Class>
438
+
439
+ <owl:Class rdf:about="&fibo-be-oac-exec;Executive">
440
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;LegallyDelegatedAuthority"/>
441
+ <rdfs:subClassOf>
442
+ <owl:Restriction>
443
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
444
+ <owl:onClass rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
445
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
446
+ </owl:Restriction>
447
+ </rdfs:subClassOf>
448
+ <rdfs:label>executive</rdfs:label>
449
+ <skos:definition>person appointed and given the responsibility to manage the affairs of an organization and the authority to make decisions within specified role-specific boundaries</skos:definition>
450
+ </owl:Class>
451
+
452
+ <owl:Class rdf:about="&fibo-be-oac-exec;ExecutiveBoardMember">
453
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;BoardMember"/>
454
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-fm;Employee"/>
455
+ <rdfs:label>executive board member</rdfs:label>
456
+ <skos:definition>member of a board of directors that is also an employee of the organization</skos:definition>
457
+ <cmns-av:synonym>inside director</cmns-av:synonym>
458
+ </owl:Class>
459
+
460
+ <owl:Class rdf:about="&fibo-be-oac-exec;LegallyDelegatedAuthority">
461
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-ctl;ControllingParty"/>
462
+ <rdfs:subClassOf>
463
+ <owl:Restriction>
464
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
465
+ <owl:allValuesFrom rdf:resource="&fibo-be-le-lp;LegalPerson"/>
466
+ </owl:Restriction>
467
+ </rdfs:subClassOf>
468
+ <rdfs:label>legally delegated authority</rdfs:label>
469
+ <skos:definition>party empowered with some level of legal control and corresponding responsibility</skos:definition>
470
+ </owl:Class>
471
+
472
+ <owl:Class rdf:about="&fibo-be-oac-exec;NonExecutiveBoardMember">
473
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;BoardMember"/>
474
+ <rdfs:label>non-executive board member</rdfs:label>
475
+ <owl:disjointWith rdf:resource="&fibo-be-oac-exec;ExecutiveBoardMember"/>
476
+ <skos:definition>member of the board of directors of an organization that has no executive responsibilities towards the running of that organization</skos:definition>
477
+ <cmns-av:synonym>outside director</cmns-av:synonym>
478
+ </owl:Class>
479
+
480
+ <owl:Class rdf:about="&fibo-be-oac-exec;PrincipalParty">
481
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;Signatory"/>
482
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-org-org;OrganizationMember"/>
483
+ <rdfs:label>principal party</rdfs:label>
484
+ <skos:definition>controlling party that is responsible for the management of daily business operations of an organization</skos:definition>
485
+ </owl:Class>
486
+
487
+ <owl:Class rdf:about="&fibo-be-oac-exec;ResponsibleParty">
488
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
489
+ <rdfs:subClassOf>
490
+ <owl:Restriction>
491
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasIdentity"/>
492
+ <owl:allValuesFrom rdf:resource="&fibo-be-le-lp;LegallyCompetentNaturalPerson"/>
493
+ </owl:Restriction>
494
+ </rdfs:subClassOf>
495
+ <rdfs:subClassOf>
496
+ <owl:Restriction>
497
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
498
+ <owl:someValuesFrom>
499
+ <owl:Restriction>
500
+ <owl:onProperty rdf:resource="&fibo-be-oac-exec;hasResponsibility"/>
501
+ <owl:allValuesFrom rdf:resource="&fibo-fnd-law-lcap;Duty"/>
502
+ </owl:Restriction>
503
+ </owl:someValuesFrom>
504
+ </owl:Restriction>
505
+ </rdfs:subClassOf>
506
+ <rdfs:label>responsible party</rdfs:label>
507
+ <skos:definition>person acting in a role that has some formal responsibility, such as a fiduciary responsibility, a signatory, an examiner or registrar, etc.</skos:definition>
508
+ </owl:Class>
509
+
510
+ <owl:Class rdf:about="&fibo-be-oac-exec;Signatory">
511
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
512
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-exec;LegallyDelegatedAuthority"/>
513
+ <rdfs:subClassOf>
514
+ <owl:Restriction>
515
+ <owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
516
+ <owl:someValuesFrom>
517
+ <owl:Restriction>
518
+ <owl:onProperty rdf:resource="&fibo-fnd-law-lcap;hasCapacity"/>
519
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-law-lcap;SignatoryCapacity"/>
520
+ </owl:Restriction>
521
+ </owl:someValuesFrom>
522
+ </owl:Restriction>
523
+ </rdfs:subClassOf>
524
+ <rdfs:label>signatory</rdfs:label>
525
+ <skos:definition>responsible party authorized to sign agreements on behalf of themselves, another person, or an organization</skos:definition>
526
+ </owl:Class>
527
+
528
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;authorizes">
529
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;actsOn"/>
530
+ <rdfs:label>authorizes</rdfs:label>
531
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;AuthorizingParty"/>
532
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
533
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;isAuthorizedBy"/>
534
+ <skos:definition>endorses, enables, empowers, or gives permission to</skos:definition>
535
+ </owl:ObjectProperty>
536
+
537
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;authorizesThrough">
538
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;actsIn"/>
539
+ <rdfs:label>authorizes through</rdfs:label>
540
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;AuthorizingParty"/>
541
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;Authorization"/>
542
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;hasAuthorizingParty"/>
543
+ <skos:definition>indicates the situation that facilitates designation of an authorized party by the authorizing party for some purpose</skos:definition>
544
+ </owl:ObjectProperty>
545
+
546
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;delegatesControlTo">
547
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-exec;authorizes"/>
548
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;designates"/>
549
+ <rdfs:label>delegates control to</rdfs:label>
550
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;LegallyDelegatedAuthority"/>
551
+ <skos:definition>indicates a party to which this legal person has delegated some authority or control</skos:definition>
552
+ </owl:ObjectProperty>
553
+
554
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;designatesSignatory">
555
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-exec;authorizes"/>
556
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;designates"/>
557
+ <rdfs:label>designates signatory</rdfs:label>
558
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;Signatory"/>
559
+ <skos:definition>authorizes to sign agreements, access accounts and/or perform other similar tasks</skos:definition>
560
+ </owl:ObjectProperty>
561
+
562
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;elects">
563
+ <rdfs:label>elects</rdfs:label>
564
+ <rdfs:domain rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
565
+ <rdfs:range rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
566
+ <skos:definition>chooses someone, or a group of individuals, to hold office or some other position by voting</skos:definition>
567
+ <skos:editorialNote>In the case of an election of the members of a board of directors, the bylaws state the manner in which that process is effected. The candidate members may be recommended by the board or other proxy and are then elected by the shareholders. A similar process may be conducted to elect outside auditors.</skos:editorialNote>
568
+ <skos:example>the election of officers of an association, the election of directors by the shareholders</skos:example>
569
+ </owl:ObjectProperty>
570
+
571
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasAuthorizedParty">
572
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasUndergoer"/>
573
+ <rdfs:label>has authorized party</rdfs:label>
574
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;Authorization"/>
575
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
576
+ <skos:definition>indicates the party that is endorsed, enabled, empowered, or otherwise permitted to do something in the situation</skos:definition>
577
+ </owl:ObjectProperty>
578
+
579
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasAuthorizingParty">
580
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasActor"/>
581
+ <rdfs:label>has authorizing party</rdfs:label>
582
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;Authorization"/>
583
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;AuthorizingParty"/>
584
+ <skos:definition>indicates the party that endorses, enables, empowers, or gives permission in the situation</skos:definition>
585
+ </owl:ObjectProperty>
586
+
587
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasCorporateOfficer">
588
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;hasControllingParty"/>
589
+ <rdfs:label>has corporate officer</rdfs:label>
590
+ <rdfs:domain rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
591
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
592
+ <skos:definition>indicates an officer of the organization</skos:definition>
593
+ </owl:ObjectProperty>
594
+
595
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasDelegatedControlOf">
596
+ <rdfs:label>has delegated control of</rdfs:label>
597
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;LegallyDelegatedAuthority"/>
598
+ <skos:definition>indicates something or some party that is controlled via delegation</skos:definition>
599
+ </owl:ObjectProperty>
600
+
601
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasDirector">
602
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;hasControllingParty"/>
603
+ <rdfs:label>has director</rdfs:label>
604
+ <rdfs:domain rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
605
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;BoardMember"/>
606
+ <skos:definition>indicates a member of the board of directors of the organization</skos:definition>
607
+ </owl:ObjectProperty>
608
+
609
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasPrincipalManagingParty">
610
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cpty;hasControllingOrganizationMember"/>
611
+ <rdfs:label>has principal managing party</rdfs:label>
612
+ <rdfs:domain rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
613
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;PrincipalParty"/>
614
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;isPrincipalPartyOf"/>
615
+ <skos:definition>indicates a controlling party that is responsible for the management of daily business operations</skos:definition>
616
+ </owl:ObjectProperty>
617
+
618
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasResponsibility">
619
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-law-lcap;hasCapacity"/>
620
+ <rdfs:label>has responsibility</rdfs:label>
621
+ <rdfs:domain rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
622
+ <rdfs:range rdf:resource="&fibo-fnd-law-lcap;Duty"/>
623
+ <skos:definition>specifies a commitment or obligation that an independent party has</skos:definition>
624
+ </owl:ObjectProperty>
625
+
626
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasResponsibleParty">
627
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasPartyInRole"/>
628
+ <rdfs:label>has responsible party</rdfs:label>
629
+ <rdfs:domain rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
630
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;ResponsibleParty"/>
631
+ <skos:definition>identifies a party that has some assignment, commitment or obligation with respect to the formal organization</skos:definition>
632
+ </owl:ObjectProperty>
633
+
634
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasSigningAuthorityFor">
635
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-exec;isAuthorizedBy"/>
636
+ <rdfs:label>has signing authority for</rdfs:label>
637
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;Signatory"/>
638
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;designatesSignatory"/>
639
+ <skos:definition>indicates the party for which a signatory has the ability to sign agreements, access accounts and perform related tasks</skos:definition>
640
+ </owl:ObjectProperty>
641
+
642
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;hasVestedInIt">
643
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-law-lcap;hasCapacity"/>
644
+ <rdfs:label>has vested in it</rdfs:label>
645
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;LegallyDelegatedAuthority"/>
646
+ <rdfs:range rdf:resource="&fibo-fnd-law-lcap;DelegatedLegalAuthority"/>
647
+ <skos:definition>indicates the delegated legal authority that is vested in the controlling party</skos:definition>
648
+ </owl:ObjectProperty>
649
+
650
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;isAuthorizedBy">
651
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;isAffectedBy"/>
652
+ <rdfs:label>is authorized by</rdfs:label>
653
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
654
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;AuthorizingParty"/>
655
+ <skos:definition>is endorsed, enabled, empowered, or otherwise permitted by</skos:definition>
656
+ </owl:ObjectProperty>
657
+
658
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;isAuthorizedThrough">
659
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;undergoes"/>
660
+ <rdfs:label>is authorized through</rdfs:label>
661
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;AuthorizedParty"/>
662
+ <rdfs:range rdf:resource="&fibo-be-oac-exec;Authorization"/>
663
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;hasAuthorizedParty"/>
664
+ <skos:definition>indicates the situation that faciliates endorsement of the authorized party for some purpose</skos:definition>
665
+ </owl:ObjectProperty>
666
+
667
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;isDirectorOf">
668
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isPartyControlling"/>
669
+ <rdfs:label>is director of</rdfs:label>
670
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;BoardMember"/>
671
+ <rdfs:range rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
672
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;hasDirector"/>
673
+ <skos:definition>indicates the organization that the board member oversees</skos:definition>
674
+ </owl:ObjectProperty>
675
+
676
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;isOfficerOf">
677
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-oac-ctl;isPartyControlling"/>
678
+ <rdfs:label>is officer of</rdfs:label>
679
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;CorporateOfficer"/>
680
+ <rdfs:range rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
681
+ <owl:inverseOf rdf:resource="&fibo-be-oac-exec;hasCorporateOfficer"/>
682
+ <skos:definition>indicates the organization that the person has some authority over and managerial responsibility for</skos:definition>
683
+ </owl:ObjectProperty>
684
+
685
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;isPrincipalPartyOf">
686
+ <rdfs:subPropertyOf rdf:resource="&fibo-be-oac-cpty;isControllingMemberOf"/>
687
+ <rdfs:label>is principal party of</rdfs:label>
688
+ <rdfs:domain rdf:resource="&fibo-be-oac-exec;PrincipalParty"/>
689
+ <rdfs:range rdf:resource="&fibo-be-oac-cpty;ControlledParty"/>
690
+ <skos:definition>identifies a legal entity (controlled party) over which a principal has some measure of control</skos:definition>
691
+ </owl:ObjectProperty>
692
+
693
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-exec;nominates">
694
+ <rdfs:label>nominates</rdfs:label>
695
+ <rdfs:domain rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
696
+ <rdfs:range rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
697
+ <skos:definition>appoints or proposes for appointment to an office or place</skos:definition>
698
+ <cmns-av:usageNote>Note that nominates is defined as a relation between two parties-in-role (the range of which could be a corporation or partnership in the case of an auditor), whereas appoints between independent parties.</cmns-av:usageNote>
699
+ </owl:ObjectProperty>
700
+
701
+ </rdf:RDF>
src/BE/OwnershipAndControl/MetadataBEOwnershipAndControl.rdf ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY dct "http://purl.org/dc/terms/">
5
+ <!ENTITY fibo-be-oac-mod "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/">
6
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
7
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
9
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
10
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
11
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
12
+ ]>
13
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/"
14
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
15
+ xmlns:dct="http://purl.org/dc/terms/"
16
+ xmlns:fibo-be-oac-mod="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/"
17
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
18
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
19
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
21
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
22
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
23
+
24
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/MetadataBEOwnershipAndControl/">
25
+ <rdfs:label>Metadata about the EDMC-FIBO Business Entities (BE) Ownership and Control Module</rdfs:label>
26
+ <dct:abstract>The ownership and control module contains ontologies that define various types and aspects of ownership and control as they apply among and between business entities. The ontologies in this module include the definition of types of party as defined in the roles of ownership and control along with the capacities which define those parties, and separately the relationships of ownership and control directly between organizations, which arise from the existence of those roles. Specific types of ownership and control relationships that are unique to incorporated companies are defined in addition to the more general terms to which these relate. Also included is an ontology of the types of control relationships that exist by virtue of the powers conferred upon corporate officers, board members and other executive roles.</dct:abstract>
27
+ <dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
28
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
29
+ <dct:modified rdf:datatype="&xsd;dateTime">2023-01-27T18:00:00</dct:modified>
30
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
31
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
32
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/MetadataBEOwnershipAndControl/"/>
33
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
34
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
35
+ </owl:Ontology>
36
+
37
+ <owl:NamedIndividual rdf:about="&fibo-be-oac-mod;OwnershipAndControlModule">
38
+ <rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
39
+ <rdfs:label>ownership and control module</rdfs:label>
40
+ <dct:abstract>The ownership and control module contains ontologies that define various types and aspects of ownership and control as they apply among and between business entities. The ontologies in this module include the definition of types of party as defined in the roles of ownership and control along with the capacities which define those parties, and separately the relationships of ownership and control directly between organizations, which arise from the existence of those roles. Specific types of ownership and control relationships that are unique to incorporated companies are defined in addition to the more general terms to which these relate. Also included is an ontology of the types of control relationships that exist by virtue of the powers conferred upon corporate officers, board members and other executive roles.</dct:abstract>
41
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
42
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
43
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/"/>
44
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
45
+ <dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"/>
46
+ <dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
47
+ <dct:title>FIBO BE Ownership and Control Module</dct:title>
48
+ <dct:title>Financial Industry Business Ontology (FIBO) Business Entities (BE) Ownership and Control Module</dct:title>
49
+ <rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
50
+ <cmns-av:copyright>Copyright (c) 2015-2023 EDM Council, Inc.</cmns-av:copyright>
51
+ <cmns-av:copyright>Copyright (c) 2015-2023 Object Management Group, Inc.</cmns-av:copyright>
52
+ </owl:NamedIndividual>
53
+
54
+ </rdf:RDF>
src/BE/OwnershipAndControl/OwnershipParties.rdf ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
4
+ <!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
5
+ <!ENTITY dct "http://purl.org/dc/terms/">
6
+ <!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
7
+ <!ENTITY fibo-be-le-lei "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/">
8
+ <!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
9
+ <!ENTITY fibo-be-oac-opty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
10
+ <!ENTITY fibo-fnd-acc-aeq "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/">
11
+ <!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
12
+ <!ENTITY fibo-fnd-arr-doc "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/">
13
+ <!ENTITY fibo-fnd-oac-ctl "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/">
14
+ <!ENTITY fibo-fnd-oac-own "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/">
15
+ <!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
16
+ <!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
17
+ <!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
18
+ <!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
19
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#">
20
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
21
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
22
+ <!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
23
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
24
+ ]>
25
+ <rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
26
+ xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
27
+ xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
28
+ xmlns:dct="http://purl.org/dc/terms/"
29
+ xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
30
+ xmlns:fibo-be-le-lei="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"
31
+ xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
32
+ xmlns:fibo-be-oac-opty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/"
33
+ xmlns:fibo-fnd-acc-aeq="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"
34
+ xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
35
+ xmlns:fibo-fnd-arr-doc="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"
36
+ xmlns:fibo-fnd-oac-ctl="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"
37
+ xmlns:fibo-fnd-oac-own="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"
38
+ xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
39
+ xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
40
+ xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
41
+ xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
42
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
43
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
44
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
45
+ xmlns:skos="http://www.w3.org/2004/02/skos/core#"
46
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
47
+
48
+ <owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/">
49
+ <rdfs:label>Ownership Parties Ontology</rdfs:label>
50
+ <dct:abstract>This ontology defines concepts relating to types of organization owning parties. The concepts defined here are party in role concepts, which define the nature of some entity such as an organization or a legal person, in some role such as that of owning equity in the entity. These roles are defined in terms of the ownership enjoyed by the party, with distinctions between constitutional ownership i.e. ownership defined in terms of stockholder equity, and investment ownership more generally.</dct:abstract>
51
+ <dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
52
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
53
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/"/>
54
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
55
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
56
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
57
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
58
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/"/>
59
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
60
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
61
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
62
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
63
+ <owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
64
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
65
+ <owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
66
+ <owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/20230301/OwnershipAndControl/OwnershipParties/"/>
67
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.</skos:changeNote>
68
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified per the FIBO 2.0 RFC to address missing labels and comments, and revise terminology related to shareholders&apos; equity due to requirements for SEC/Equities.</skos:changeNote>
69
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to support GLEIF LEI Level 2 ownership relationships.</skos:changeNote>
70
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20181201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to eliminate deprecated elements.</skos:changeNote>
71
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to eliminate duplication of concepts in LCC.</skos:changeNote>
72
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to integrate the concept of a situation, situational roles, and corresponding relations with the definition of entity ownership, and eliminate unused and logically inconsistent properties.</skos:changeNote>
73
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to reflect the name change in FND from &apos;hasPrimaryParty&apos; to &apos;hasActiveParty&apos; to be more consistent with other role related properties.</skos:changeNote>
74
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to align isEquityHeldBy and hasInvestor with the situational pattern.</skos:changeNote>
75
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20200901/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to eliminate references to guarantee providing member, which duplicates the concept of a guarantor and references a concept that is no longer needed, namely &apos;body incorporated with guarantee&apos;.</skos:changeNote>
76
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to add a restriction on entity ownership for the ownership percentage.</skos:changeNote>
77
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to eliminate a dead link that was not necessary.</skos:changeNote>
78
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/OwnershipAndControl/OwnershipParties.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>
79
+ <skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/OwnershipParties.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) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
80
+ <fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
81
+ <cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
82
+ <cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
83
+ </owl:Ontology>
84
+
85
+ <owl:Class rdf:about="&fibo-be-le-lei;RelationshipRecord">
86
+ <rdfs:subClassOf>
87
+ <owl:Restriction>
88
+ <owl:onProperty rdf:resource="&fibo-fnd-arr-doc;records"/>
89
+ <owl:onClass rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
90
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
91
+ </owl:Restriction>
92
+ </rdfs:subClassOf>
93
+ </owl:Class>
94
+
95
+ <owl:Class rdf:about="&fibo-be-oac-opty;ConstitutionalOwner">
96
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;EntityOwner"/>
97
+ <rdfs:subClassOf>
98
+ <owl:Restriction>
99
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;holds"/>
100
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-acc-aeq;ShareholdersEquity"/>
101
+ </owl:Restriction>
102
+ </rdfs:subClassOf>
103
+ <rdfs:label>constitutional owner</rdfs:label>
104
+ <skos:definition>a party that holds an equity stake in some entity, in the form of shareholders&apos; equity</skos:definition>
105
+ <skos:editorialNote>Typically this would be share ownership or the holding of partnership equity. Ownership in this &apos;constitutional&apos; sense means that the owner is in some way a member of the organization, such as an employee or director, as distinct from some outside investor.</skos:editorialNote>
106
+ </owl:Class>
107
+
108
+ <owl:Class rdf:about="&fibo-be-oac-opty;ControllingEquity">
109
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-acc-aeq;ShareholdersEquity"/>
110
+ <rdfs:subClassOf>
111
+ <owl:Restriction>
112
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;confers"/>
113
+ <owl:allValuesFrom rdf:resource="&fibo-fnd-oac-ctl;DeJureControl"/>
114
+ </owl:Restriction>
115
+ </rdfs:subClassOf>
116
+ <rdfs:label>controlling equity</rdfs:label>
117
+ <skos:definition>shareholders&apos;s equity that formally confers control in the entity, either by law or as explicitly stated in a corresponding equity instrument</skos:definition>
118
+ </owl:Class>
119
+
120
+ <owl:Class rdf:about="&fibo-be-oac-opty;DirectConsolidation">
121
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
122
+ <rdfs:label>direct consolidation</rdfs:label>
123
+ <skos:definition>direct ownership recorded as accounting consolidation, by some party of some other formal organization</skos:definition>
124
+ </owl:Class>
125
+
126
+ <owl:Class rdf:about="&fibo-be-oac-opty;EntityOwner">
127
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-own;Owner"/>
128
+ <rdfs:subClassOf>
129
+ <owl:Restriction>
130
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;holds"/>
131
+ <owl:someValuesFrom rdf:resource="&fibo-fnd-acc-aeq;OwnersEquity"/>
132
+ </owl:Restriction>
133
+ </rdfs:subClassOf>
134
+ <rdfs:label>entity owner</rdfs:label>
135
+ <skos:definition>a party that has some ownership interest in some entity</skos:definition>
136
+ <skos:editorialNote>This is not the same meaning as being some owner of some asset. Rather, this is some party which partakes in the ownership of some kind of entity (a business entity or a legal entity for example) via some mechanism such as the ownership of equity in that entity.</skos:editorialNote>
137
+ </owl:Class>
138
+
139
+ <owl:Class rdf:about="&fibo-be-oac-opty;EntityOwnership">
140
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-oac-own;Ownership"/>
141
+ <rdfs:subClassOf>
142
+ <owl:Restriction>
143
+ <owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isQualifiedBy"/>
144
+ <owl:onClass rdf:resource="&fibo-be-le-lei;RelationshipQualifier"/>
145
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
146
+ </owl:Restriction>
147
+ </rdfs:subClassOf>
148
+ <rdfs:subClassOf>
149
+ <owl:Restriction>
150
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isConferredBy"/>
151
+ <owl:onClass>
152
+ <owl:Class>
153
+ <owl:unionOf rdf:parseType="Collection">
154
+ <rdf:Description rdf:about="&fibo-fnd-acc-aeq;OwnersEquity">
155
+ </rdf:Description>
156
+ <rdf:Description rdf:about="&fibo-fnd-agr-ctr;Contract">
157
+ </rdf:Description>
158
+ </owl:unionOf>
159
+ </owl:Class>
160
+ </owl:onClass>
161
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
162
+ </owl:Restriction>
163
+ </rdfs:subClassOf>
164
+ <rdfs:subClassOf>
165
+ <owl:Restriction>
166
+ <owl:onProperty rdf:resource="&fibo-be-le-lei;hasOwnershipPercentage"/>
167
+ <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
168
+ <owl:onDataRange rdf:resource="&xsd;decimal"/>
169
+ </owl:Restriction>
170
+ </rdfs:subClassOf>
171
+ <rdfs:subClassOf>
172
+ <owl:Restriction>
173
+ <owl:onProperty rdf:resource="&cmns-cls;isClassifiedBy"/>
174
+ <owl:onClass rdf:resource="&fibo-be-le-lei;RelationshipStatus"/>
175
+ <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
176
+ </owl:Restriction>
177
+ </rdfs:subClassOf>
178
+ <rdfs:subClassOf>
179
+ <owl:Restriction>
180
+ <owl:onProperty rdf:resource="&fibo-be-oac-opty;hasOwnedEntity"/>
181
+ <owl:someValuesFrom>
182
+ <owl:Class>
183
+ <owl:unionOf rdf:parseType="Collection">
184
+ <rdf:Description rdf:about="&fibo-be-le-fbo;NotForProfitOrganization">
185
+ </rdf:Description>
186
+ <rdf:Description rdf:about="&fibo-be-le-lp;BusinessEntity">
187
+ </rdf:Description>
188
+ <rdf:Description rdf:about="&fibo-be-le-lp;LegalEntity">
189
+ </rdf:Description>
190
+ </owl:unionOf>
191
+ </owl:Class>
192
+ </owl:someValuesFrom>
193
+ </owl:Restriction>
194
+ </rdfs:subClassOf>
195
+ <rdfs:subClassOf>
196
+ <owl:Restriction>
197
+ <owl:onProperty rdf:resource="&fibo-be-oac-opty;hasOwningEntity"/>
198
+ <owl:someValuesFrom rdf:resource="&fibo-be-le-lp;LegalPerson"/>
199
+ </owl:Restriction>
200
+ </rdfs:subClassOf>
201
+ <rdfs:label>entity ownership</rdfs:label>
202
+ <skos:definition>ownership by some party of an interest in some non-governmental formal organization</skos:definition>
203
+ </owl:Class>
204
+
205
+ <owl:Class rdf:about="&fibo-be-oac-opty;ForeignBranchOwnership">
206
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
207
+ <rdfs:label>foreign branch ownership</rdfs:label>
208
+ <skos:definition>ownership by some party of some formal organization or organizational sub-unit that is a foreign affiliate and legally part of the owning entity</skos:definition>
209
+ </owl:Class>
210
+
211
+ <owl:Class rdf:about="&fibo-be-oac-opty;InvestmentEquity">
212
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-acc-aeq;OwnersEquity"/>
213
+ <rdfs:subClassOf>
214
+ <owl:Restriction>
215
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isHeldBy"/>
216
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-opty;Investor"/>
217
+ </owl:Restriction>
218
+ </rdfs:subClassOf>
219
+ <rdfs:label>investment equity</rdfs:label>
220
+ <skos:definition>equity that represents an ownership interest in some entity, but may or may not take the form of shareholders&apos;s equity</skos:definition>
221
+ <skos:editorialNote>Typically an investment in some entity may take the form of shares (issued or privately held), i.e., shareholders&apos; equity, or it may take the form of some capital amount which is not reflected in shareholders&apos; equity. In each case, there would typically be a contractual basis for the investment setting out what controls or other benefits accrue to the investor.</skos:editorialNote>
222
+ </owl:Class>
223
+
224
+ <owl:Class rdf:about="&fibo-be-oac-opty;Investor">
225
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;EntityOwner"/>
226
+ <rdfs:subClassOf>
227
+ <owl:Restriction>
228
+ <owl:onProperty rdf:resource="&fibo-fnd-rel-rel;holds"/>
229
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-opty;InvestmentEquity"/>
230
+ </owl:Restriction>
231
+ </rdfs:subClassOf>
232
+ <rdfs:label>investor</rdfs:label>
233
+ <skos:definition>a party that owns some stake in some organization by way of investment</skos:definition>
234
+ <skos:editorialNote>This is regardless of whether or not the investor is also a constitutional owner (e.g. shareholder) in the entity.</skos:editorialNote>
235
+ </owl:Class>
236
+
237
+ <owl:Class rdf:about="&fibo-be-oac-opty;InvestorContract">
238
+ <rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;WrittenContract"/>
239
+ <rdfs:subClassOf>
240
+ <owl:Restriction>
241
+ <owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;definesTermsFor"/>
242
+ <owl:someValuesFrom rdf:resource="&fibo-be-oac-opty;InvestmentEquity"/>
243
+ </owl:Restriction>
244
+ </rdfs:subClassOf>
245
+ <rdfs:label>investor contract</rdfs:label>
246
+ <skos:definition>Contract setting out the terms under which some investor invests in the entity and setting out the rights which are conferred on that investor.</skos:definition>
247
+ </owl:Class>
248
+
249
+ <owl:Class rdf:about="&fibo-be-oac-opty;UltimateConsolidation">
250
+ <rdfs:subClassOf rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
251
+ <rdfs:label>ultimate ownership</rdfs:label>
252
+ <skos:definition>highest-level (top, end) ancestral ownership, evidenced by accounting consolidation, by some party of some other legal entity</skos:definition>
253
+ </owl:Class>
254
+
255
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;guarantees">
256
+ <rdfs:label>guarantees</rdfs:label>
257
+ <skos:definition>provides a formal assurance or promise, esp. that certain conditions shall be fulfilled relating to a product, service, or transaction</skos:definition>
258
+ </owl:ObjectProperty>
259
+
260
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;hasDirectOwnership">
261
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;experiences"/>
262
+ <rdfs:label>has direct ownership</rdfs:label>
263
+ <rdfs:domain>
264
+ <owl:Class>
265
+ <owl:unionOf rdf:parseType="Collection">
266
+ <rdf:Description rdf:about="&fibo-be-le-fbo;NotForProfitOrganization">
267
+ </rdf:Description>
268
+ <rdf:Description rdf:about="&fibo-be-le-lp;BusinessEntity">
269
+ </rdf:Description>
270
+ <rdf:Description rdf:about="&fibo-be-le-lp;LegalEntity">
271
+ </rdf:Description>
272
+ </owl:unionOf>
273
+ </owl:Class>
274
+ </rdfs:domain>
275
+ <rdfs:range rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
276
+ <owl:inverseOf rdf:resource="&fibo-be-oac-opty;hasOwnedEntity"/>
277
+ <skos:definition>relates a formal organization to the situation in which it is owned directly by another entity</skos:definition>
278
+ </owl:ObjectProperty>
279
+
280
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;hasDirectOwningEntity">
281
+ <rdfs:label>has direct owning entity</rdfs:label>
282
+ <owl:propertyChainAxiom rdf:parseType="Collection">
283
+ <rdf:Description rdf:about="&fibo-be-oac-opty;hasDirectOwnership">
284
+ </rdf:Description>
285
+ <rdf:Description rdf:about="&fibo-be-oac-opty;hasOwningEntity">
286
+ </rdf:Description>
287
+ </owl:propertyChainAxiom>
288
+ <skos:definition>relates a formal organization to a direct legal person / owner</skos:definition>
289
+ </owl:ObjectProperty>
290
+
291
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;hasInvestmentEntity">
292
+ <rdfs:label>has investment entity</rdfs:label>
293
+ <owl:propertyChainAxiom rdf:parseType="Collection">
294
+ <rdf:Description rdf:about="&fibo-be-oac-opty;hasInvestmentOwnership">
295
+ </rdf:Description>
296
+ <rdf:Description rdf:about="&fibo-be-oac-opty;hasOwnedEntity">
297
+ </rdf:Description>
298
+ </owl:propertyChainAxiom>
299
+ <skos:definition>relates a legal person to a directly owned formal organization or subsidiary, depending on the percent ownership interest</skos:definition>
300
+ </owl:ObjectProperty>
301
+
302
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;hasInvestmentOwnership">
303
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;playsActiveRoleIn"/>
304
+ <rdfs:label>has investment ownership</rdfs:label>
305
+ <rdfs:domain rdf:resource="&fibo-be-le-lp;LegalPerson"/>
306
+ <rdfs:range rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
307
+ <owl:inverseOf rdf:resource="&fibo-be-oac-opty;hasOwningEntity"/>
308
+ <skos:definition>relates a legal person to the context in which it owns a formal organization</skos:definition>
309
+ </owl:ObjectProperty>
310
+
311
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;hasOwnedEntity">
312
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;isExperiencedBy"/>
313
+ <rdfs:label>has owned entity</rdfs:label>
314
+ <rdfs:domain rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
315
+ <rdfs:range>
316
+ <owl:Class>
317
+ <owl:unionOf rdf:parseType="Collection">
318
+ <rdf:Description rdf:about="&fibo-be-le-fbo;NotForProfitOrganization">
319
+ </rdf:Description>
320
+ <rdf:Description rdf:about="&fibo-be-le-lp;BusinessEntity">
321
+ </rdf:Description>
322
+ <rdf:Description rdf:about="&fibo-be-le-lp;LegalEntity">
323
+ </rdf:Description>
324
+ </owl:unionOf>
325
+ </owl:Class>
326
+ </rdfs:range>
327
+ <skos:definition>indicates a formal organization, including potentially a sole proprietorship, that is owned by a legal person</skos:definition>
328
+ </owl:ObjectProperty>
329
+
330
+ <owl:ObjectProperty rdf:about="&fibo-be-oac-opty;hasOwningEntity">
331
+ <rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasActiveParty"/>
332
+ <rdfs:label>has owning entity</rdfs:label>
333
+ <rdfs:domain rdf:resource="&fibo-be-oac-opty;EntityOwnership"/>
334
+ <rdfs:range rdf:resource="&fibo-be-le-lp;LegalPerson"/>
335
+ <skos:definition>indicates a party that owns a formal organization</skos:definition>
336
+ </owl:ObjectProperty>
337
+
338
+ </rdf:RDF>