http://purl.org/net/hucit#element_part_of
DOMAIN | PROPERTY | RANGE |
---|---|---|
hucit:TextElement | hucit:element_part_of | hucit:TextStructure |
@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#> .
:element_part_of a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:domain :TextElement ;
rdfs:range :TextStructure ;
owl:inverseOf :has_element .