gold:object


URI

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

Label

object

Description

An object, traditionally defined, is either a direct object or an indirect object.An object, in some usages, is any grammatical relation other than subject [Crystal 1985, 211; Hartmann and Stork 1972, 155-156; Comrie 1989, 66].

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:object 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:object a owl:ObjectProperty ;
    rdfs:label "object"@eng ;
    rdfs:comment "An object, traditionally defined, is either a direct object or an indirect object.An object, in some usages, is any  grammatical relation other than subject [Crystal 1985, 211; Hartmann and Stork 1972, 155-156; Comrie 1989, 66]."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:argument .