http://purl.org/linguistics/gold/hasSyntacticConstituent
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.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gold:SyntacticUnit | gold:hasSyntacticConstituent | gold:SyntacticUnit |
@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 .