@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 .

