@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/ypey003> a schema1:Person ;
    rdfs:label "Ypey, Nicolaas  (1714-1785)" ;
    schema1:alternateName "Nicolaas Ypey" ;
    schema1:birthDate "1714-06-07"^^xsd:date ;
    schema1:birthPlace "Bergum" ;
    schema1:deathDate "1785-07-14"^^xsd:date ;
    schema1:deathPlace "Franeker" ;
    schema1:familyName "Ypey" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Nicolaas" ;
    schema1:hasOccupation "wiskundige" ;
    schema1:identifier "ypey003" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c61a7a42f2b66d8cafb0a73f51a8b6ba> ;
    schema1:name "Nicolaas Ypey" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=ypey003> .

