Creative Work Ontology
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.
Authors | LinkedData@bbc.co.uk |
Created Date | 2012-12-01 |
Version | 1.19 |
Licence | |
Download | RDF |
Introduction
This ontology defines the terms required to describe the creative works produced by the 大象传媒 and their associated metadata. This ontology powers reading and writing creative works in the triplestore using tags associated with them (about) their more specific types (BlogPost, NewsItem, Programme) and audiences (audience).
Sample Data
a cwork:CreativeWork;
cwork:title "David Bowie leads tributes to 'master' Lou Reed"^^xsd:string;
cwork:shortTitle "David Bowie leads Lou Reed tributes"^^xsd:string;
cwork:description "Rock legend David Bowie pays tribute to US singer
and former Velvet Underground frontman Lou Reed, who died on Sunday
aged 71."^^xsd:string;
cwork:primaryFormat cwork:TextualFormat;
bbc:primaryContentOf ;
cwork:about
,
.
a core:Person;
core:preferredLabel "David Bowie"@en-gb.
a core:Person;
core:preferredLabel "Lou Reed"@en-gb.
Ontology Diagram
Ontology Terms
Automatically generated documentation for the ontology terms.
Classes
Audience | |
---|---|
URI | /ontologies/creativework/Audience |
Description | Enumerated class of the audiences the 大象传媒 creates content for. |
Properties | audience |
Category | |
---|---|
URI | /ontologies/creativework/Category |
Description | A class to represent different categorisations of creative works from different clients. This class is instantiated in the clients' application logic models. |
Properties | category |
CreativeWork | |
---|---|
URI | /ontologies/creativework/CreativeWork |
Description | The class of creative works produced by the 大象传媒. |
Superclasses | |
Properties | about, audience, category, createdBy, dateCreated, dateModified, description, language, mentions, primaryFormat, shortTitle, tag, thumbnail, title |
Format | |
---|---|
URI | /ontologies/creativework/Format |
Description | 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. |
Superclasses | |
Properties | primaryFormat |
Thumbnail | |
---|---|
URI | /ontologies/creativework/Thumbnail |
Description | 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 |
Superclasses | |
Properties | altText, thumbnail, thumbnailType |
ThumbnailType | |
---|---|
URI | /ontologies/creativework/ThumbnailType |
Description | Enumerated class of the allowed thumbnail types |
Superclasses | |
Properties | thumbnailType |
Properties
about | |
---|---|
URI | /ontologies/creativework/about |
Description | Indicates that the creative work is about a tag concept |
Superproperties | tag |
Domain | CreativeWork |
Range | /ontologies/tagging/TagConcept |
altText | |
---|---|
URI | /ontologies/creativework/altText |
Description | The alternative text for a thumbnail in case the URL is not resolved |
Domain | Thumbnail |
Range |
audience | |
---|---|
URI | /ontologies/creativework/audience |
Description | Associates the Creative Work with an audience instance |
Domain | CreativeWork |
Range | Audience |
category | |
---|---|
URI | /ontologies/creativework/category |
Description | 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 |
Domain | CreativeWork |
Range | Category |
createdBy | |
---|---|
URI | /ontologies/creativework/createdBy |
Description | associate a creative work with its creator |
Domain | CreativeWork |
Range | /ontologies/coreconcepts/Thing |
dateCreated | |
---|---|
URI | /ontologies/creativework/dateCreated |
Description | Date created of CreativeWork |
Domain | CreativeWork |
Range |
dateModified | |
---|---|
URI | /ontologies/creativework/dateModified |
Description | Date modified of CreativeWork |
Domain | CreativeWork |
Range |
description | |
---|---|
URI | /ontologies/creativework/description |
Description | The description of the Creative Work |
Domain | CreativeWork |
Range |
language | |
---|---|
URI | /ontologies/creativework/language |
Description | The language of the creative work, please use BCP47 |
Domain | CreativeWork |
Range |
mentions | |
---|---|
URI | /ontologies/creativework/mentions |
Description | Indicates that the creative work mentions a tag concept |
Superproperties | tag |
Domain | CreativeWork |
Range | /ontologies/tagging/TagConcept |
primaryFormat | |
---|---|
URI | /ontologies/creativework/primaryFormat |
Description | Associates the Creative Work with the Primary Format instance |
Domain | CreativeWork |
Range | Format |
shortTitle | |
---|---|
URI | /ontologies/creativework/shortTitle |
Description | The sort title of the Creative Work |
Domain | CreativeWork |
Range |
tag | |
---|---|
URI | /ontologies/creativework/tag |
Description | Indicates that the creative work is tagged with tag concept |
Subproperty | about, mentions |
Domain | CreativeWork |
Range | /ontologies/tagging/TagConcept |
thumbnail | |
---|---|
URI | /ontologies/creativework/thumbnail |
Description | Associates the Creative Work with the Thumbnail instance |
Domain | CreativeWork |
Range | Thumbnail |
thumbnailType | |
---|---|
URI | /ontologies/creativework/thumbnailType |
Description | Associates the Thumbnail instance with a Thumbnail type |
Domain | Thumbnail |
Range | ThumbnailType |
title | |
---|---|
URI | /ontologies/creativework/title |
Description | The title of the Creative Work |
Domain | CreativeWork |
Range |