# baseURI: http://permid.org/ontology/trbc/ # imports: http://permid.org/ontology/common/ @prefix cc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix trbc: . @prefix xsd: . trbc: rdf:type owl:Ontology ; cc:attributionURL trbc: ; cc:license ; cc:useGuidelines ; rdfs:comment "The Thomson Reuters Business Classification (TRBC) is an industry classification of global companies; it is owned and operated by Thomson Reuters and is also the basis for Thomson Reuters Indices."@en ; rdfs:label "Thomson Reuters Business Classification"@en ; owl:imports ; owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; . trbc:Activity rdf:type owl:Class ; rdfs:comment ""@en ; rdfs:label "Activity"@en ; rdfs:subClassOf trbc:BusinessClassification ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onClass trbc:Industry ; owl:onProperty skos:broader ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ] ; rdfs:isDefinedBy trbc: ; . trbc:BusinessClassification rdf:type owl:Class ; rdfs:comment ""@en ; rdfs:label "Business classification"@en ; rdfs:subClassOf skos:Concept ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:minCardinality "0"^^xsd:nonNegativeInteger ; owl:onProperty skos:prefLabel ; ] ; rdfs:isDefinedBy trbc: ; . trbc:BusinessClassificationCode rdf:type owl:DatatypeProperty ; rdfs:comment ""@en ; rdfs:domain trbc:BusinessClassification ; rdfs:label "Thomson Reuters Business classification code"@en ; rdfs:range xsd:string ; rdfs:subPropertyOf skos:notation ; rdfs:isDefinedBy trbc: ; . trbc:BusinessSector rdf:type owl:Class ; rdfs:comment ""@en ; rdfs:label "Business sector"@en ; rdfs:subClassOf trbc:BusinessClassification ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onClass trbc:EconomicSector ; owl:onProperty skos:broader ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ] ; rdfs:isDefinedBy trbc: ; . trbc:EconomicSector rdf:type owl:Class ; rdfs:comment ""@en ; rdfs:label "Economic sector"@en ; rdfs:subClassOf trbc:BusinessClassification ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:hasValue trbc:businessClassificationScheme ; owl:onProperty skos:topConceptOf ; ] ; rdfs:isDefinedBy trbc: ; . trbc:Industry rdf:type owl:Class ; rdfs:comment ""@en ; rdfs:label "Industry"@en ; rdfs:subClassOf trbc:BusinessClassification ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onClass trbc:IndustryGroup ; owl:onProperty skos:broader ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ] ; rdfs:isDefinedBy trbc: ; . trbc:IndustryGroup rdf:type owl:Class ; rdfs:comment ""@en ; rdfs:label "Industry group"@en ; rdfs:subClassOf trbc:BusinessClassification ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onClass trbc:BusinessSector ; owl:onProperty skos:broader ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ] ; rdfs:isDefinedBy trbc: ; . trbc:businessClassificationScheme rdf:type skos:ConceptScheme ; rdfs:comment ""@en ; rdfs:label "Thomson Reuters Business Classification scheme"@en ; rdfs:isDefinedBy trbc: ; .