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

<http://data.bibliotheken.nl/id/thes/p087921685> a schema1:Person ;
    rdfs:label "Vos, R. de (arts)" ;
    schema1:description "keel-, neus- en oorarts" ;
    schema1:familyName "de Vos" ;
    schema1:givenName "R." ;
    schema1:hasOccupation "arts" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1dd79d2a7540b2c54bd717c371b74d63> ;
    schema1:name "R. de Vos" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/282360933> .

