hucit:is_canonical_structure_of leaf node


URI

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

Label

is canonical structure of

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) hucit:is_canonical_structure_of owl:Thing (inferred)

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#> .

:is_canonical_structure_of a owl:ObjectProperty ;
    rdfs:label "is canonical structure of"^^xsd:string .