sulo:describes leaf node


URI

https://w3id.org/sulo/describes

Label

describes

Description

describes is a relation between an information object and the thing it provides a description for.

Inherits from

Usage

DOMAINPROPERTYRANGE
sulo:InformationObject sulo:describes owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sulo: <https://w3id.org/sulo/> .

sulo:describes a owl:ObjectProperty ;
    rdfs:label "describes"@en ;
    rdfs:comment "describes is a relation between an information object and the thing it provides a description for."@en ;
    rdfs:domain sulo:InformationObject ;
    rdfs:subPropertyOf sulo:refersTo .