wasInformedBy

Property
http://www.w3.org/ns/prov#wasInformedBy
Class Hierarchy
  • wasInformedBy
Definition

An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.

Properties
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . prov:wasInformedBy a owl:ObjectProperty ; rdfs:label "wasInformedBy" ; rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2." ; rdfs:domain prov:Activity ; rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ; rdfs:range prov:Activity ; rdfs:subPropertyOf prov:wasInfluencedBy ; owl:propertyChainAxiom [ rdf:first prov:qualifiedCommunication ; rdf:rest [ ] ] ; skos:definition "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2." ; prov:category "starting-point" ; prov:component "entities-activities" ; prov:inverse "informed" ; prov:qualifiedForm prov:Communication, prov:qualifiedCommunication .
Metadata
Ontology
Type
Property
Last Updated
2026-07-03 09:16