@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/p126133301> a schema1:Person ;
    rdfs:label "Mocket, Richard (1577-1618)" ;
    schema1:birthDate "1577" ;
    schema1:deathDate "1618" ;
    schema1:familyName "Mocket" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ef7b33af176413362763cb30e66540b7> ;
    schema1:name "Richard Mocket" ;
    schema1:sameAs <http://viaf.org/viaf/66560610>,
        wd:Q7327849,
        <https://isni.org/isni/0000000083443157> .

