timrdf / DataFAQs

LINKED DATA QUALITY REPORTS
41 stars 7 forks source link

sneak generating activity URI into SADI output in faqt.py #104

Open timrdf opened 12 years ago

timrdf commented 12 years ago

Perhaps the service should sneak a graph snippet into the output that sites the activity.

Sketch:

:the-input-uri     # This is the 1-n URIs that got annotated by the SADI service.
   a :InputType, :OutputType;
   void:inDataset :uuid;
. 

:uuid
   a void:Graph;
   rdfs:comment "This is the RDF Graph returned by invoking the SADI service.";
   prov:wasGeneratedBy <#activity-09f9cf88-bbe7-11e1-a6d5-b6e4fd0676c2>; # UUID of this invocation.
   prov:generatedAtTime ""^^xsd:dateTime; # The time we finished processing everything.
.

GET service description should connect to the POST results:

<#activity-09f9cf88-bbe7-11e1-a6d5-b6e4fd0676c2> a prov:Activity;
    prov:qualifiedAttribution <#attribution-09f9cf88-bbe7-11e1-a6d5-b6e4fd0676c2>;
    prov:startedAtTime "2012-06-21T21:21:17.703224"^^xsd:dateTime .