Warning:
This wiki has been archived and is now read-only.

PROV Specializations

From Provenance WG Wiki
Jump to: navigation, search

Author: Kai Eckert, Daniel Garijo, Simon Miles, Michael Panzer

This document is part of the Dublin Core PROV mapping, see the ProvDCMapping.

PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX dcprov: ???
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

The following terms and classes could be created to specifically describe activities derived from Dublin Core data. We indicate them with the non-assigned dcprov: namespace prefix.

dcprov:CreationActivity         rdfs:subClassOf     prov:Activity, dcprov:ContributionActivity .
dcprov:PublicationActivity      rdfs:subClassOf     prov:Activity .
dcprov:ContributionActivity     rdfs:subClassOf     prov:Activity .
dcprov:CreatorRole              rdfs:subClassOf     prov:Role, dcprov:ContributorRole .
dcprov:PublisherRole            rdfs:subClassOf     prov:Role .
dcprov:ContributorRole          rdfs:subClassOf     prov:Role .