@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p073081310> a schema1:Person ;
    rdfs:label "Brinkel, Wolfgang" ;
    schema1:description "mb" ;
    schema1:familyName "Brinkel" ;
    schema1:givenName "Wolfgang" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6af7964a5a933ad8ca16fe93af7c5bf4> ;
    schema1:name "Wolfgang Brinkel" ;
    schema1:sameAs <http://viaf.org/viaf/79102939>,
        wd:Q2589310,
        <https://isni.org/isni/0000000081589371> .

