@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.bbc.co.uk/ontologies/> . @prefix ns1: <http://www.bbc.co.uk/ontologies/provenance/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns2: <http://www.bbc.co.uk/ontologies/coreconcepts/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:coreconcepts dc:creator <mailto:LinkedData@bbc.co.uk> ; dc:date "2015-10-06"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:license <http://creativecommons.org/licenses/by/4.0/> ; ns1:canonicalLocation "https://github.com/bbc/ontologies/blob/master/core/coreconcepts.ttl" ; ns1:changeReason "Adding property core:label and clarifying usage of preferredLabel."@en-gb ; ns1:provided "2015-10-12T10:51:43Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; ns1:provider <mailto:Matthew.Gamble@bbc.co.uk> ; ns1:public true ; ns1:slug "coreconcepts" ; ns1:version "1.12" ; a ns1:Ontology, owl:NamedIndividual, owl: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 ; 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" . ns2:Event rdfs:isDefinedBy ns0:coreconcepts . ns2:Organisation rdfs:isDefinedBy ns0:coreconcepts . ns2:Person rdfs:isDefinedBy ns0:coreconcepts . ns2:Place rdfs:isDefinedBy ns0:coreconcepts . ns2:Theme rdfs:isDefinedBy ns0:coreconcepts . ns2:Thing rdfs:isDefinedBy ns0:coreconcepts . ns2:dateOfBirth rdfs:isDefinedBy ns0:coreconcepts . ns2:dateOfDeath rdfs:isDefinedBy ns0:coreconcepts . ns2:disambiguationHint rdfs:isDefinedBy ns0:coreconcepts . ns2:eventOrganisation rdfs:isDefinedBy ns0:coreconcepts . ns2:eventPerson rdfs:isDefinedBy ns0:coreconcepts . ns2:eventPlace rdfs:isDefinedBy ns0:coreconcepts . ns2:eventTheme rdfs:isDefinedBy ns0:coreconcepts . ns2:gender rdfs:isDefinedBy ns0:coreconcepts . ns2:knownFor rdfs:isDefinedBy ns0:coreconcepts . ns2:label rdfs:isDefinedBy ns0:coreconcepts . ns2:notablyAssociatedWith rdfs:isDefinedBy ns0:coreconcepts . ns2:occupation rdfs:isDefinedBy ns0:coreconcepts . ns2:placeOfBirth rdfs:isDefinedBy ns0:coreconcepts . ns2:placeOfDeath rdfs:isDefinedBy ns0:coreconcepts . ns2:preferredLabel rdfs:isDefinedBy ns0:coreconcepts . ns2:primaryTopic rdfs:isDefinedBy ns0:coreconcepts . ns2:primaryTopicOf rdfs:isDefinedBy ns0:coreconcepts . ns2:sameAs rdfs:isDefinedBy ns0:coreconcepts . ns2:shortLabel rdfs:isDefinedBy ns0:coreconcepts . ns2:slug rdfs:isDefinedBy ns0:coreconcepts .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.bbc.co.uk/ontologies/> .
@prefix ns1: <http://www.bbc.co.uk/ontologies/provenance/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns2: <http://www.bbc.co.uk/ontologies/coreconcepts/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:coreconcepts
    dc:creator <mailto:LinkedData@bbc.co.uk> ;
    dc:date "2015-10-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:license <http://creativecommons.org/licenses/by/4.0/> ;
    ns1:canonicalLocation "https://github.com/bbc/ontologies/blob/master/core/coreconcepts.ttl" ;
    ns1:changeReason "Adding property core:label and clarifying usage of preferredLabel."@en-gb ;
    ns1:provided "2015-10-12T10:51:43Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
    ns1:provider <mailto:Matthew.Gamble@bbc.co.uk> ;
    ns1:public true ;
    ns1:slug "coreconcepts" ;
    ns1:version "1.12" ;
    a ns1:Ontology, owl:NamedIndividual, owl: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 ;
    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" .

ns2:Event
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:Organisation
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:Person
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:Place
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:Theme
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:Thing
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:dateOfBirth
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:dateOfDeath
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:disambiguationHint
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:eventOrganisation
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:eventPerson
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:eventPlace
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:eventTheme
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:gender
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:knownFor
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:label
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:notablyAssociatedWith
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:occupation
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:placeOfBirth
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:placeOfDeath
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:preferredLabel
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:primaryTopic
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:primaryTopicOf
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:sameAs
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:shortLabel
    rdfs:isDefinedBy ns0:coreconcepts .

ns2:slug
    rdfs:isDefinedBy ns0:coreconcepts .