obligation statement
Property
http://proethica.org/ontology/intermediate#obligationStatement
Class Hierarchy
- obligation statement
Definition
Intended on Obligation: the statement of the duty.
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:obligationStatement a owl:DatatypeProperty ;
rdfs:label "obligation statement"@en ;
rdfs:comment "Intended on Obligation: the statement of the duty."@en ;
rdfs:range xsd:string .