ns1:hasAnnotationAgent leaf node


URI

http://scigraph.springernature.com/ontologies/core/hasAnnotationAgent

Label

Property: has annotation agent

Description

The :hasAnnotationAgent property specifies a resource which identifies the annotator agent in an annotation event.

Usage

DOMAINPROPERTYRANGE
ns1:AnnotationEvent ns1:hasAnnotationAgent ns1:Agent

Implementation

@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 .