gold:argument


URI

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

Label

argument

Description

The syntactic entity about which something is predicated.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:argument gold:Clause

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:argument a owl:ObjectProperty ;
    rdfs:label "argument"@eng ;
    rdfs:comment "The syntactic entity about which something is predicated."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:Clause ;
    rdfs:subPropertyOf gold:syntacticRole .