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

<http://data.bibliotheken.nl/id/thes/p136055966> a schema1:Person ;
    rdfs:label "Meursinge, Albert" ;
    schema1:alternateName "Meursing, A." ;
    schema1:description "landmeter" ;
    schema1:familyName "Meursinge" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65facbf7a02202c768643db4b5c56e2a> ;
    schema1:name "Albert Meursinge" ;
    schema1:sameAs <http://viaf.org/viaf/285073062> .

