gold:hasConstituent


URI

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

Label

hasConstituent

Description

The relation hasConstituent is an abstract partial ordering relation that expresses dominance between two linguistic units. This relation is meant to cover all possible types of linguistic constituency: phonological, morphological, syntactic, etc. constituency.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticUnit gold:hasConstituent gold:LinguisticUnit

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