@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://www.bbc.co.uk/ontologies/provenance/> .

<http://www.bbc.co.uk/ontologies/creativework/Commentary>
  a owl:Class ;
  rdfs:comment "This class represents short form creative works in the shape of updates. These differ from the other types of creative works because they haven't got independent URLs  as (primaryContentOf) from which they can be retrieved."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "Commentary"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/LiveEventPage>
  a owl:Class ;
  rdfs:comment "This class is created to support the LiveEventPages from CPS. This will be soon deprecated for the sake of LiveCoverage"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "LiveEventPage"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework>
  a owl:Ontology, <http://www.bbc.co.uk/ontologies/provenance/Ontology> ;
  rdfs:comment "This is the model we use to express the minimum metadata necessary to express a piece of creative content in the platform. The creative work ontology is continuously evolving based on our clients' requirements. There is a core class in this model, which is the CreativeWork class and properties that support information the LDP clients need to build their products such as title, thumbnail, URL e.t.c."@en-gb ;
  rdfs:label "Creative Work Ontology"@en-gb ;
  dc11:creator <mailto:LinkedData@bbc.co.uk> ;
  dc11:date "2012-12-01"^^xsd:date ;
  dc:license <http://creativecommons.org/licenses/by/4.0/> ;
  dc:modified "2016-02-01"^^xsd:date ;
  ns0:canonicalLocation "https://github.com/bbc/ontologies/blob/master/core/creativework.ttl"^^xsd:string ;
  ns0:changeReason "Update label for Weather Alert."@en-gb ;
  ns0:provided "2016-02-03T15:19:38+00:00"^^xsd:dateTime ;
  ns0:provider <mailto:Matthew.Gamble@bbc.co.uk> ;
  ns0:public true ;
  ns0:slug "creativework"^^xsd:string ;
  ns0:version "1.11"^^xsd:string ;
  owl:imports dc11:, dc:, <http://www.bbc.co.uk/ontologies/provenance> ;
  owl:priorVersion <http://www.bbc.co.uk/ontologies/creativework/1.10> ;
  owl:versionIRI <http://www.bbc.co.uk/ontologies/creativework/1.11> ;
  owl:versionInfo "1.11"^^xsd:string .

<http://www.bbc.co.uk/ontologies/creativework/dateModified>
  a owl:DatatypeProperty ;
  rdfs:comment "Date modified of CreativeWork"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "dateModified"@en-gb ;
  rdfs:range xsd:date .

<http://www.bbc.co.uk/ontologies/creativework/audience>
  a owl:ObjectProperty ;
  rdfs:comment "Associates the Creative Work with an audience instance"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "audience"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/creativework/Audience> .

<http://www.bbc.co.uk/ontologies/creativework/FixedSize226Thumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "Fixed size thumbnail"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "FixedSize226Thumbnail"@en-gb ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/StandardThumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "A 16x9 image used in most occasions"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "StandardThumbnail"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/TravelIncident>
  a owl:Class ;
  rdfs:comment "This class is used to describe creative works which are Travel Incidents."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.10> ;
  rdfs:label "TravelIncident"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> .

<http://www.bbc.co.uk/ontologies/creativework/Episode>
  a owl:Class ;
  rdfs:comment "The Episodes subclass of programmes produced by the BBC."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "Episode"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/Programme> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/shortTitle>
  a owl:DatatypeProperty ;
  rdfs:comment "The sort title of the Creative Work"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "shortTitle"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/creativework/Clip>
  a owl:Class ;
  rdfs:comment "The Clips subclass of programmes produced by the BBC."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "Clip"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/Programme> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/BlogPost>
  a owl:Class ;
  rdfs:comment "This is the class of creative works that are associated with particular journalists or correspondents. The analysis, commentary and personal viewpoint of the creator is reflected on the blog post and the blog post is usually associated prominently with the name of the creator. BlogPost can have different types of formats."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "BlogPost"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/language>
  a owl:DatatypeProperty ;
  rdfs:comment "The language of the creative work, please use BCP47 https://tools.ietf.org/html/bcp47"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "language"@en-gb ;
  rdfs:range xsd:language .

