gold:hasLexicalUnit leaf node


URI

http://purl.org/linguistics/gold/hasLexicalUnit

Label

hasLexicalUnit

Description

This relates a LexicalItem to a LexicalUnit, those elements commonly represented in a dictionary.

Usage

DOMAINPROPERTYRANGE
gold:LexicalItem gold:hasLexicalUnit owl:Thing (inferred)

Implementation

@prefix gold: <http://purl.org/linguistics/gold/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gold:hasLexicalUnit a owl:ObjectProperty ;
    rdfs:label "hasLexicalUnit"@eng ;
    rdfs:comment "This relates a LexicalItem to a LexicalUnit, those elements commonly represented in a dictionary."@eng ;
    rdfs:domain gold:LexicalItem ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:dataStructureRelation .