gold:hasSyntacticConstituent


URI

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

Label

hasSyntacticConstituent

Description

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

Inherits from

Usage

DOMAINPROPERTYRANGE
gold:SyntacticUnit gold:hasSyntacticConstituent gold:SyntacticUnit

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