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

<http://data.bibliotheken.nl/id/thes/p363244646> a schema1:Person ;
    rdfs:label "Meijs, Bert" ;
    schema1:alternateName "Meijs, Bart" ;
    schema1:description "PPN 2020: 26732500: Colofon vermeldt: Bart Meijs" ;
    schema1:familyName "Meijs" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9333252770cb2a1b5bb6e9c06f10f8b> ;
    schema1:name "Bert Meijs" ;
    schema1:sameAs <http://viaf.org/viaf/305818734> .

