realizes capability
Property
http://proethica.org/ontology/core#realizesCapability
Class Hierarchy
- realizes capability
Definition
Relates an action to capabilities it realizes.
Properties
@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:realizesCapability a owl:ObjectProperty ;
rdfs:label "realizes capability"@en ;
rdfs:comment "Relates an action to capabilities it realizes."@en ;
rdfs:domain proeth-core:Action ;
rdfs:range proeth-core:Capability ;
skos:changeNote "2026-07-07 (Ca/Cs properties review): zero corpus uses and no emitter; the spec's Action-side realizes_capability producer was never implemented (the committed Action-side signal survives as the requiresCapabilityText literal). Reserved with the Action-side enrichment family (usesResource pattern) rather than deprecated; a scripted label-to-IRI applier over the committed literals is the backfill path if produced before the 119 rebuild."@en ;
skos:definition "Relates an action to capabilities it realizes."@en .