AttributesValues
type
Subject
wasQuotedFrom
value
  • @prefix rdfs: . @prefix xsd: . @prefix owl: . @prefix prov: . @prefix my: . @prefix : . # Although a domain extension (e.g. ':wasConductedBy') is not defined by PROV-O, # the relation between a surgery and an agent can still be qualified # by reusing prov:Influence and one of its three subclasses: # AgentInfluence, EntityInfluence, and ActivityInfluence # (depending on the type of the influencing object). :conductingSurgery_1 a prov:Activity; # This unqualified influence is unknown in PROV, # this would be a subproperty of wasAssociatedWith. my:wasConductedBy :bob; prov:wasInfluencedBy :bob; prov:qualifiedInfluence [ # Even though PROV systems do not understand :wasConductedBy, a prov:Influence; # Inferred prov:agent :bob; # The object of :wasConductedBy prov:hadRole :surgeon; ]; . :bob a prov:Agent . my:surgeon a prov:Role .
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