hucit:has_structure leaf node


URI

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

Label

has_structure

Usage

DOMAINPROPERTYRANGE
hucit:SelfContainedExpression hucit:has_structure 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#> .

:has_structure a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :SelfContainedExpression ;
    rdfs:range :TextStructure ;
    owl:inverseOf :is_structure_of .