gold:hasProperty leaf node


URI

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

Label

hasProperty

Description

The relation between a linguistic unit and a linguistic property, e.g., (m1 hasProperty AllativeCase) where m1 is an instance of Morpheme.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticSign gold:hasProperty gold:LinguisticProperty

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:hasProperty a owl:ObjectProperty ;
    rdfs:label "hasProperty"@eng ;
    rdfs:comment "The relation between a linguistic unit and a linguistic property, e.g., (m1 hasProperty AllativeCase) where m1 is an instance of Morpheme."@eng ;
    rdfs:domain gold:LinguisticSign ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:LinguisticProperty .