is referenced by


URI

http://semanticscience.org/resource/isReferencedBy

Label

is referenced by

Description

is reference for is a relation between a document that provides information about an entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is referenced by 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:isReferencedBy a owl:ObjectProperty ;
    rdfs:label "is referenced by"@en ;
    dct:description "is reference for is a relation between a document that provides information about an entity."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isReferredToBy ;
    owl:inverseOf sio:references .