gold:allomorph leaf node


URI

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

Label

allomorph

Description

The relation that holds between a morpheme and one of its morphs, an occurrence of a morpheme in context.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:allomorph 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:allomorph a owl:ObjectProperty ;
    rdfs:label "allomorph"@eng ;
    rdfs:comment "The relation that holds between a morpheme and one of its morphs, an occurrence of a morpheme in context."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .