forked from edmcouncil/fibo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMetadataBP.rdf
53 lines (50 loc) · 4.29 KB
/
MetadataBP.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-bp-iss-mod "https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/MetadataBPSecuritiesIssuance/">
<!ENTITY fibo-bp-mod "https://spec.edmcouncil.org/fibo/ontology/BP/MetadataBP/">
<!ENTITY fibo-bp-prc-mod "https://spec.edmcouncil.org/fibo/ontology/BP/Process/MetadataBPProcess/">
<!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/BP/MetadataBP/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-bp-iss-mod="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/MetadataBPSecuritiesIssuance/"
xmlns:fibo-bp-mod="https://spec.edmcouncil.org/fibo/ontology/BP/MetadataBP/"
xmlns:fibo-bp-prc-mod="https://spec.edmcouncil.org/fibo/ontology/BP/Process/MetadataBPProcess/"
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/BP/MetadataBP/">
<rdfs:label>Metadata for the EDMC-FIBO Business Process (BP) Domain</rdfs:label>
<dct:abstract>The Business Process (BP) domain includes ontologies that define financial process flows such as securities issuance and transaction workflows. In the case of securities issuance process models, these are provided in order to be able to represent reference data concepts that are dependent on the process by which a security was issued. Transaction process semantics provide the basis for the temporal dimension of securities and derivatives transactions. These are process models represented using basic semantic primitive concepts of events, activities and control flows.</dct:abstract>
<dct:issued rdf:datatype="&xsd;dateTime">2020-04-06T18: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) 2013-2020 EDM Council, Inc.</sm:copyright>
<sm:fileAbbreviation>fibo-bp-mod</sm:fileAbbreviation>
<sm:filename>MetadataBP.rdf</sm:filename>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/Process/MetadataBPProcess/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/SecuritiesIssuance/MetadataBPSecuritiesIssuance/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/20200401/MetadataBP/"/>
</owl:Ontology>
<owl:NamedIndividual rdf:about="&fibo-bp-mod;BPDomain">
<rdf:type rdf:resource="&sm;Module"/>
<rdfs:label>Business Process Domain</rdfs:label>
<dct:abstract>The Business Process (BP) domain includes ontologies that define financial process flows such as securities issuance and transaction workflows. In the case of securities issuance process models, these are provided in order to be able to represent reference data concepts that are dependent on the process by which a security was issued. Transaction process semantics provide the basis for the temporal dimension of securities and derivatives transactions. These are process models represented using basic semantic primitive concepts of events, activities and control flows.</dct:abstract>
<dct:hasPart rdf:resource="&fibo-bp-prc-mod;ProcessModule"/>
<dct:hasPart rdf:resource="&fibo-bp-iss-mod;SecuritiesIssuanceModule"/>
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
<sm:copyright>Copyright (c) 2013-2020 EDM Council, Inc.</sm:copyright>
<sm:moduleAbbreviation>fibo-bp</sm:moduleAbbreviation>
<rdfs:seeAlso rdf:resource="https://spec.edmcouncil.org/fibo/"/>
</owl:NamedIndividual>
</rdf:RDF>