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

<http://data.bibliotheken.nl/id/thes/p069458359> a schema1:Person ;
    rdfs:label "Quarles, John (1596-ca. 1646)" ;
    schema1:birthDate "1596" ;
    schema1:deathDate "ca. 1646" ;
    schema1:familyName "Quarles" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/830b7f7ebdbce749307b31a99c7eb7e9> ;
    schema1:name "John Quarles" ;
    schema1:sameAs <http://viaf.org/viaf/38333331>,
        wd:Q110225809,
        <https://isni.org/isni/0000000028824213> .

