invoked by
Property
http://proethica.org/ontology/core#invokedBy
Class Hierarchy
- invoked by
Definition
Relates a Principle to the Agent(s) that invoke it in the case scenario (the parties who appeal to the principle to justify or evaluate conduct). May name several agents.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth-core:invokedBy a owl:ObjectProperty ;
rdfs:label "invoked by"@en ;
rdfs:comment "Relates a Principle to the Agent(s) that invoke it in the case scenario (the parties who appeal to the principle to justify or evaluate conduct). May name several agents."@en ;
rdfs:domain proeth-core:Principle ;
rdfs:range proeth-core:Agent ;
skos:definition "Relates a Principle to an Agent who invokes it."@en .