has mental state
Property
http://proethica.org/ontology/intermediate#hasMentalState
Class Hierarchy
- has mental state
Definition
Intended on Action: the agent's mental state.
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:hasMentalState a owl:DatatypeProperty ;
rdfs:label "has mental state"@en ;
rdfs:comment "Intended on Action: the agent's mental state."@en ;
rdfs:range xsd:string .