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

<http://data.bibliotheken.nl/id/dbnla/prin018> a schema1:Person ;
    rdfs:label "Prins, Johannes Jacobus  (1814-1898)" ;
    schema1:alternateName "Johannes Jacobus Prins" ;
    schema1:birthDate "1814-10-09"^^xsd:date ;
    schema1:birthPlace "Langezwaag" ;
    schema1:deathDate "1898-05-24"^^xsd:date ;
    schema1:deathPlace "Leiden" ;
    schema1:familyName "Prins" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Johannes Jacobus" ;
    schema1:hasOccupation "herv./geref. predikant/leraar" ;
    schema1:identifier "prin018" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/444143f73419ea52b503b69396f10b65> ;
    schema1:name "Johannes Jacobus Prins" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=prin018> .

