ISSUE-392: model hasProvenanceIn / isReferencedBy / isTopicOf in PROV-O

model hasProvenanceIn / isReferencedBy / isTopicOf in PROV-O

State:
CLOSED
Product:
Ontology
Raised by:
Timothy Lebo
Opened on:
2012-06-03
Description:
This new DM construct needs to be encoded in PROV-O.
Related Actions Items:
No related actions
Related emails:
  1. Re: PROV-ISSUE-392: model hasProvenanceIn / isReferencedBy / isTopicOf in PROV-O [Ontology] (from lebot@rpi.edu on 2012-06-03)
  2. PROV-ISSUE-392: model hasProvenanceIn / isReferencedBy / isTopicOf in PROV-O [Ontology] (from sysbot+tracker@w3.org on 2012-06-03)

Related notes:

bundle tool:analysis01
alternate(tool:Bob2, ex:Bob,ex:run2)
endBundle

in PROV-O:

tool:analysis01 {
tool:Bob2
prov:alternateOf [ ## The use here of bnode is, for once, actually appropriate :-)
a prov:Entity; prov:ContextualizedEntity;
prov:identifier ex:Bob; ## The identifier that is used "over there" Can't use dcterms:identifier b/c that is a rdfs:Literal.
prov:inContext ex:run2; ## "over there" Could prov:atLocation be reused?
];
}





------




By http://dvcs.w3.org/hg/prov/raw-file/default/model/working-copy/wd6-contextualization.html 's :


bundle tool:analysis01
contextualizationOf(tool:Bob1, ex:Bob, ex:run1)
endBundle


do you mean (or, may I [still] interpret as):


tool:analysis01 {
tool:Bob1
prov:specializationOf [
a prov:Entity; prov:ContextualizedEntity;
prov:identifier ex:Bob;
prov:inContext ex:run1;
];
.
}

Timothy Lebo, 6 Jun 2012, 17:15:07

Now modeled with mentionOf and asInBundle properties.

Timothy Lebo, 2 Jul 2012, 13:32:10

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 392.html,v 1.1 2013-06-20 07:37:41 vivien Exp $