sulo:hasValue leaf node


URI

https://w3id.org/sulo/hasValue

Label

has value

Description

has value is the (only) data type attribute to store the values of information objects.

Usage

DOMAINPROPERTYRANGE
sulo:InformationObject sulo:hasValue 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: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 .