gold:feature leaf node


URI

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

Label

feature

Description

The relation between a linguistic unit and a linguistic feature. A feature inheres in its host. NOTE: this relation is distinct from the hasFeature which pertains to data structures.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:feature 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:feature a owl:ObjectProperty ;
    rdfs:label "feature"@eng ;
    rdfs:comment "The relation between a linguistic unit and a linguistic feature. A feature inheres in its host. NOTE: this relation is distinct from the hasFeature which pertains to data structures."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:LinguisticProperty .