<http://www.bbc.co.uk/ontologies/creativework/title>
  a owl:DatatypeProperty ;
  rdfs:comment "The title of the Creative Work"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "title"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/creativework/Programme>
  a owl:Class ;
  rdfs:comment "The class of programmes produced by the BBC"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "Programme"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/LiveCoverage>
  a owl:Class ;
  rdfs:comment "This class is used to describe that creative works which are coverage of a live event. (Note that this isn't meant to describe the fact that the event is live currently. An example of a Live Coverage creative work is the live event page covering live the England VS Australia cricket match, last saturday's football matches or last year's elections)"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "LiveCoverage"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/Thumbnail>
  a owl:Class ;
  rdfs:comment "Used to associate a Creative Work with the canonical location of the thumbnail. The URI of each of its instances is the full canonical location of the thumbnail"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "Thumbnail"@en-gb ;
  rdfs:subClassOf owl:Thing .

<http://www.bbc.co.uk/ontologies/creativework/Audience>
  a owl:Class ;
  rdfs:comment "Enumerated class of the audiences the BBC creates content for."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "Audience"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/CloseUpThumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "A 16x9 image, focused and zoomed in one part of the image, usually when the standard thumbnail is very small to be meaningful (e.g., in mobile)."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "CloseUpThumbnail"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/NationalAudience>
  a <http://www.bbc.co.uk/ontologies/creativework/Audience> ;
  rdfs:comment "The national audience. The creative works linked to this instance are *only available to the national audience*."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "NationalAudience"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/WeatherAlert>
  a owl:Class ;
  rdfs:comment "This class is used to describe creative works which are Weather Alerts."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.10> ;
  rdfs:label "WeatherAlert"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> .

<http://www.bbc.co.uk/ontologies/creativework/thumbnail>
  a owl:ObjectProperty ;
  rdfs:comment "Associates the Creative Work with the Thumbnail instance"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "thumbnail"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/creativework/Thumbnail> .

<http://www.bbc.co.uk/ontologies/creativework/FixedSize224Thumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "Fixed size thumbnail"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "FixedSize224Thumbnail"@en-gb ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/InternationalAudience>
  a <http://www.bbc.co.uk/ontologies/creativework/Audience> ;
  rdfs:comment "The international (non UK) audience. The creative works linked to this instance are *only available to the international audience*."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "InternationalAudience"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/Format>
  a owl:Class ;
  rdfs:comment "The primary format of the CreativeWork and it can be one of the five instances. This is needed for selecting the appropriate icon with which to overlay the preview thumbnail of the creative work."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "Format"@en-gb ;
  rdfs:subClassOf owl:Thing .

<http://www.bbc.co.uk/ontologies/creativework/AudioFormat>
  a <http://www.bbc.co.uk/ontologies/creativework/Format> ;
  rdfs:comment "Used to represent that the primary format of a CreativeWork is Audio."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "AudioFormat"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/tag>
  a owl:ObjectProperty ;
  rdfs:comment "Indicates that the creative work is tagged with tag concept"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "tag"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/tagging/TagConcept> .

<http://www.bbc.co.uk/ontologies/creativework/FixedSize66Thumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "Fixed size thumbnail"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "FixedSize66Thumbnail"@en-gb ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/FixedSize144Thumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "Fixed size thumbnail"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "FixedSize144Thumbnail"@en-gb ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/altText>
  a owl:DatatypeProperty ;
  rdfs:comment "The alternative text for a thumbnail in case the URL is not resolved"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/Thumbnail> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "altText"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/creativework/description>
  a owl:DatatypeProperty ;
  rdfs:comment "The description of the Creative Work"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "description"@en-gb ;
  rdfs:range xsd:string .

<http://www.bbc.co.uk/ontologies/creativework/category>
  a owl:ObjectProperty ;
  rdfs:comment "The category property is another mid term solution for maintaining the functionality supporting individual clients. For example, the type of gossip is something that the sports pal use for the moment. The values of the property are decided by the client teams in collaboration with LDP"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "category"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/creativework/Category> .

