ns1:hasAnnotationCategory leaf node


URI

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

Label

Property: has annotation category

Description

The :hasAnnotationCategory property specifies a category which is used to annotate a thing in an annotation event.

Usage

DOMAINPROPERTYRANGE
ns1:AnnotationEvent ns1:hasAnnotationCategory ns1:Category

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:hasAnnotationCategory a owl:ObjectProperty ;
    rdfs:label "Property: has annotation category"@en ;
    rdfs:comment "The :hasAnnotationCategory property specifies a category which is used to annotate a thing in an annotation event. "@en ;
    rdfs:domain ns1:AnnotationEvent ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:Category .