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

<http://data.bibliotheken.nl/id/thes/p06761390X> a schema1:Person ;
    rdfs:label "Lourens, Ed" ;
    schema1:description "Medewerker Economisch Instituut voor de Bouwnijverheid",
        "drs" ;
    schema1:familyName "Lourens" ;
    schema1:givenName "Ed" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dec0a8536163f6a320e00f737c657c48> ;
    schema1:name "Ed Lourens" ;
    schema1:sameAs <http://viaf.org/viaf/11115525>,
        <https://isni.org/isni/0000000020345701> .

