AttributesValues
type
Subject
wasQuotedFrom
value
  • @prefix rdfs: . @prefix xsd: . @prefix owl: . @prefix prov: . @prefix : . ### Start can be used to qualify wasStartedBy with time and location information. ### In this example, a consistency checking activity is started by the update of a data record. :consistency_checking a prov:Activity; prov:wasStartedBy :updated_data_record; prov:qualifiedStart [ a prov:Start; prov:entity :updated_data_record; prov:atTime "2011-07-06T01:48:36Z"^^xsd:dateTime; prov:atLocation :scienceLab_003; prov:hadActivity :syntax_checking; ]; . :updated_data_record a prov:Entity . ### There is an explicit process of checking the syntax of the updated data record :syntax_checking a prov:Activity ; prov:startedAtTime "2011-07-06T01:48:36Z"^^xsd:dateTime; prov:endedAtTime "2011-07-06T02:12:36Z"^^xsd:dateTime; prov:wasAssociatedWith :syntax_checker ; . :syntax_checker a prov:SoftwareAgent .
Alternative Linked Data Views: Sponger | iSPARQL | ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON )    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 06.01.3127, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2011 OpenLink Software