oa:hasBody leaf node


URI

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

Label

hasBody

Description

The object of the relationship is a resource that is a body of the Annotation.

Usage

DOMAINPROPERTYRANGE
oa:Annotation oa:hasBody 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:hasBody a owl:ObjectProperty ;
    rdfs:label "hasBody" ;
    rdfs:comment "The object of the relationship is a resource that is a body of the Annotation." ;
    rdfs:domain oa:Annotation ;
    rdfs:isDefinedBy oa: .