hucit:has_element leaf node


URI

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

Label

has_element

Usage

DOMAINPROPERTYRANGE
hucit:TextStructure hucit:has_element 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_element a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :TextStructure ;
    rdfs:range :TextElement .