gold:hasGrammar leaf node


URI

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

Label

hasGrammar

Description

The relation that holds between a LinguisticSign and a GrammaticalUnit.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticSign gold:hasGrammar gold:GrammarUnit

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:hasGrammar a owl:ObjectProperty ;
    rdfs:label "hasGrammar"@eng ;
    rdfs:comment "The relation that holds between a LinguisticSign and a GrammaticalUnit."@eng ;
    rdfs:domain gold:LinguisticSign ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:GrammarUnit .