https://w3id.org/sulo/describes
describes is a relation between an information object and the thing it provides a description for.
DOMAIN | PROPERTY | RANGE |
---|---|---|
sulo:InformationObject | sulo:describes | owl:Thing (inferred) |
@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 .