gold:hasGlosses leaf node


URI

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

Label

hasGlosses

Description

The binary relation holding between an instance of interlinear glossed text (IGT) and a sequence of labels or 'grams' used to describe the morphemes of the IGT.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:hasGlosses 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:hasGlosses a owl:ObjectProperty ;
    rdfs:label "hasGlosses"@eng ;
    rdfs:comment "The binary relation holding between an instance of interlinear glossed text (IGT) and a sequence of labels or 'grams' used to describe the morphemes of the IGT."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:dataStructureRelation .