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

<http://data.bibliotheken.nl/id/thes/p069076979> a schema1:Person ;
    rdfs:label "Schrameijer, Philippus (1945-)" ;
    schema1:alternateName "Schrameyer, F." ;
    schema1:birthDate "1945" ;
    schema1:description "\"Buiten adem\" is eerste roman",
        "NLMD/S 475",
        "Socioloog" ;
    schema1:familyName "Schrameijer" ;
    schema1:givenName "Philippus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a29b6292f2b48eaf6a7af1672d665d3> ;
    schema1:name "Philippus Schrameijer" ;
    schema1:sameAs <http://viaf.org/viaf/249158654>,
        <https://isni.org/isni/0000000368856748> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/schr004> .

