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 # (depending on the type of influencer): # AgentInfluence, EntityInfluence, and ActivityInfluence. my:wasConductedBy rdfs:subPropertyOf prov:wasAssociatedWith . :conductingSurgery_1 a prov:Activity; # This unqualified influence is unknown in PROV, # but would be a subproperty of wasAssociatedWith. my:wasConductedBy :bob; # Even though PROV systems do not understand my:wasConductedBy, prov:qualifiedAssociation [ # they can recognize that the unknown relation # is being qualified with a prov:hadRole. a prov:Association, prov:AgentInfluence, # Inferred prov:Influence; # Inferred prov:agent :bob; # The object of my:wasConductedBy prov:hadRole my: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