ns1:hasAnnotationThing leaf node


URI

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

Label

Property: has annotation thing

Description

The :hasAnnotationThing property specifies a thing which is the subject of an annotation event.

Usage

DOMAINPROPERTYRANGE
ns1:AnnotationEvent ns1:hasAnnotationThing owl:Thing

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:hasAnnotationThing a owl:ObjectProperty ;
    rdfs:label "Property: has annotation thing"@en ;
    rdfs:comment "The :hasAnnotationThing property specifies a thing which is the subject of an annotation event. "@en ;
    rdfs:domain ns1:AnnotationEvent ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range owl:Thing .