Re: Error in W3C Provo Recommendation Example

Hello
I think I have detected an error in PROVO example : 
PROV-O: The PROV Ontology


| 
| 
| 
| 
 | 
 |

 |

 |
| 
| 
 | 
PROV-O: The PROV Ontology
 |

 |

 |


In this example, 
:publicationActivity1123 
   prov:wasStartedBy      :derek;is erroneous since :derek is a foaf:Agent... and prov:wasStartedBy range is prov:Entity.

I guess a fix can be the following
dsdata:publicationActivity1123
        prov:wasAssociatedWith    :derek ;
        prov:qualifiedAssociation [
            rdf:type prov:Association ;
                                        prov:agent     :derek ;
                                        prov:hadRole :StartupAgent;
        ]  ;

What do you think?

Cheers!



  

Received on Monday, 8 June 2020 15:13:06 UTC