hucit:follows leaf node


URI

http://purl.org/net/hucit#follows

Label

follows

Usage

DOMAINPROPERTYRANGE
hucit:TextElement hucit:follows hucit:TextElement

Implementation

@prefix : <http://purl.org/net/hucit#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:follows a owl:ObjectProperty ;
    rdfs:domain :TextElement ;
    rdfs:range :TextElement ;
    owl:inverseOf :precedes .