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

<http://data.bibliotheken.nl/id/thes/p157023125> a schema1:Person ;
    rdfs:label "Nilsson, Peter" ;
    schema1:description "vormgeving; redactie en vertaling" ;
    schema1:familyName "Nilsson" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e6302bc0f712d96344283eb3bd2e9b2> ;
    schema1:name "Peter Nilsson" ;
    schema1:sameAs <http://viaf.org/viaf/2450456>,
        <https://isni.org/isni/0000000054733489> .

