gold:hasMorphologicalConstituent leaf node


URI

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

Label

hasMorphologicalConstituent

Description

The relation hasMorphologicalConstituent is an abstract partial ordering relation that expresses dominance between two morphological units. This relation is meant to cover all possible types of morphological constituency.

Inherits from

Usage

DOMAINPROPERTYRANGE
gold:MorphologicalUnit gold:hasMorphologicalConstituent gold:MorphologicalUnit

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:hasMorphologicalConstituent a owl:ObjectProperty ;
    rdfs:label "hasMorphologicalConstituent"@eng ;
    rdfs:comment "The relation hasMorphologicalConstituent is an abstract partial ordering relation that expresses dominance between two morphological units. This relation is meant to cover all possible types of morphological constituency."@eng ;
    rdfs:domain gold:MorphologicalUnit ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:MorphologicalUnit ;
    rdfs:subPropertyOf gold:hasConstituent .