@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:constrainedEntity a owl:ObjectProperty ;
    rdfs:label "constrained entity"@en ;
    rdfs:comment "Relates a Constraint to the Agent whose conduct it limits in the case scenario. Distinct from constrainedBy (Action -> Constraint), which records that an action is subject to a constraint."@en ;
    rdfs:domain proeth-core:Constraint ;
    rdfs:range proeth-core:Agent ;
    skos:definition "Relates a Constraint to the Agent it constrains."@en .

