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

<http://data.bibliotheken.nl/id/thes/p073587737> a schema1:Person ;
    rdfs:label "Schneider, Andreas (1951-)" ;
    schema1:birthDate "1951" ;
    schema1:description "mb" ;
    schema1:familyName "Schneider" ;
    schema1:givenName "Andreas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f4c6cfc20dc5799212dd70c729e00d70> ;
    schema1:name "Andreas Schneider" ;
    schema1:sameAs <http://viaf.org/viaf/60176472>,
        <https://isni.org/isni/0000000078745003> .

