types:repeatsKey leaf node


URI

https://ontology.unifiedcyberontology.org/uco/types/repeatsKey

Label

repeatsKey

Description

A key found to be repeated in multiple dictionary entries within one dictionary.

Usage

DOMAINPROPERTYRANGE
types:ImproperDictionary types:repeatsKey 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://ontology.unifiedcyberontology.org/uco/types/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

types:repeatsKey a owl:DatatypeProperty ;
    rdfs:label "repeatsKey"@en ;
    rdfs:comment "A key found to be repeated in multiple dictionary entries within one dictionary."@en ;
    rdfs:domain types:ImproperDictionary ;
    rdfs:range xsd:string .