gold:hasConstraint leaf node


URI

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

Label

hasConstraint

Description

This relates a FeatureSystem to a FeatureContraint.

Usage

DOMAINPROPERTYRANGE
gold:FeatureSystem gold:hasConstraint gold:FeatureConstraint

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