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

<http://data.bibliotheken.nl/id/thes/p418847746> a schema1:Person ;
    rdfs:label "Pyrrho, Alias" ;
    schema1:description "28-11-1942",
        "pseud. van: Jan G. Krikke" ;
    schema1:familyName "Pyrrho" ;
    schema1:givenName "Alias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2b9fca538b7b41c302b689264820036> ;
    schema1:name "Alias Pyrrho" ;
    schema1:sameAs <http://viaf.org/viaf/94153288356432652158> .

