# baseURI: https://www.omg.org/spec/FIGI/AboutFIGI-1.2/ # imports: https://www.omg.org/spec/Commons/AnnotationVocabulary/ # imports: https://www.omg.org/spec/Commons/Documents/ # imports: https://www.omg.org/spec/FIGI/20240801/GlobalInstrumentIdentifiers/ # imports: https://www.omg.org/spec/FIGI/20240801/PricingSources/ # imports: https://www.omg.org/spec/FIGI/20240801/SecurityTypes/ # imports: https://www.omg.org/spec/FIGI/AboutFIGI/ @base . @prefix cmns-av: . @prefix cmns-doc: . @prefix dct: . @prefix figi-gii: . @prefix figi-ps: . @prefix figi-spc: . @prefix figi-spc-1.2: . @prefix figi-st: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . a owl:Ontology ; rdfs:label "About the Financial Instrument Global Identifier (FIGI) Specification Version 1.2" ; dct:abstract """A Financial Instrument Global Identifier (FIGI) is a unique, persistent twelve-character string that serves to identify financial instruments. Along with the identifier, a number of related data points are identified and defined so as to provide clear context and differentiation of the financial instruments specified by the identifiers. The machine consumable OWL file associated with FIGI defines all of the classes that constitute an identifier as well as the relationships between those classes so as to provide a comprehensive semantic model for Financial Instrument Global Identifiers. This ontology provides an informative 'make file' to allow FIGI users to load all of the normative FIGI 1.2 ontologies into an application, tool or knowledge graph. Primary changes to this version of the FIGI ontologies include (1) reuse of the OMG's Commons Ontology Library, (2) clarifying definitions, and (3) augmenting the pricing sources and security types to improve definitions and representation as formally controlled vocabularies.""" ; dct:contributor "Adaptive, Inc." , "Thematix Partners LLC" ; dct:creator "Bloomberg LP" ; dct:issued "2014-02-24T18:00:00" ; dct:license """Copyright (c) 2013-2024 Bloomberg LP Copyright (c) 2015-2024 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:modified "2024-08-12T18:00:00" ; dct:references , ; dct:title "Financial Instrument Global Identifier (FIGI) Specification" ; rdfs:seeAlso "https://www.omg.org/spec/FIGI/AboutFIGI/"^^xsd:anyURI ; owl:imports , , , , , ; owl:versionIRI ; owl:versionInfo "1.2" ; skos:changeNote "The https://www.omg.org/spec/FIGI/20150501/AboutFIGI-1.0.rdf version of this ontology was modified to replace OMG's specification metadata with the Commons Ontology Library (Commons) annotation vocabulary, which is a formal OMG specification and to replace http with https where appropriate." ; skos:historyNote "Revisions to the FIGI specification are managed per the process outlined in the Policies and Procedures for OMG standards, with the intent to maintain backwards compatibility in the ontologies to the degree possible. The RDF/XML serialized OWL ontologies have been checked for syntactic errors and logical consistency with Protege 5.5 (http://protege.stanford.edu/) and HermiT reasoner (http://www.hermitreasoner.com/). " ; cmns-av:abbreviation "FIGI" ; cmns-av:copyright "Copyright (c) 2013-2024 Bloomberg LP" , "Copyright (c) 2015-2024 Object Management Group, Inc." ; . figi-spc-1.2:FIGISpecification-1.2 a owl:NamedIndividual , cmns-doc:Specification ; rdfs:label "Financial Instrument Global Identifier (FIGI) Specification Version 1.2" ; rdfs:seeAlso "https://fdtf.omg.org/"^^xsd:anyURI , "https://www.omg.org/issues/"^^xsd:anyURI ; skos:definition "individual representing metadata about the Financial Instrument Global Identifier (FIGI) Version 1.2 Specification" ; skos:historyNote """Revisions to the FIGI specification are managed per the process outlined in the Policies and Procedures for OMG standards, with the intent to maintain backwards compatibility in the ontologies to the degree possible. The RDF/XML serialized OWL for the FIGI ontologies have been checked for syntactic errors and logical consistency with Protege 5 (https://protege.stanford.edu/) and the HermiT (http://www.hermit-reasoner.com/) reasoner for OWL 2. Note that the Pellet 2.2 reasoner is not able to process the regex string pattern in the data restriction for Protege users who also use Pellet. Users who wish to use Pellet due to other advantages should comment out the restriction on the hasUniqueTextIdentifier property in the definition of FinancialInstrumentIdentifier.""" ; cmns-doc:isAbout figi-spc:FIGISpecification ; .