http://purl.org/linguistics/gold/hasComplexValue
This relates a ComplexSpecification to a FeatureStructure, thus giving a FeatureStructure its recursive properties.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gold:ComplexSpecification | gold:hasComplexValue | gold:FeatureStructure |
@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 .