@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/p070688621> a schema1:Person ;
    rdfs:label "Kokadorus\", ... (1867-1934 ; Professor ; den Echte)" ;
    schema1:birthDate "1867" ;
    schema1:deathDate "1934" ;
    schema1:description "pseud. van: Meijer Linnewiel" ;
    schema1:familyName "Kokadorus\"" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b8125b29961e99ff3724c4413312f193> ;
    schema1:name "... Kokadorus\" (den Echte)" ;
    schema1:sameAs <http://viaf.org/viaf/240983090>,
        wd:Q2436835 ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/koka001> .

