is provider of leaf node


URI

http://semanticscience.org/resource/isProviderOf

Label

is provider of

Description

is provider of is a relation between a source and the entity it makes available.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is provider of 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:isProviderOf a owl:ObjectProperty ;
    rdfs:label "is provider of"@en ;
    dct:description "is provider of is a relation between a source and the entity it makes available."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSourceOf ;
    owl:inverseOf sio:hasProvider .