has provider leaf node


URI

http://semanticscience.org/resource/hasProvider

Label

has provider

Description

is provided by is a relation between an entity and the entity that provides it.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has provider owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:hasProvider a owl:ObjectProperty ;
    rdfs:label "has provider"@en ;
    dct:description "is provided by is a relation between an entity and the entity that provides it."@en ;
    sio:equivalentTo "dc:source" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:hasSource .