Re: PROV-ISSUE-222 (used-objectproperty): Datatype property for used? [Ontology]

On Wed, Jan 18, 2012 at 15:26, Stian Soiland-Reyes
<soiland-reyes@cs.manchester.ac.uk> wrote:

> :activity a prov:Activity;
>  prov:used [
>  a prov:Entity, cnt:ContentAsText ;
>  cnt:chars "The magic string" ;
> ]  .

.. or simply rdf:value of course - but you would still then imply a
special sub-class prov:Entity where rdf:value has meaning.

cnt gives you possibility to specify encoding as well as the bytes, so
it could be useful if the string came from a text file with some
encoding.


-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

Received on Wednesday, 18 January 2012 15:29:53 UTC