gold:follows leaf node


URI

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

Label

follows

Description

This relation holds between two linguistic units and represents the inverse of 'precedes'. That is, (follows A B) means that A comes after B in the linearization of the realization of linguistic signs. The inverse of this relation is 'precedes'.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:follows 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:follows a owl:ObjectProperty ;
    rdfs:label "follows"@eng ;
    rdfs:comment "This relation holds between two linguistic units and represents the inverse of 'precedes'. That is, (follows A B) means that A comes after B in the linearization of the realization of linguistic signs. The inverse of this relation is 'precedes'."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:orderingRelation .