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

<http://data.bibliotheken.nl/id/thes/p074467751> a schema1:Person ;
    rdfs:label "Bond, Peter R. (1948- ; astronoom)" ;
    schema1:birthDate "1948" ;
    schema1:familyName "Bond" ;
    schema1:givenName "Peter R." ;
    schema1:hasOccupation "astronoom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/866685d5d42358eff2a069fe6c3ba58b> ;
    schema1:name "Peter R. Bond" ;
    schema1:sameAs <http://viaf.org/viaf/76609043>,
        wd:Q95758956 .

