cited by agent
Property
http://proethica.org/ontology/core#citedByAgent
Class Hierarchy
- cited by agent
Definition
Indicates which Agent(s) cited this resource as an authoritative source in their ethical analysis. Distinguishes citations (the Discussion-section authority signal) from resources used by case participants (availableTo).
@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:citedByAgent a owl:ObjectProperty ;
rdfs:label "cited by agent"@en ;
rdfs:comment "Indicates which Agent(s) cited this resource as an authoritative source in their ethical analysis. Distinguishes citations (the Discussion-section authority signal) from resources used by case participants (availableTo)."@en ;
rdfs:domain proeth-core:Resource ;
rdfs:range proeth-core:Agent ;
skos:changeNote "2026-05-30: range broadened Role -> Agent for parity with availableTo; citing is an actor-level fact, like resource usage."@en ;
skos:definition "Relates a Resource to an Agent indicating who cited it as authority."@en .