http://purl.org/net/hucit#has_structure
DOMAIN | PROPERTY | RANGE |
---|---|---|
hucit:SelfContainedExpression | hucit:has_structure | hucit:TextStructure |
@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 .