hucit:element_part_of leaf node


URI

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

Label

element_part_of

Usage

DOMAINPROPERTYRANGE
hucit:TextElement hucit:element_part_of hucit:TextStructure

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#> .

:element_part_of a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :TextElement ;
    rdfs:range :TextStructure ;
    owl:inverseOf :has_element .