http://scigraph.springernature.com/ontologies/core/hasAnnotationAgent
The :hasAnnotationAgent property specifies a resource which identifies the annotator agent in an annotation event.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:AnnotationEvent | ns1:hasAnnotationAgent | ns1:Agent |
@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:hasAnnotationAgent a owl:ObjectProperty ;
rdfs:label "Property: has annotation agent"@en ;
rdfs:comment "The :hasAnnotationAgent property specifies a resource which identifies the annotator agent in an annotation event."@en ;
rdfs:domain ns1:AnnotationEvent ;
rdfs:isDefinedBy ns1: ;
rdfs:range ns1:Agent .