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

<http://data.bibliotheken.nl/id/thes/p088004279> a schema1:Person ;
    rdfs:label "Möller, Onno" ;
    schema1:familyName "Möller" ;
    schema1:givenName "Onno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f8a4c23107272da44761fe9ca4c101cc> ;
    schema1:name "Onno Möller" ;
    schema1:sameAs <http://viaf.org/viaf/288389633> .

