core:tag leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#tag

Label

tag

Description

A generic tag/label.

Usage

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

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/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:tag a owl:DatatypeProperty ;
    rdfs:label "tag"@en ;
    rdfs:comment "A generic tag/label."@en ;
    rdfs:range xsd:string .