core:value leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/value

Label

value

Description

A string value.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:value xsd:string

Implementation

@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

core:value a owl:DatatypeProperty ;
    rdfs:label "value"@en ;
    rdfs:comment "A string value."@en ;
    rdfs:range xsd:string .