- From: Stian Soiland-Reyes via GitHub <sysbot+gh@w3.org>
- Date: Thu, 20 Aug 2015 00:25:31 +0000
- To: public-annotation@w3.org
The RDF mapping to PROV is already part of the [OA ontology](http://www.w3.org/ns/oa/): ```turtle oa:annotatedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf prov:wasAttributedTo . oa:equivalentTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf prov:alternateOf . oa:serializedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf prov:wasAttributedTo . ``` The [PROV constraints](http://www.w3.org/TR/prov-constraints/) detail how `prov:wasAttributedTo` expands into activities and agents. I still think that the PROV mapping could be broadened, e.g. `serializedAt` and `annotatedAt` is not mapped in the ontology. I don't think there's much more that can be added generally.. as even though say an annotation target is "about" an annotation body, we can't infer `prov:wasInfluenedBy`-kind of provenance here as the "aboutness" can be more abstract, depending on the motivation etc. -- GitHub Notif of comment by stain See https://github.com/w3c/web-annotation/issues/65#issuecomment-132835667
Received on Thursday, 20 August 2015 00:25:36 UTC