@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p070404313> a schema1:Person ;
    rdfs:label "Cosin, John (1595-1672)" ;
    schema1:alternateName "Cosin, ... (Dr)",
        "Cosinus, Joannes" ;
    schema1:birthDate "1595" ;
    schema1:deathDate "1672" ;
    schema1:description "bisschop van Durham" ;
    schema1:familyName "Cosin" ;
    schema1:givenName "John" ;
    schema1:hasOccupation "geleerde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/94cebad234b8e1a6cc9a52ce7bec7034> ;
    schema1:name "John Cosin" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/18053953>,
        wd:Q5612348,
        <https://isni.org/isni/0000000080977508> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/cosi004> .

