-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathMetadataFIBO.rdf
114 lines (102 loc) · 9.53 KB
/
MetadataFIBO.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-actus-mod "https://spec.edmcouncil.org/fibo/ontology/ACTUS/MetadataACTUS/">
<!ENTITY fibo-be-mod "https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/">
<!ENTITY fibo-bp-mod "https://spec.edmcouncil.org/fibo/ontology/BP/MetadataBP/">
<!ENTITY fibo-cae-mod "https://spec.edmcouncil.org/fibo/ontology/CAE/MetadataCAE/">
<!ENTITY fibo-der-mod "https://spec.edmcouncil.org/fibo/ontology/DER/MetadataDER/">
<!ENTITY fibo-fbc-mod "https://spec.edmcouncil.org/fibo/ontology/FBC/MetadataFBC/">
<!ENTITY fibo-fnd-mod "https://spec.edmcouncil.org/fibo/ontology/FND/MetadataFND/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY fibo-ind-mod "https://spec.edmcouncil.org/fibo/ontology/IND/MetadataIND/">
<!ENTITY fibo-loan-mod "https://spec.edmcouncil.org/fibo/ontology/LOAN/MetadataLOAN/">
<!ENTITY fibo-md-mod "https://spec.edmcouncil.org/fibo/ontology/MD/MetadataMD/">
<!ENTITY fibo-sec-mod "https://spec.edmcouncil.org/fibo/ontology/SEC/MetadataSEC/">
<!ENTITY fibo-spec "https://spec.edmcouncil.org/fibo/ontology/MetadataFIBO/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/MetadataFIBO/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-actus-mod="https://spec.edmcouncil.org/fibo/ontology/ACTUS/MetadataACTUS/"
xmlns:fibo-be-mod="https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/"
xmlns:fibo-bp-mod="https://spec.edmcouncil.org/fibo/ontology/BP/MetadataBP/"
xmlns:fibo-cae-mod="https://spec.edmcouncil.org/fibo/ontology/CAE/MetadataCAE/"
xmlns:fibo-der-mod="https://spec.edmcouncil.org/fibo/ontology/DER/MetadataDER/"
xmlns:fibo-fbc-mod="https://spec.edmcouncil.org/fibo/ontology/FBC/MetadataFBC/"
xmlns:fibo-fnd-mod="https://spec.edmcouncil.org/fibo/ontology/FND/MetadataFND/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:fibo-ind-mod="https://spec.edmcouncil.org/fibo/ontology/IND/MetadataIND/"
xmlns:fibo-loan-mod="https://spec.edmcouncil.org/fibo/ontology/LOAN/MetadataLOAN/"
xmlns:fibo-md-mod="https://spec.edmcouncil.org/fibo/ontology/MD/MetadataMD/"
xmlns:fibo-sec-mod="https://spec.edmcouncil.org/fibo/ontology/SEC/MetadataSEC/"
xmlns:fibo-spec="https://spec.edmcouncil.org/fibo/ontology/MetadataFIBO/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/MetadataFIBO/">
<rdfs:label>Metadata for FIBO</rdfs:label>
<dct:abstract>This is the top-level metadata vocabulary used to describe the Financial Industry Business Ontology (FIBO).</dct:abstract>
<dct:issued rdf:datatype="&xsd;dateTime">2018-03-31T18:00:00</dct:issued>
<dct:license>Copyright (c) 2013-2025 EDM Council, Inc.
Copyright (c) 2013-2025 Object Management Group, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See https://opensource.org/licenses/MIT.</dct:license>
<dct:modified rdf:datatype="&xsd;dateTime">2025-01-03T18:00:00</dct:modified>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/ACTUS/MetadataACTUS/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/MetadataBP/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/CAE/MetadataCAE/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/MetadataDER/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/MetadataFBC/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/MetadataFND/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/IND/MetadataIND/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/MetadataLOAN/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/MetadataMD/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/MetadataSEC/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/20250101/MetadataFIBO/"/>
<cmns-av:copyright>Copyright (c) 2013-2025 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2013-2025 Object Management Group, Inc.</cmns-av:copyright>
</owl:Ontology>
<owl:NamedIndividual rdf:about="&fibo-spec;FIBOSpecification">
<rdf:type rdf:resource="&fibo-fnd-utl-av;Module"/>
<rdfs:label>FIBO Specification</rdfs:label>
<dct:abstract>The Financial Industry Business Ontology (FIBO) is a collaborative effort among industry practitioners, semantic technology experts and information scientists to standardize the language used to precisely 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. The definitions and relationships that comprise FIBO have been modularized into a number of domains, which in turn include a number of modules, each of which is further modularized into one or more constituent ontologies.
The FIBO ontologies are available for download as OWL 2 DL compliant ontologies from the EDM Council site in three serializations: RDF/XML, Turtle, and JSON-LD, and are linked at https://spec.edmcouncil.org/fibo/ontology/. They can also be downloaded directly from GitHub at https://github.com/edmcouncil/fibo.</dct:abstract>
<dct:hasPart rdf:resource="&fibo-actus-mod;ACTUSDomain"/>
<dct:hasPart rdf:resource="&fibo-be-mod;BEDomain"/>
<dct:hasPart rdf:resource="&fibo-bp-mod;BPDomain"/>
<dct:hasPart rdf:resource="&fibo-cae-mod;CAEDomain"/>
<dct:hasPart rdf:resource="&fibo-der-mod;DERDomain"/>
<dct:hasPart rdf:resource="&fibo-fbc-mod;FBCDomain"/>
<dct:hasPart rdf:resource="&fibo-fnd-mod;FNDDomain"/>
<dct:hasPart rdf:resource="&fibo-ind-mod;INDDomain"/>
<dct:hasPart rdf:resource="&fibo-loan-mod;LOANDomain"/>
<dct:hasPart rdf:resource="&fibo-md-mod;MDDomain"/>
<dct:hasPart rdf:resource="&fibo-sec-mod;SECDomain"/>
<dct:issued rdf:datatype="&xsd;dateTime">2018-03-31T18:00:00</dct:issued>
<dct:license>Copyright (c) 2013-2025 EDM Council, Inc.
Copyright (c) 2013-2025 Object Management Group, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See https://opensource.org/licenses/MIT.</dct:license>
<dct:modified rdf:datatype="&xsd;dateTime">2025-01-03T18:00:00</dct:modified>
<dct:title>Financial Industry Business Ontology (FIBO)</dct:title>
<rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/</rdfs:seeAlso>
<cmns-av:copyright>Copyright (c) 2013-2025 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2013-2025 Object Management Group, Inc.</cmns-av:copyright>
</owl:NamedIndividual>
</rdf:RDF>