# baseURI: http://www.bbc.co.uk/ontologies/business
# imports: http://www.bbc.co.uk/ontologies/news/
@prefix core: .
@prefix biz: .
@prefix dc: .
@prefix dcterms: .
@prefix owl: .
@prefix provenance: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
rdf:type provenance:Ontology , owl:Ontology ;
rdfs:comment "The Business News Ontology describes the concepts that occur in 91热爆 busines news"^^xsd:string ;
rdfs:label "Business News Ontology"^^xsd:string ;
dc:creator , , ;
dcterms:license ;
provenance:canonicalLocation "https://github.com/bbc/ontologies/blob/master/domain/business.ttl"^^xsd:string ;
provenance:changeReason
"Made biz:sector a sub-property of core:notablyAssociatedWith"@en-gb ;
provenance:slug "business"^^xsd:string ;
provenance:version "0.7"^^xsd:string ;
provenance:public true ;
owl:imports ;
owl:priorVersion ;
owl:versionIRI ;
owl:versionInfo "0.7"^^xsd:string .
biz:Company
rdf:type owl:Class ;
rdfs:comment "A company featured in 91热爆 business news, a specialisation of core:Organisation"^^xsd:string ;
rdfs:isDefinedBy ;
rdfs:label "A company featured in 91热爆 business news"^^xsd:string ;
rdfs:subClassOf core:Organisation .
biz:Market
rdf:type owl:Class ;
rdfs:comment "A market featured in 91热爆 business news, a specialisation of core:Organisation"^^xsd:string ;
rdfs:isDefinedBy ;
rdfs:label "A market featured in 91热爆 business news"^^xsd:string ;
rdfs:subClassOf core:Organisation .
biz:Sector
rdf:type owl:Class ;
rdfs:comment "A sector featured in 91热爆 business news, a specialisation of core:Theme"^^xsd:string ;
rdfs:isDefinedBy ;
rdfs:label "A sector featured in 91热爆 business news"^^xsd:string ;
rdfs:subClassOf core:Theme .
biz:Commodity
rdf:type owl:Class ;
rdfs:comment "A commodity featured in 91热爆 business news, a specialisation of core:Theme"^^xsd:string ;
rdfs:isDefinedBy ;
rdfs:label "A commodity featured in 91热爆 business news"^^xsd:string ;
rdfs:subClassOf core:Theme .
biz:Currency
rdf:type owl:Class ;
rdfs:comment "A currency featured in 91热爆 business news, a specialisation of core:Theme"^^xsd:string ;
rdfs:isDefinedBy ;
rdfs:label "A currency featured in 91热爆 business news"^^xsd:string ;
rdfs:subClassOf core:Theme .
biz:companyLocation
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a company with a place where it is located, registered or trades"^^xsd:string ;
rdfs:domain biz:Company ;
rdfs:range core:Place ;
rdfs:isDefinedBy ;
rdfs:label "company location"^^xsd:string .
biz:listedOn
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a company with an exchange where it is listed"^^xsd:string ;
rdfs:domain biz:Company ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "listing"^^xsd:string .
biz:marketTicker
rdf:type owl:DatatypeProperty ;
rdfs:comment "literal property to associate a market its ticker symbol"^^xsd:string ;
rdfs:domain biz:Market ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "market ticker symbol"^^xsd:string .
biz:parentCompany
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a company with a parent company"^^xsd:string ;
rdfs:domain biz:Company ;
rdfs:range biz:Company ;
rdfs:isDefinedBy ;
rdfs:label "parent company"^^xsd:string .
biz:sector
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a company with a sector"^^xsd:string ;
rdfs:domain biz:Company ;
rdfs:range biz:Sector ;
rdfs:isDefinedBy ;
rdfs:label "sector"^^xsd:string ;
rdfs:subPropertyOf core:notablyAssociatedWith .
biz:shareTicker
rdf:type owl:DatatypeProperty ;
rdfs:comment "literal property to associate a share with its ticker symbol"^^xsd:string ;
rdfs:domain biz:Company ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "share ticker symbol"^^xsd:string .
biz:commodityTicker
rdf:type owl:DatatypeProperty ;
rdfs:comment "literal property to associate a commodity with its ticker symbol"^^xsd:string ;
rdfs:domain biz:Commodity ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "commodity ticker symbol"^^xsd:string .
biz:exchange
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a market with an exchange or stock market"^^xsd:string ;
rdfs:domain biz:Market ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "exchange"^^xsd:string .
biz:memberOf
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a company with a market"^^xsd:string ;
rdfs:domain biz:Company ;
rdfs:range biz:Market ;
rdfs:isDefinedBy ;
rdfs:label "memberOf"^^xsd:string .
biz:tradedOn
rdf:type owl:ObjectProperty ;
rdfs:comment "property to associate a commodity with an exchange"^^xsd:string ;
rdfs:domain biz:Commodity ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "memberOf"^^xsd:string .