@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/p070047553> a schema1:Person ;
    rdfs:label "Vries, Scato Gocko de (1861-1937)" ;
    schema1:birthDate "1861" ;
    schema1:deathDate "1937" ;
    schema1:familyName "de Vries" ;
    schema1:givenName "Scato Gocko" ;
    schema1:hasOccupation "bibliothecaris",
        "filoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d4110262dd876d425458499001ed2c6> ;
    schema1:name "Scato Gocko de Vries" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/47501855>,
        wd:Q65849794,
        <https://isni.org/isni/0000000079747916> .

