uses resource
Property
http://proethica.org/ontology/core#usesResource
Class Hierarchy
- uses resource
Definition
Relates an action to resources it utilizes. Reserved as the canonical Action-to-Resource edge for the Step-4 enrichment emitters (the survivor named by the 2026-07-07 hasResource deletion); zero corpus uses are expected until those emitters land. Do not deprecate on the zero-use test.
@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:usesResource a owl:ObjectProperty ;
rdfs:label "uses resource"@en ;
rdfs:comment "Relates an action to resources it utilizes. Reserved as the canonical Action-to-Resource edge for the Step-4 enrichment emitters (the survivor named by the 2026-07-07 hasResource deletion); zero corpus uses are expected until those emitters land. Do not deprecate on the zero-use test."@en ;
rdfs:domain proeth-core:Action ;
rdfs:range proeth-core:Resource ;
skos:definition "Relates an action to resources it utilizes."@en .