gold:dataStructureRelation


URI

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

Label

dataStructureRelation

Description

This subsumes all structuring relations used for LinguisticDataStructures. As a naming convention to distinguish relations in data structure from other relations, all names of dataStructuringRelations begin with 'has-'.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticDataStructure gold:dataStructureRelation 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:dataStructureRelation a owl:ObjectProperty ;
    rdfs:label "dataStructureRelation"@eng ;
    rdfs:comment "This subsumes all structuring relations used for LinguisticDataStructures. As a naming convention to distinguish relations in data structure from other relations, all names of dataStructuringRelations begin with 'has-'."@eng ;
    rdfs:domain gold:LinguisticDataStructure ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .