gold:hasComplexValue leaf node


URI

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

Label

hasComplexValue

Description

This relates a ComplexSpecification to a FeatureStructure, thus giving a FeatureStructure its recursive properties.

Usage

DOMAINPROPERTYRANGE
gold:ComplexSpecification gold:hasComplexValue gold:FeatureStructure

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:hasComplexValue a owl:ObjectProperty ;
    rdfs:label "hasComplexValue"@eng ;
    rdfs:comment "This relates a ComplexSpecification to a FeatureStructure, thus giving a FeatureStructure its recursive properties."@eng ;
    rdfs:domain gold:ComplexSpecification ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:FeatureStructure ;
    rdfs:subPropertyOf gold:dataStructureRelation .