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

<http://data.bibliotheken.nl/id/thes/p165454342> a schema1:Person ;
    rdfs:label "Doornbos, J. (varkenshouderij)" ;
    schema1:familyName "Doornbos" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "varkenshouderij" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70aee2f298f2bdbcb41a44233c54cecf> ;
    schema1:name "J. Doornbos" ;
    schema1:sameAs <http://viaf.org/viaf/282166777> .

