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

<http://data.bibliotheken.nl/id/thes/p13606812X> a schema1:Person ;
    rdfs:label "Berg, J.A.M. von" ;
    schema1:familyName "von Berg" ;
    schema1:givenName "J.A.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a56382a1a5bcba512123dd4660331bb> ;
    schema1:name "J.A.M. von Berg" ;
    schema1:sameAs <http://viaf.org/viaf/290327530> .

