http://scigraph.springernature.com/ontologies/core/hasAnnotationCategory
The :hasAnnotationCategory property specifies a category which is used to annotate a thing in an annotation event.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:AnnotationEvent | ns1:hasAnnotationCategory | ns1:Category |
@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 .