hucit:is_part_of leaf node


URI

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

Label

is_part_of

Usage

DOMAINPROPERTYRANGE
hucit:TextElement hucit:is_part_of 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#> .

:is_part_of a owl:ObjectProperty ;
    rdfs:domain :TextElement ;
    rdfs:range :TextElement ;
    owl:inverseOf :has_part .