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

<http://data.bibliotheken.nl/id/thes/p074274104> a schema1:Person ;
    rdfs:label "Kopper, Jan (1713-1788)" ;
    schema1:birthDate "1713" ;
    schema1:deathDate "1788" ;
    schema1:familyName "Kopper" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/49b80adca154b78d5b38b0bdd675c794> ;
    schema1:name "Jan Kopper" ;
    schema1:sameAs <http://viaf.org/viaf/280972054> .

