ÃÛÑ¿´«Ã½

Provenance ontology

The provenance ontology supports data management and auditing tasks. It is used to define the different types of named graphs we used in the store (quad store) and enables their association with metadata that allow us to manage, validate and expose data to our services.

Introduction

The provenance ontology supports data management and auditing tasks. It is used to define the different types of named graphs we used in the store (quad store) and enables their association with metadata that allow us to manage, validate and expose data to our services.

The ontology enables the recording of information about the provenance of data in an RDF Triple Store. This provenance is focused on the immediate providers and not the ultimate source, so for example, this would record that geodata was provided by the ÃÛÑ¿´«Ã½ Locator team, and not geonames. In the Linked Data Platform, this data is applied to contexts or named graphs. A named graph is, in effect, a 'fourth part' to a triple, hence the term 'quad store'.

A nodes-and-edges diagram with provenance:Graph as the central node and example subclasses & properties as connected nodes
A provenance:Graph-centric example of properties & subclasses in the Provenance ontology
        # Some example triples for a dataset of English football teams, in Turtle format

@prefix provenance: <http://www.bbc.co.uk/ontologies/provenance/> .
@prefix bbc: <http://www.bbc.co.uk/ontologies/bbc/> .
<http://www.bbc.co.uk/contexts/a-b-c-d#id>
    a provenance:Dataset ;
    rdfs:label "English Football Teams"^^xsd:string ;
    provenance:changeReason "Initial creation of dataset"^^xsd:string ;
    provenance:version "1"^^xsd:int ; provenance:product bbc:Sport ;
    provenance:provided "20121010T16:34Z"^^xsd:datetime ;
    provenance:provider <mailto:tom.grahame@bbc.co.uk> .
    

Metadata

Created 2012-12-01
Last modified 2023-02-28
Current version 1.13
Authors LinkedData@bbc.co.uk
Licence
Download Provenance ontology (Turtle format)

 

Classes

 

CreativeWorkGraph

URI
Description The class of named graphs which contain the metadata for the CreativeWorks. For example all the metadata for a news story provided by a CMS will be contained in a single CreativeWorkGraph instance.
Superclasses Graph

 

Dataset

URI
Description Dataset is a single graph which contains a collection of things that is managed together, e.g., "the dataset of the ÃÛÑ¿´«Ã½'s News Regions". The management of datasets involves editing RDF files and publishing them to the triplestore in a single action. This requires a good knowledge of semantic technologies therefore datasets are managed by experts.
Superclasses Graph

 

DeletedGraph

URI
Description A DeletedGraph is a single graph describing an archived ThingGraph.
Superclasses Graph
Domain for described

 

Graph

URI
Description The class of named graphs. All our data is stored in named graphs of different types depending on its provenance and management. These are specified by the subclasses of Graph.
Subclasses CreativeWorkGraph, Dataset, , DeletedGraph, Ontology, ThingGraph, TransitionOntology
Domain for canonicalLocation, changeReason, owner, product, provided, provider, public, version

 

Ontology

URI
Description Graphs that contain ontologies in the store are declared to be of type provenance:Ontology. The graph name in the store is identical to the ontology IRI.
Superclasses Graph
Subclasses TransitionOntology
Domain for slug

 

ThingGraph

URI
Description Thing graphs hold metadata about a single thing. Note the difference with Datasets, which hold metadata about many things. Thing graphs are usually exposed to user friendly tools which allow users with little on no RDF skills to specifically edit a metadata about a thing in a form. For example a thing graph can contain metadata about a football team such as its various names, LOD links for the team, a short disambiguation hint, e.t.c. Thing graphs are also used to store metadata about things obtained from a feed, for example store metadata about locations obtained from a Location Services feed.
Superclasses Graph
Domain for managedBy,

 

Transition Ontology

URI
Description An ontology that is used to provide a transition feature for a parent ontology
Superclasses Graph, Ontology

 

Properties

 

canonicalLocation

URI
Description The canonical location where all the triples contained within the context (named graph) are stored in and can be referred to outside the triplestore.
Domain Graph
Range

 

changeReason

URI
Description The reason for the most recent change applied to the graph.
Domain Graph
Range

 

created

URI
Description The date when a Thing was created.
Domain
Range

 

deprecated

URI
Description A predicate to allow hiding of Things so as to not delete them and lose the reference object.
Domain
Range

 

deprecates

URI
Description The thing that this is superseding.
Domain
Range

 

deprecationComment

URI
Description Information pertinent to a resource's deprecation status
Domain
Range

 

deprecationDate

URI
Description The date when this thing will be deprecated and potentially no longer available.
Domain
Range

 

described

URI
Description The Thing which was described by a Thing Graph prior to archival.
Domain DeletedGraph
Range

 

isDeprecatedBy

URI
Description The thing that is superseding this deprecated thing.
Domain
Range

 

managedBy

URI
Description Associates the thing graph of a cms:ManagedThing with its managing system. This is needed to solve cases where different systems can manage metadata about a shared thing. E.g., one thing graph from ÃÛÑ¿´«Ã½ News may have all the politics related metadata for David Cameron, while another thing graph managed by Knowledge and Learning may contain information about the historical role David Cameron has played as a conservative leader in British politics. Separating metadata into thing graphs is useful for managing information about shared things.
Domain ThingGraph
Range

 

owner

URI
Description This property indicates the owner of the data, i.e., the person or CMS who's responsible for managing and governing the data.
Domain Graph
Range

 

product

URI
Description The reference to the product from which the dataset, graph was created. This is needed for dataset management permissions. Not to be confused with bbc:product.
Domain Graph
Range

 

provided

URI
Description The date and time at which the data was provided to the triplestore.
Domain Graph
Range

 

provider

URI
Description The email address extracted from the ÃÛÑ¿´«Ã½ SSL Certificate, indicating the person or system which directly interacted with the writer service to put the data in the store.
Domain Graph
Range

 

public

URI
Description This predicate allows the distinction of ontologies that are appropriate for publishing from those ones that are currently kept internal, e.g., for testing purposes.
Domain Graph
Range

 

slug

URI
Description This is a short human readable identifier for the ontology.
Domain Ontology
Range

 

transitions

URI
Description The property that this transition property is providing a transition for.
Domain
Range

 

version

URI
Description The version of the graph.
Domain Graph
Range

Rebuild Page

The page will automatically reload. You may need to reload again if the build takes longer than expected.

Useful links

Demo mode

Hides preview environment warning banner on preview pages.

Theme toggler

Select a theme and theme mode and click "Load theme" to load in your theme combination.

Theme:
Theme Mode: