gold:agrees leaf node


URI

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

Label

agrees

Description

A relation holding between syntactic units, often manifesting itself in shared form features. NOTE: this could be better defined once syntactic roles and relations are developed.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:agrees 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:agrees a owl:ObjectProperty ;
    rdfs:label "agrees"@eng ;
    rdfs:comment "A relation holding between syntactic units, often manifesting itself in shared form features. NOTE: this could be better defined once syntactic roles and relations are developed."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .