hucit:has_part leaf node


URI

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

Label

has_part

Usage

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

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