oa:hasTarget leaf node


URI

http://www.w3.org/ns/oa#hasTarget

Label

hasTarget

Description

The relationship between an Annotation and its Target.

Usage

DOMAINPROPERTYRANGE
oa:Annotation oa:hasTarget owl:Thing (inferred)

Implementation

@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

oa:hasTarget a owl:ObjectProperty ;
    rdfs:label "hasTarget" ;
    rdfs:comment "The relationship between an Annotation and its Target." ;
    rdfs:domain oa:Annotation ;
    rdfs:isDefinedBy oa: .