has value leaf node


URI

http://semanticscience.org/resource/hasValue

Label

has value

Description

A relation between a informational entity and its actual value (numeric, date, text, etc).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has value owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:hasValue a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has value"@en ;
    dct:description "A relation between a informational entity and its actual value (numeric, date, text, etc)."@en ;
    sio:subset "core",
        "nlp",
        "relations",
        "sadi"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> .