@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/p095479988> a schema1:Person ;
    rdfs:label "Baston, John (18e eeuw)" ;
    schema1:description "componist" ;
    schema1:familyName "Baston" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/96ab3aa80d3f73c565923eb14650410e> ;
    schema1:name "John Baston" ;
    schema1:sameAs <http://viaf.org/viaf/295738792>,
        wd:Q201233,
        <https://isni.org/isni/0000000082511971> .

