@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p06983119X> a schema1:Person ;
    rdfs:label "Coenraads, Eduard" ;
    schema1:description "1883-1936",
        "pseud. van: Pieter Endt" ;
    schema1:familyName "Coenraads" ;
    schema1:givenName "Eduard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e9a526912ab51d4128176fcf0f0bfb4e> ;
    schema1:name "Eduard Coenraads" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p069831203>,
        <http://viaf.org/viaf/306161657>,
        <https://isni.org/isni/0000000397631644> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/coen011> .

