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

<http://data.bibliotheken.nl/id/thes/p109481151> a schema1:Person ;
    rdfs:label "Roorda, Anne (1871-1915)" ;
    schema1:birthDate "1871" ;
    schema1:deathDate "1915" ;
    schema1:description "Geref. predikant" ;
    schema1:familyName "Roorda" ;
    schema1:givenName "Anne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ae082716bff6b20c458a94f6b6053ae> ;
    schema1:name "Anne Roorda" ;
    schema1:sameAs <http://viaf.org/viaf/287528594> .

