gold:hasFeature leaf node


URI

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

Label

hasFeature

Description

This relates a FeatureSpecification to a type of LinguisticProperty.

Usage

DOMAINPROPERTYRANGE
gold:FeatureSpecification gold:hasFeature 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:hasFeature a owl:ObjectProperty ;
    rdfs:label "hasFeature"@eng ;
    rdfs:comment "This relates a FeatureSpecification to a type of LinguisticProperty."@eng ;
    rdfs:domain gold:FeatureSpecification ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:dataStructureRelation .