gold:orderingRelation


URI

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

Label

orderingRelation

Description

Any relation that establishes a linear ordering of linguistic units.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticUnit gold:orderingRelation gold:LinguisticUnit

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:orderingRelation a owl:ObjectProperty ;
    rdfs:label "orderingRelation"@eng ;
    rdfs:comment "Any relation that establishes a linear ordering of linguistic units."@eng ;
    rdfs:domain gold:LinguisticUnit ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:LinguisticUnit .