cites provision
Property
http://proethica.org/ontology/core#citesProvision
Class Hierarchy
- cites provision
Definition
Relates an ethical analysis or decision to the code provisions it references.
Properties
@prefix iao: <http://purl.obolibrary.org/obo/IAO_> .
@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:citesProvision a owl:ObjectProperty ;
rdfs:label "cites provision"@en ;
rdfs:comment "Relates an ethical analysis or decision to the code provisions it references."@en ;
rdfs:domain iao:0000030 ;
rdfs:range proeth-core:CodeProvision ;
skos:changeNote "2026-07-04: rdfs:domain iao:0000030 added (previously rangeless-domain). The citing subjects are analysis records (information content entities); the cases-layer classes that bear the edge (EthicalConclusion et al.) are ICE subclasses, and core cannot reference the cases namespace without inverting the import layering."@en ;
skos:definition "Links an analysis element to the CodeProvision(s) that justify or support it."@en ;
skos:scopeNote "Used in case analysis to track which provisions are cited when applying ethical principles."@en .