@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/p068879903> a schema1:Person ;
    rdfs:label "Cochlaeus, Johannes (1479-1552)" ;
    schema1:alternateName "Cochläus, Johannes",
        "Cochleus, Johannes",
        "Coclaeus, Joannes",
        "Cocleus, Johann",
        "Dobenek, Johannes",
        "Dobneck, Johann",
        "Vogelgesang, Johann" ;
    schema1:birthDate "1479" ;
    schema1:deathDate "1552" ;
    schema1:familyName "Cochlaeus" ;
    schema1:givenName "Johannes" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5fcd90ddb42d842b5313ff41e68dd29e> ;
    schema1:name "Johannes Cochlaeus" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/4969350>,
        wd:Q64344 .

