@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/iddo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dcat: <http://www.w3.org/ns/dcat#> . ns0:hasDictionaryReferenceDocument a owl:ObjectProperty ; rdfs:domain ns0:DictionarySubset ; rdfs:label "has relation to a reference document", "hat den Verweis auf ein Referenzdokument"@de-de ; rdfs:range ns0:DictionaryReferenceDocument ; rdfs:subPropertyOf dcat:distribution .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/iddo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .

ns0:hasDictionaryReferenceDocument
    a owl:ObjectProperty ;
    rdfs:domain ns0:DictionarySubset ;
    rdfs:label "has relation to a reference document", "hat den Verweis auf ein Referenzdokument"@de-de ;
    rdfs:range ns0:DictionaryReferenceDocument ;
    rdfs:subPropertyOf dcat:distribution .