ISSUE-103: Qualifiers and roles in the ontology

qualifiers-and-roles

Qualifiers and roles in the ontology

State:
CLOSED
Product:
Ontology
Raised by:
Stian Soiland-Reyes
Opened on:
2011-09-28
Description:
file:///home/stain/stuff/src/provenance-wg/prov/ontology/ProvenanceFormalModel.html#role defines a prov:Role as a subclass of prov:Entity.

the example shows:
<CrimeFile#Alice> cf:assumesRole cf:Author

Beyond "assumesRole" here being in the crime ontology, I don't particularly like this approach, because if #Alice is controlling two different process executions, one as an #Author and one as a #Editor, that can't reliably be expressed with the single #Alice. My understanding of using Role as a subclass of Entity was that you could specialise the entity with a new "roled" entity which locks down which role is assumed. This roled entity (prov:EntityInRole I proposed to call it) can then be used by prov:used, prov:wasControlledBy etc. It looks slightly strange for the prov:wasGeneratedBy case, though.

But in the formal model, it has not yet been resolved how roles are meant to be used in the places where the conceptual model uses roles. In particular the model now declares the use of more general *qualifieres*, which can be attached to wasGeneratedBy, used, wasDerivedFrom and wasControlledBy, where the qualifier "role" (we assume something like prov:role in the ontology) is reserved for the purpose cf:assumesRole tries to fit - although in the conceptual model a role is just a string, not an identifier/URI.


Are there any further examples of such qualifiers beyond "role"?

Given the conceptual model's requirements for arbitrary attributes attached to the generation, use, derivation and control, I am not convinced that my previously suggested EntityInRole (as a rename of prov:Role), using prov:wasComplementOf or prov:assumedBy back to the original entity, would do the trick anymore. The question would be which attributes are part of the entity, and which of the relation, it also becomes quite cumbersome having to repeat the characterising attributes every time.

So one way out is to introduce a new prov:EntityRelation class instead. This is not a subclass of prov:Entity (and does not describe something in the world), but is added by owl:union to the domain/range of the properties which relates to entities. Here any attributes will correspond do the qualifiers, and this would be an old-style n-ary glue class. The shadowed entity is only included by a prov:relatedToEntity property, the old attributes of the entity is not mirrored.

Any other takers? I don't want to focus on an OWL vs RDF discussion, just some practical solutions would be great - I struggled with the lack of how to describe roles when doing the workflow example in http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html#modeling-an-example-scientific-workflow-scenario
Related Actions Items:
No related actions
Related emails:
  1. Re: PROV-ISSUE-107 (interoperability-rdf-serialization): is example provenance serialization in RDF inter-operable? [Formal Model] (from L.Moreau@ecs.soton.ac.uk on 2012-03-05)
  2. Re: PROV-ISSUE-104 (time-class): How to relate start/end time to PE, use, generation, etc [Formal Model] (from dgarijo@delicias.dia.fi.upm.es on 2012-03-05)
  3. Re: PROV-ISSUE-103 (qualifiers-and-roles): Qualifiers and roles in the ontology [Formal Model] (from soiland-reyes@cs.manchester.ac.uk on 2012-03-05)
  4. Re: PROV-ISSUE-107 (interoperability-rdf-serialization): is example provenance serialization in RDF inter-operable? [Formal Model] (from dgarijo@delicias.dia.fi.upm.es on 2012-03-05)
  5. Re: PROV-ISSUE-103 (qualifiers-and-roles): Qualifiers and roles in the ontology [Formal Model] (from dgarijo@delicias.dia.fi.upm.es on 2012-03-05)
  6. Updates on issues raised for PROV-O (from satya.sahoo@case.edu on 2011-11-15)
  7. Re: PROV-ISSUE-107 (interoperability-rdf-serialization): is example provenance serialization in RDF inter-operable? [Formal Model] (from soiland-reyes@cs.manchester.ac.uk on 2011-09-30)
  8. Re: PROV-ISSUE-104 (time-class): How to relate start/end time to PE, use, generation, etc [Formal Model] (from p.t.groth@vu.nl on 2011-09-28)
  9. PROV-ISSUE-104 (time-class): How to relate start/end time to PE, use, generation, etc [Formal Model] (from sysbot+tracker@w3.org on 2011-09-28)
  10. PROV-ISSUE-103 (qualifiers-and-roles): Qualifiers and roles in the ontology [Formal Model] (from sysbot+tracker@w3.org on 2011-09-28)

Related notes:

No additional notes.

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: 103.html,v 1.1 2013-06-20 07:37:20 vivien Exp $