oa:hasSource leaf node


URI

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

Label

hasSource

Description

The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than.

Usage

DOMAINPROPERTYRANGE
oa:ResourceSelection oa:hasSource 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:hasSource a owl:ObjectProperty ;
    rdfs:label "hasSource" ;
    rdfs:comment "The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than." ;
    rdfs:domain oa:ResourceSelection ;
    rdfs:isDefinedBy oa: .