types:key leaf node


URI

https://unifiedcyberontology.org/ontology/uco/types#key

Label

key

Description

A key property of a single dictionary entry.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) types:key xsd:string

Implementation

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

types:key a owl:DatatypeProperty ;
    rdfs:label "key"@en ;
    rdfs:comment "A key property of a single dictionary entry."@en ;
    rdfs:range xsd:string .