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

<http://data.bibliotheken.nl/id/thes/p073457779> a schema1:Person ;
    rdfs:label "Prangel, Matthias (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:description "germanist",
        "germanist (promoveerde in 1986, RU Leiden)" ;
    schema1:familyName "Prangel" ;
    schema1:givenName "Matthias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70b49d1a51e549846cccdd98e773aa02> ;
    schema1:name "Matthias Prangel" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/109370663>,
        <https://isni.org/isni/0000000116980611> .

