types:entry leaf node


URI

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

Label

entry

Description

A dictionary entry.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) types:entry owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:range [ a rdfs:Datatype ;
            owl:unionOf ( types:ControlledDictionaryEntry types:DictionaryEntry ) ] .