gold:syntacticRole


URI

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

Label

syntacticRole

Description

A general category subsuming relations relevant at the level of the Clause, such as predicate and subject.
A grammatical relation is a role of a phrase or complement clause that determines syntactic behaviors such as the following: word position in a clause; verb agreement; participation and behavior in such operations as passivization [Comrie 1989, 65-66; Andrews 1985, 66].

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:syntacticRole 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:syntacticRole a owl:ObjectProperty ;
    rdfs:label "syntacticRole"@eng ;
    rdfs:comment """A general category subsuming relations relevant at the level of the Clause, such as predicate and subject. 
A grammatical relation is a role of a phrase or  complement clause that determines syntactic behaviors such as the following: word position in a clause; verb agreement; participation and behavior in such operations as  passivization [Comrie 1989, 65-66; Andrews 1985, 66]."""@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .