@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/p089181670> a schema1:Person ;
    rdfs:label "Muir, John (1810-1882)" ;
    schema1:birthDate "1810" ;
    schema1:deathDate "1882" ;
    schema1:description "theoloog, sanskritist" ;
    schema1:familyName "Muir" ;
    schema1:givenName "John" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6700a27c633ca1e4112774da45b3f50> ;
    schema1:name "John Muir" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/103093904>,
        wd:Q2075814,
        <https://isni.org/isni/0000000116952047> .

