@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/p06845001X> a schema1:Person ;
    rdfs:label "Grevelink, P.W. Alstorphius (1808-1896)" ;
    schema1:alternateName "Alstorphius Grevelink, Pedro Wynand" ;
    schema1:birthDate "1808" ;
    schema1:deathDate "1896" ;
    schema1:familyName "Grevelink" ;
    schema1:givenName "P.W. Alstorphius" ;
    schema1:hasOccupation "jurist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a31ea0452bb60a1f9c22ff9880872956> ;
    schema1:name "P.W. Alstorphius Grevelink" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/305407493>,
        wd:Q55899403 .

