@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <https://www.omg.org/spec/CTS2/About-CTS2/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sm: <http://www.omg.org/techprocess/ab/SpecificationMetadata/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

sm:category
    a owl:AnnotationProperty .

<https://www.omg.org/spec/CTS2>
    sm:category "business-modeling"^^xsd:string, "healthcare"^^xsd:string, "modeling"^^xsd:string ;
    sm:publicationDate "2015-04-01T00:00:00-0400"^^xsd:dateTime ;
    sm:specificationAbbreviation "CTS2"^^xsd:string ;
    sm:specificationAbstract "This specification defines a PIM that specifies an Information Model as well as a Computational Model. Conformant implementations of this PIM must provide an implementation that represents both the Information Model and Computational Model."^^xsd:string ;
    sm:specificationTitle "Common Terminology Services 2"^^xsd:string ;
    sm:specificationURL <https://www.omg.org/spec/CTS2/About-CTS2.html> ;
    a sm:Specification, owl:NamedIndividual .

<https://www.omg.org/spec/CTS2/About-CTS2/>
    dct:license sm:MITLicense ;
    sm:creationDate "2015-04-01T00:00:00-0400"^^xsd:dateTime ;
    sm:filename "About-CTS2.rdf"^^xsd:string ;
    a owl:Ontology ;
    rdfs:label "About the Common Terminology Services 2 Specification Version 1.2"^^xsd:string ;
    owl:imports <http://www.omg.org/techprocess/ab/SpecificationMetadata/> ;
    owl:versionIRI <https://www.omg.org/spec/CTS2/1.2/About-CTS2/> ;
    owl:versionInfo "Generated on 2021-04-01T16:17:47-0400"^^xsd:string .

