fibo2023Q3 / src /MD /TemporalCore /SecurityTradingStatuses.rdf
wikipunk's picture
add FIBO Q3 2023 release to src
38b6321
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-fbc-fi-fi "https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/">
<!ENTITY fibo-fnd-arr-lif "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/">
<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY fibo-md-temx-trs "https://spec.edmcouncil.org/fibo/ontology/MD/TemporalCore/SecurityTradingStatuses/">
<!ENTITY fibo-sec-sec-lst "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/">
<!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/MD/TemporalCore/SecurityTradingStatuses/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-fbc-fi-fi="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"
xmlns:fibo-fnd-arr-lif="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/"
xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:fibo-md-temx-trs="https://spec.edmcouncil.org/fibo/ontology/MD/TemporalCore/SecurityTradingStatuses/"
xmlns:fibo-sec-sec-lst="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"
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/MD/TemporalCore/SecurityTradingStatuses/">
<rdfs:label xml:lang="en">SecurityTradingStatuses</rdfs:label>
<dct:abstract>This ontology defines the various kinds of trading status that a security may be in at any given point in time. These includes such terms as active and halted, inactive and so on, along with their qualifying terms.</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/FBC/FinancialInstruments/FinancialInstruments/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/MD/TemporalCore/SecurityTradingStatuses/"/>
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Provisional"/>
<cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
</owl:Ontology>
<owl:Class rdf:about="&fibo-md-temx-trs;Active">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;SecurityTradingStatus"/>
<rdfs:label xml:lang="en">active</rdfs:label>
<owl:disjointWith rdf:resource="&fibo-md-temx-trs;Inactive"/>
<skos:definition xml:lang="en">Security is actively traded</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;ActivelyTrading">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;ExchangeSecurityTradingStatus"/>
<rdfs:label xml:lang="en">actively trading</rdfs:label>
<owl:disjointWith rdf:resource="&fibo-md-temx-trs;TradingHalted"/>
<skos:definition xml:lang="en">Security is actively traded on the exchange or trading facility</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;ExchangeSecurityTradingStatus">
<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-lif;LifecycleStatus"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-cls;classifies"/>
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;Listing"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">exchange security trading status</rdfs:label>
<skos:definition xml:lang="en">trading status of a listed security on a given trading exchange</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;Inactive">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;SecurityTradingStatus"/>
<rdfs:label xml:lang="en">inactive</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;Issued">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;SecurityLifecycleStatus"/>
<rdfs:label xml:lang="en">issued</rdfs:label>
<skos:definition xml:lang="en">The security has been issued into the secondary market.</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;SecurityLifecycleStatus">
<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-lif;LifecycleStatus"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-cls;classifies"/>
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">security lifecycle status</rdfs:label>
<skos:definition xml:lang="en">status of a security within its lifecycle</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;SecurityTradingStatus">
<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-lif;LifecycleStatus"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-cls;classifies"/>
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">security trading status</rdfs:label>
<skos:definition xml:lang="en">status of the security in terms of whether it is trading or not, and any special considerations relating to trading</skos:definition>
<skos:editorialNote xml:lang="en">Exchange Traded Security trading status is now a separate term, covering trading suspension on an exchange, so that does not form part of this term.</skos:editorialNote>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;TradingHalted">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;ExchangeSecurityTradingStatus"/>
<rdfs:label xml:lang="en">trading halted</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;WhenDistributed">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;SecurityLifecycleStatus"/>
<rdfs:label xml:lang="en">when distributed</rdfs:label>
<skos:definition xml:lang="en">Used to refer to a security that trades after the date of issue but before the time at which the certificates are delivered</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;WhenIssued">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;SecurityLifecycleStatus"/>
<rdfs:label xml:lang="en">when issued</rdfs:label>
<skos:definition xml:lang="en">When Issued or Gray Market trading is when a security is traded ahead of the date at which it is to be issued.</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-md-temx-trs;Worthless">
<rdfs:subClassOf rdf:resource="&fibo-md-temx-trs;SecurityLifecycleStatus"/>
<rdfs:label xml:lang="en">worthless</rdfs:label>
<skos:definition xml:lang="en">Announcement by the regulator that the security has become worthless.</skos:definition>
<cmns-av:explanatoryNote xml:lang="en">e.g. bankruptcy hearings - might result in this being said.</cmns-av:explanatoryNote>
</owl:Class>
</rdf:RDF>