gold:hasSpecification leaf node


URI

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

Label

hasSpecification

Description

This relates a FeatureStructure to a FeatureSpecification.

Usage

DOMAINPROPERTYRANGE
gold:FeatureStructure gold:hasSpecification gold:FeatureSpecification

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