@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://www.bbc.co.uk/ontologies/provenance/> .

<http://www.bbc.co.uk/ontologies/coreconcepts/Theme>
  a owl:Class ;
  rdfs:comment "This concept is used to represent intangible things or abstract concepts.  For example, Financial Crisis, Midwifery, Happiness."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "Theme"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> .

<http://www.bbc.co.uk/ontologies/coreconcepts/Organisation>
  a owl:Class ;
  rdfs:comment "The class of organisations in the BBC. E.g., Businesses."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "Organisation"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> .

<http://www.bbc.co.uk/ontologies/coreconcepts/dateOfBirth>
  a owl:DatatypeProperty ;
  rdfs:comment "A person's date of birth."@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "dateOfBirth"@en-gb ;
  rdfs:range xsd:dateTime .

<http://www.bbc.co.uk/ontologies/coreconcepts/Person>
  a owl:Class ;
  rdfs:comment "The class of people in the BBC. Subclasses of this can be all types of people such as politicians, athletes, historic figures, contributors in programmes e.t.c."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "Person"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> .

<http://www.bbc.co.uk/ontologies/coreconcepts/Place>
  a owl:Class ;
  rdfs:comment "The class of places in the BBC."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "Place"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> .

<http://www.bbc.co.uk/ontologies/coreconcepts/occupation>
  a owl:ObjectProperty ;
  rdfs:comment "This property associates a person with a thematic area he or she worked in, for example Annie Lennox with Music."@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "occupation"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Theme> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/slug>
  a owl:DatatypeProperty ;
  rdfs:comment "Human readable keywords that may be used in a programmatic fashion e.g., manchester-city."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "slug"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/coreconcepts>
  a owl:Ontology, <http://www.bbc.co.uk/ontologies/provenance/Ontology> ;
  rdfs:comment "The generic BBC ontology for people, places, events, organisations, themes which represent things that make sense across the BBC. This model is meant to be generic enough, and allow clients (domain experts) link their own concepts e.g., athletes or politicians using rdfs:sublClassOf the particular concept."@en-gb ;
  rdfs:label "Core Concepts Ontology"@en-gb ;
  dc11:creator <mailto:LinkedData@bbc.co.uk> ;
  dc11:date "2015-10-06"^^xsd:date ;
  dc:license <http://creativecommons.org/licenses/by/4.0/> ;
  ns0:canonicalLocation "https://github.com/bbc/ontologies/blob/master/core/coreconcepts.ttl"^^xsd:string ;
  ns0:changeReason "Adding property core:label and clarifying usage of preferredLabel."@en-gb ;
  ns0:provided "2015-10-12T10:51:43+00:00"^^xsd:dateTime ;
  ns0:provider <mailto:Matthew.Gamble@bbc.co.uk> ;
  ns0:public true ;
  ns0:slug "coreconcepts"^^xsd:string ;
  ns0:version "1.12"^^xsd:string ;
  owl:imports dc11:, dc:, <http://www.bbc.co.uk/ontologies/provenance> ;
  owl:priorVersion <http://www.bbc.co.uk/ontologies/coreconcepts/1.11> ;
  owl:versionIRI <http://www.bbc.co.uk/ontologies/coreconcepts/1.12> ;
  owl:versionInfo "1.12"^^xsd:string .

<http://www.bbc.co.uk/ontologies/coreconcepts/eventPlace>
  a owl:ObjectProperty ;
  rdfs:comment "place as location of an event"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Event> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "eventPlace" ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Place> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/placeOfDeath>
  a owl:ObjectProperty ;
  rdfs:comment "A person's place of death"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "placeOfDeath"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Place> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith>
  a owl:ObjectProperty ;
  rdfs:comment "This is a high level property aiming to associate any core thing to any other core thing. For example that Tom Daley is notablyAssociatedWith diving or Glastonbury is notablyAssociatedWith music."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "notablyAssociatedWith"@en-gb .

