fulfills obligation text
Property
http://proethica.org/ontology/intermediate#fulfillsObligationText
Class Hierarchy
- fulfills obligation text
Definition
Literal shadow of the fulfillsObligation edge (Action).
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:fulfillsObligationText a owl:DatatypeProperty ;
rdfs:label "fulfills obligation text"@en ;
rdfs:comment "Literal shadow of the fulfillsObligation edge (Action)."@en ;
rdfs:range xsd:string .