<http://www.bbc.co.uk/ontologies/creativework/TextualFormat>
  a <http://www.bbc.co.uk/ontologies/creativework/Format> ;
  rdfs:comment "Used to represent that the primary format of a CreativeWork is Text"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "TextualFormat"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/ImageFormat>
  a <http://www.bbc.co.uk/ontologies/creativework/Format> ;
  rdfs:comment "Used to represent that the primary format of a CreativeWork is Image"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "ImageFormat"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/createdBy>
  a owl:ObjectProperty ;
  rdfs:comment "associate a creative work with its creator"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "createdBy"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/coreconcepts/Thing> .

<http://www.bbc.co.uk/ontologies/creativework/InteractiveFormat>
  a <http://www.bbc.co.uk/ontologies/creativework/Format> ;
  rdfs:comment "Used to represent that the primary format of a CreativeWork is Interactive"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "InteractiveFormat"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/about>
  a owl:ObjectProperty ;
  rdfs:comment "Indicates that the creative work is about a tag concept"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "about"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/tagging/TagConcept> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/creativework/tag> .

<http://www.bbc.co.uk/ontologies/creativework/NewsItem>
  a owl:Class ;
  rdfs:comment "The class of all news items that the BBC produces. They can be textual articles, or media asset pages (audio or video) or live coverage of events (use the liveCoverage property)."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "NewsItem"@en-gb ;
  rdfs:subClassOf <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/Category>
  a owl:Class ;
  rdfs:comment "A class to represent different categorisations of creative works from different clients. This class is instantiated in the clients' application logic models."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "Category"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/ThumbnailType>
  a owl:Class ;
  rdfs:comment "Enumerated class of the allowed thumbnail types"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "ThumbnailType"@en-gb ;
  rdfs:subClassOf owl:Thing .

<http://www.bbc.co.uk/ontologies/creativework/FixedSize464Thumbnail>
  a <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> ;
  rdfs:comment "Fixed size thumbnail"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework/1.4> ;
  rdfs:label "FixedSize464Thumbnail"@en-gb ;
  owl:deprecated true .

<http://www.bbc.co.uk/ontologies/creativework/VideoFormat>
  a <http://www.bbc.co.uk/ontologies/creativework/Format> ;
  rdfs:comment "Used to represent that the primary format of a CreativeWork is Video"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "VideoFormat"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/thumbnailType>
  a owl:ObjectProperty ;
  rdfs:comment "Associates the Thumbnail instance with a Thumbnail type"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/Thumbnail> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "thumbnailType"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/creativework/ThumbnailType> .

<http://www.bbc.co.uk/ontologies/creativework/mentions>
  a owl:ObjectProperty ;
  rdfs:comment "Indicates that the creative work mentions a tag concept"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "mentions"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/tagging/TagConcept> ;
  rdfs:subPropertyOf <http://www.bbc.co.uk/ontologies/creativework/tag> .

<http://www.bbc.co.uk/ontologies/creativework/PictureGalleryFormat>
  a <http://www.bbc.co.uk/ontologies/creativework/Format> ;
  rdfs:comment "Used to represent that the primary format of a CreativeWork is of PictureGallery (this is a mid-term solution for the modelling of galleries)"@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "PictureGalleryFormat"@en-gb .

<http://www.bbc.co.uk/ontologies/creativework/primaryFormat>
  a owl:ObjectProperty ;
  rdfs:comment "Associates the Creative Work with the Primary Format instance"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "primaryFormat"@en-gb ;
  rdfs:range <http://www.bbc.co.uk/ontologies/creativework/Format> .

<http://www.bbc.co.uk/ontologies/creativework/dateCreated>
  a owl:DatatypeProperty ;
  rdfs:comment "Date created of CreativeWork"@en-gb ;
  rdfs:domain <http://www.bbc.co.uk/ontologies/creativework/CreativeWork> ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "dateCreated"@en-gb ;
  rdfs:range xsd:date .

<http://www.bbc.co.uk/ontologies/creativework/CreativeWork>
  a owl:Class ;
  rdfs:comment "The class of creative works produced by the BBC."@en-gb ;
  rdfs:isDefinedBy <http://www.bbc.co.uk/ontologies/creativework> ;
  rdfs:label "CreativeWork"@en-gb ;
  rdfs:subClassOf owl:Thing .
