forked from edmcouncil/fibo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMetadataFNDDatesAndTimes.rdf
53 lines (50 loc) · 3.9 KB
/
MetadataFNDDatesAndTimes.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-fnd-dt-mod "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/MetadataFNDDatesAndTimes/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
<!ENTITY sm "http://www.omg.org/techprocess/ab/SpecificationMetadata/">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/MetadataFNDDatesAndTimes/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-fnd-dt-mod="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/MetadataFNDDatesAndTimes/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sm="http://www.omg.org/techprocess/ab/SpecificationMetadata/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/MetadataFNDDatesAndTimes/">
<rdfs:label>Metadata for the EDMC-FIBO Foundations (FND) Dates and Times Module</rdfs:label>
<dct:abstract>This is the metadata ontology used to describe the Foundations Dates and Times Module.</dct:abstract>
<dct:issued rdf:datatype="&xsd;dateTime">2018-08-27T18:00:00</dct:issued>
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
<sm:contentLanguage rdf:datatype="&xsd;anyURI">http://www.w3.org/standards/techs/owl#w3c_all</sm:contentLanguage>
<sm:copyright>Copyright (c) 2017-2018 EDM Council, Inc.</sm:copyright>
<sm:copyright>Copyright (c) 2017-2018 Object Management Group, Inc.</sm:copyright>
<sm:fileAbbreviation>fibo-fnd-dt-mod</sm:fileAbbreviation>
<sm:filename>MetadataFNDDatesAndTimes.rdf</sm:filename>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/20180801/DatesAndTimes/MetadataFNDDatesAndTimes/"/>
</owl:Ontology>
<owl:NamedIndividual rdf:about="&fibo-fnd-dt-mod;DatesAndTimesModule">
<rdf:type rdf:resource="&sm;Module"/>
<rdfs:label>Dates and Times</rdfs:label>
<dct:abstract>This module includes ontologies describing date and time concepts which are of specific reference in financial services. These cover foundational date and time concepts in a form usable for financial subject matter ontologies, including occurrences and conventions for business days and the like. The business day convention concepts are to be further extended in specialized ontologies for securities and derivatives, building on the ontologies in this module.</dct:abstract>
<dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/"/>
<dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"/>
<dct:hasPart rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"/>
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
<dct:title>Financial Industry Business Ontology (FIBO) Foundations (FND) Dates and Times Module</dct:title>
<sm:copyright>Copyright (c) 2017-2018 EDM Council, Inc.</sm:copyright>
<sm:copyright>Copyright (c) 2017-2018 Object Management Group, Inc.</sm:copyright>
<sm:moduleAbbreviation>fibo-fnd-dt</sm:moduleAbbreviation>
<rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
</owl:NamedIndividual>
</rdf:RDF>