requires capability text
Property
http://proethica.org/ontology/intermediate#requiresCapabilityText
Class Hierarchy
- requires capability text
Definition
Kept literal demotion of the Action-level requiresCapability carrier field. No Action-domain edge exists (the requiresCapability relation is Obligation to Capability, v2.8.0), so the text survives as a literal only.
Properties
Range
Kind
datatype
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
proeth:requiresCapabilityText a owl:DatatypeProperty ;
rdfs:label "requires capability text"@en ;
rdfs:comment "Kept literal demotion of the Action-level requiresCapability carrier field. No Action-domain edge exists (the requiresCapability relation is Obligation to Capability, v2.8.0), so the text survives as a literal only."@en ;
rdfs:range xsd:string .