hucit:has_canonical_structure leaf node


URI

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

Label

has canonical structure

Usage

DOMAINPROPERTYRANGE
hucit:Work hucit:has_canonical_structure hucit:CanonicalTextStructure

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:has_canonical_structure a owl:ObjectProperty ;
    rdfs:label "has canonical structure"^^xsd:string ;
    rdfs:domain :Work ;
    rdfs:range :CanonicalTextStructure ;
    owl:inverseOf :is_canonical_structure_of .