types:entry leaf node


URI

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

Label

entry

Description

A dictionary entry.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) types:entry types:DictionaryEntry

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/> .

types:entry a owl:ObjectProperty ;
    rdfs:label "entry"@en ;
    rdfs:comment "A dictionary entry."@en ;
    rdfs:range types:DictionaryEntry .