@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://d-nb.info/standards/elementset/gnd#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:accordingWork ns0:marc21equivalent "530 $0 $4=werk" ; a owl:ObjectProperty ; rdfs:domain ns0:Work ; rdfs:isDefinedBy <http://d-nb.info/standards/elementset/gnd#> ; rdfs:label "According work"@en, "Zugehöriges Werk"@de ; rdfs:range ns0:Work .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://d-nb.info/standards/elementset/gnd#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:accordingWork
    ns0:marc21equivalent "530 $0 $4=werk" ;
    a owl:ObjectProperty ;
    rdfs:domain ns0:Work ;
    rdfs:isDefinedBy <http://d-nb.info/standards/elementset/gnd#> ;
    rdfs:label "According work"@en, "Zugehöriges Werk"@de ;
    rdfs:range ns0:Work .