Datasets:
File size: 7,249 Bytes
38b6321 |
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 115 116 117 118 119 120 121 122 123 124 125 126 |
<?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-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
<!ENTITY fibo-fnd-pas-psch "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/">
<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
<!ENTITY fibo-fnd-txn-mkt "https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/MarketTransactions/">
<!ENTITY fibo-fnd-txn-rea "https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/REATransactions/">
<!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 xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/MarketTransactions/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
xmlns:fibo-fnd-pas-psch="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/"
xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
xmlns:fibo-fnd-txn-mkt="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/MarketTransactions/"
xmlns:fibo-fnd-txn-rea="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/REATransactions/"
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:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/MarketTransactions/">
<rdfs:label xml:lang="en">Market Transactions Ontology</rdfs:label>
<dct:abstract>Defines the concepts for market transactions in general, on any kind of marketplace.
This ontology is not used directly in FIBO content but provides the conceptual underpinnings for securities market transactions.</dct:abstract>
<dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/REATransactions/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/TransactionsExt/MarketTransactions/"/>
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Informative"/>
<cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
</owl:Ontology>
<owl:Class rdf:about="&fibo-fnd-txn-mkt;MarketTransaction">
<rdfs:subClassOf rdf:resource="&fibo-fnd-txn-rea;EconomicTransaction"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasCounterparty"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-txn-mkt;TransactionCounterparty"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasPrincipalParty"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-txn-mkt;TransactionPrincipal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-txn-mkt;consideration"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-txn-rea;EconomicResource"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-txn-mkt;paymentTerms"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-txn-mkt;MarketTransactionPaymentTerms"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">market transaction</rdfs:label>
<skos:definition xml:lang="en">Any transaction which defines a supply of some negotiable item in return for some Consideration. The Market Transaction has a Principal and a Counterparty, i.e. it is not symmetrical.</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-fnd-txn-mkt;MarketTransactionInvoicingTerms">
<rdfs:subClassOf rdf:resource="&fibo-fnd-txn-rea;EconomicContractTermsSet"/>
<rdfs:label xml:lang="en">market transaction invoicing terms</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-fnd-txn-mkt;MarketTransactionPaymentTerms">
<rdfs:subClassOf rdf:resource="&fibo-fnd-txn-rea;EconomicContractTermsSet"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-psch;Payment"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">market transaction payment terms</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-fnd-txn-mkt;TransactionCounterparty">
<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;Counterparty"/>
<rdfs:subClassOf rdf:resource="&fibo-fnd-txn-rea;TransactionParty"/>
<rdfs:label xml:lang="en">transaction counterparty</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-fnd-txn-mkt;TransactionPrincipal">
<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;ContractPrincipal"/>
<rdfs:subClassOf rdf:resource="&fibo-fnd-txn-rea;TransactionParty"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-txn-rea;transactsWith"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-txn-mkt;TransactionCounterparty"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">transaction principal</rdfs:label>
</owl:Class>
<owl:ObjectProperty rdf:about="&fibo-fnd-txn-mkt;consideration">
<rdfs:subPropertyOf rdf:resource="&fibo-fnd-txn-rea;subject"/>
<rdfs:label xml:lang="en">consideration</rdfs:label>
<rdfs:domain rdf:resource="&fibo-fnd-txn-mkt;MarketTransaction"/>
<rdfs:range rdf:resource="&fibo-fnd-txn-rea;EconomicResource"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&fibo-fnd-txn-mkt;paymentTerms">
<rdfs:subPropertyOf rdf:resource="&fibo-fnd-txn-rea;transactedUnder"/>
<rdfs:label xml:lang="en">payment terms</rdfs:label>
<rdfs:domain rdf:resource="&fibo-fnd-txn-mkt;MarketTransaction"/>
<rdfs:range rdf:resource="&fibo-fnd-txn-mkt;MarketTransactionPaymentTerms"/>
</owl:ObjectProperty>
</rdf:RDF> |