interpretation
Property
http://proethica.org/ontology/intermediate#interpretation
Class Hierarchy
- interpretation
Definition
Intended on Principle: how the principle is read in this case.
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:interpretation a owl:DatatypeProperty ;
rdfs:label "interpretation"@en ;
rdfs:comment "Intended on Principle: how the principle is read in this case."@en ;
rdfs:range xsd:string .