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

<http://data.bibliotheken.nl/id/thes/p067499945> a schema1:Person ;
    rdfs:label "Seebass, Adolf (1899-)" ;
    schema1:birthDate "1899" ;
    schema1:familyName "Seebass" ;
    schema1:givenName "Adolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b6c9cca5ddc396578ca9af31776c8105> ;
    schema1:name "Adolf Seebass" ;
    schema1:sameAs <http://viaf.org/viaf/94424579>,
        <https://isni.org/isni/0000000066531753> .

