SNaP Asset Ontology
Created by Press Association, now known as PA Media, and hosted by IPTC with permission from PA Media
- Latest Version
- 0.3.1 - http://data.press.net/ontology/asset/
- Created
- 2011-07-28
- Last Modified
- 2012-01-11
- Authors
- Paul Wilton
- Jarred McGinnis
- Paul Harman
Abstract
The Asset Ontology describes news assets (text, images, video, data, etc), the relationships between them and how assets can be classified and semantically annotated.Design Notes
As the DCMIType vocabulary has no base class (meaning we cannot constrain our asset type to a specific range), the AssetType class abstracting ourselves away from DCMIType while allowing us to strongly type the asset schema. This also allows us to define weak equivalence references to the IPTC vocabulary
Overview Of Terms
An alphabetical index of the ontology terms, divided into classes, properties and individuals. All the terms are hyperlinked to their detailed description for quick reference.
Classes: | Asset | Image | Text | Video
Properties: | byline | created | embargoedUntil | modified | published | summary | title | hasThumbnail | associatedAsset | derivedFrom | hasTranscript
Ontology Terms
Classes
Class: Asset
| Label | Generic Asset Class |
| Status | testing |
| Sub-Classes | Image Video Text |
Generic News Asset Class
Class: Image
| Label | Image Asset Class |
| Status | testing |
Image Asset Class
Class: Text
| Label | Text Asset Class |
| Status | testing |
Text Asset Class
Class: Video
| Label | Video Asset Class |
| Status | testing |
Video Asset Class
Object Properties
Property: hasThumbnail
| Label | Property that associates a thumbnail image with an asset |
| Status | testing |
| Range | Image |
| Domain | Asset |
Property that associates a thumbnail image with an asset
Property: associatedAsset
| Label | Property that associates one asset with another asset |
| Status | testing |
| Sub-Properties | derivedFrom hasThumbnail hasTranscript |
| Range | Asset |
| Domain | Asset |
Property that associates one asset with another asset
Property: derivedFrom
| Label | Relates an asset to an asset that it is derived from |
| Status | testing |
| Range | Asset |
| Domain | Asset |
Relates an asset to an asset that it is derived from
Property: hasTranscript
| Label | The text transcript of a Video |
| Status | testing |
| Range | Text |
| Domain | Video |
Property that associates a Text transcript with a Video
Datatype Properties
Property: byline
| Label | Asset byline |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#string |
| Domain | Asset |
The byline of a news Asset
Property: created
| Label | Asset created dateTime |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#dateTime |
| Domain | Asset |
The date and time a news Asset was created
Property: embargoedUntil
| Label | Asset embargoed until dateTime |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#dateTime |
| Domain | Asset |
The date and time a news Asset is embargoedUntil
Property: modified
| Label | Asset modified dateTime |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#dateTime |
| Domain | Asset |
The date and time a news Asset was modified
Property: published
| Label | Asset published dateTime |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#dateTime |
| Domain | Asset |
The date and time a news Asset was published
Property: summary
| Label | Asset summary |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#string |
| Domain | Asset |
The summary text of a news Asset
Property: title
| Label | Asset title |
| Status | testing |
| Range | http://www.w3.org/2001/XMLSchema#string |
| Domain | Asset |
The title of a news Asset