<http://www.bbc.co.uk/ontologies/coreconcepts/eventPerson>
  a owl:ObjectProperty ;
  rdfs:comment "person as agent in an event"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Event> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "eventPerson" ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/gender>
  a owl:ObjectProperty ;
  rdfs:comment "This property is required to distinguish people by gender."@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "gender"@en-gb .

<http://www.bbc.co.uk/ontologies/coreconcepts/sameAs>
  a owl:ObjectProperty ;
  rdfs:comment "Indicates that something is the same as something else, but in a way that is slightly weaker than owl:sameAs. It's purpose is to connect separate identities of the same thing, whilst keeping separation between the original statements of each."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "sameAs"@en-gb ;
  rdfs:range owl:Thing .

<http://www.bbc.co.uk/ontologies/coreconcepts/label>
  a owl:DatatypeProperty ;
  rdfs:comment "The a label for a thing. A thing may have one label per language."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "label"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/coreconcepts/shortLabel>
  a owl:DatatypeProperty ;
  rdfs:comment "A short label for a thing usually needed for presentation purposes."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "shortLabel"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/coreconcepts/eventTheme>
  a owl:ObjectProperty ;
  rdfs:comment "theme as factor in an event"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Event> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "eventTheme" ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Theme> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/placeOfBirth>
  a owl:ObjectProperty ;
  rdfs:comment "A person's place of birth."@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "placeOfBirth"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Place> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/Thing>
  a owl:Class ;
  rdfs:comment "The superclass of all things the BBC creates or talks about."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "Thing"@en-gb ;
  rdfs:subClassOf owl:Thing .

<http://www.bbc.co.uk/ontologies/coreconcepts/disambiguationHint>
  a owl:DatatypeProperty ;
  rdfs:comment "One or two words to distinguish between entities that have similar labels - often displayed to both internal and external audiences."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "disambiguationHint"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/coreconcepts/Event>
  a owl:Class ;
  rdfs:comment "The class of events in the BBC. This is a generic class to represent events (music events, historic events, sports events, politics events, e.t.c.)."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "Event"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> .

<http://www.bbc.co.uk/ontologies/coreconcepts/primaryTopic>
  a owl:ObjectProperty ;
  rdfs:comment "Represents the fact that a thing (usually concept, e.g., Tom Daley) is the primary topic of a web document."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "primaryTopic"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> ;
  owl:inverseOf <http://www.bbc.co.uk/ontologies/coreconcepts/primaryTopicOf> .

<http://www.bbc.co.uk/ontologies/coreconcepts/preferredLabel>
  a owl:DatatypeProperty ;
  rdfs:comment "The BBC editorially preferred label for a thing. A thing may have one and only one preferredLabel"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "preferredLabel"@en-gb ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/label> .

<http://www.bbc.co.uk/ontologies/coreconcepts/eventOrganisation>
  a owl:ObjectProperty ;
  rdfs:comment "organisation as agent in an event"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Event> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "eventOrganisation" ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Organisation> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> .

<http://www.bbc.co.uk/ontologies/coreconcepts/dateOfDeath>
  a owl:DatatypeProperty ;
  rdfs:comment "A person's date of death."@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "dateOfDeath"@en-gb ;
  rdfs:range xsd:dateTime .

<http://www.bbc.co.uk/ontologies/coreconcepts/knownFor>
  a owl:DatatypeProperty ;
  rdfs:comment "A short summary of what a person is notably known for"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/coreconcepts/Person> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "knownFor"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/coreconcepts/primaryTopicOf>
  a owl:ObjectProperty ;
  rdfs:comment "Represents the fact that a thing (usually concept, e.g., Tom Daley) is the primary topic of a web document."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/coreconcepts> ;
  rdfs:label "primaryTopicOf"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/bbc/WebDocument> ;
  owl:inverseOf <http://www.bbc.co.uk/ontologies/coreconcepts/primaryTopic> .
