https://w3id.org/sulo/isReferredIn
is referred in is relation between an object that is the subject of an information object.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing | sulo:isReferredIn | sulo:InformationObject |
@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:isReferredIn a owl:ObjectProperty ;
rdfs:label "is referred in"@en ;
rdfs:comment "is referred in is relation between an object that is the subject of an information object."@en ;
rdfs:domain owl:Thing ;
rdfs:range sulo:InformationObject ;
owl:inverseOf sulo:refersTo .