http://purl.org/net/hucit#follows
DOMAIN | PROPERTY | RANGE |
---|---|---|
hucit:TextElement | hucit:follows | hucit:TextElement |
@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 .