gold:hasType leaf node


URI

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

Label

hasType

Description

This relates either a FeatureStructure or a FeatureConstraint to its type, expressed by an instance of PartOfSpeech.

Usage

DOMAINPROPERTYRANGE
gold:FeatureStructure gold:hasType 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:hasType a owl:ObjectProperty ;
    rdfs:label "hasType"@eng ;
    rdfs:comment "This relates either a FeatureStructure or a FeatureConstraint to its type, expressed by an instance of PartOfSpeech."@eng ;
    rdfs:domain gold:FeatureStructure ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:dataStructureRelation .