hucit:is_structure_of leaf node


URI

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

Label

is_structure_of

Usage

DOMAINPROPERTYRANGE
hucit:TextStructure hucit:is_structure_of hucit:SelfContainedExpression

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_structure_of a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :TextStructure ;
    rdfs:range :SelfContainedExpression ;
    owl:inverseOf :has_structure .