http://purl.org/net/hucit#has_canonical_structure
DOMAIN | PROPERTY | RANGE |
---|---|---|
hucit:Work | hucit:has_canonical_structure | hucit:CanonicalTextStructure |
@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 .