@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:obligatedParty a owl:ObjectProperty ;
    rdfs:label "obligated party"@en ;
    rdfs:comment "Relates an Obligation to the Agent that bears it (the by-whom slot of the Richardson 1990 specification scheme, adopted by Dennis et al. 2016). The duty-bearer of the obligation in the case scenario."@en ;
    rdfs:domain proeth-core:Obligation ;
    rdfs:range proeth-core:Agent ;
    skos:definition "Relates an Obligation to the Agent who is obligated by it."@en .

