http://scigraph.springernature.com/ontologies/core/hasAnnotationThing
The :hasAnnotationThing property specifies a thing which is the subject of an annotation event.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:AnnotationEvent | ns1:hasAnnotationThing | owl:Thing |
@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 .