@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/p070504512> a schema1:Person ;
    rdfs:label "Roose, Jan Cornelis (1887-1955)" ;
    schema1:birthDate "1887" ;
    schema1:deathDate "1955" ;
    schema1:description "26662160: dr.",
        "N.H. predikant" ;
    schema1:familyName "Roose" ;
    schema1:givenName "Jan Cornelis" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/96a8c66bbb8c8b600a2522d02bdb6655> ;
    schema1:name "Jan Cornelis Roose" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/306163136>,
        <https://isni.org/isni/0000000397489924> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/roos079> .

