types:entry leaf node


URI

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

Label

entry

Description

A dictionary entry.

Usage

DOMAINPROPERTYRANGE
types:Dictionary 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://unifiedcyberontology.org/ontology/uco/types#> .

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