@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/p073972711> a schema1:Person ;
    rdfs:label "Seiffert, Max (1868-1948)" ;
    schema1:birthDate "1868" ;
    schema1:deathDate "1948" ;
    schema1:description "musicoloog, bewerker" ;
    schema1:familyName "Seiffert" ;
    schema1:givenName "Max" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e2c1aa059243a22b6f872e7b1ad38e19> ;
    schema1:name "Max Seiffert" ;
    schema1:sameAs <http://viaf.org/viaf/71524002>,
        wd:Q74307,
        <https://isni.org/isni/0000000109142636> .

