has agent
Property
http://proethica.org/ontology/intermediate#hasAgent
Class Hierarchy
- has agent
Definition
Intended on Action: the acting agent name. Kept verbatim on the individual and also resolved to the proeth-core:isPerformedBy Agent edge (participant edge family).
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:hasAgent a owl:DatatypeProperty ;
rdfs:label "has agent"@en ;
rdfs:comment "Intended on Action: the acting agent name. Kept verbatim on the individual and also resolved to the proeth-core:isPerformedBy Agent edge (participant edge family)."@en ;
rdfs:range xsd:string .