https://w3id.org/sulo/hasValue
has value is the (only) data type attribute to store the values of information objects.
DOMAIN | PROPERTY | RANGE |
---|---|---|
sulo:InformationObject | sulo:hasValue | 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:hasValue a owl:DatatypeProperty ;
rdfs:label "has value"@en ;
rdfs:comment "has value is the (only) data type attribute to store the values of information objects."@en ;
rdfs:domain sulo:InformationObject .