http://www.w3.org/ns/oa#hasSource
The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| oa:ResourceSelection | oa:hasSource | owl:Thing (inferred) |
@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: .