is described by


URI

http://semanticscience.org/resource/isDescribedBy

Label

is described by

Description

is described by is a relation between one entity and another entity that provides a description (detailed account) of it.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is described 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:isDescribedBy a owl:ObjectProperty ;
    rdfs:label "is described by"@en ;
    dct:description "is described by is a relation between one entity and another entity that provides a description (detailed account) of it."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isReferredToBy ;
    owl:inverseOf sio:describes .