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

<http://data.bibliotheken.nl/id/thes/p073448605> a schema1:Person ;
    rdfs:label "Doorm, J.S. van" ;
    schema1:familyName "van Doorm" ;
    schema1:givenName "J.S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aafeb22982a5770fe0841c20a4f5225c> ;
    schema1:name "J.S. van Doorm" ;
    schema1:sameAs <http://viaf.org/viaf/288237686> .

