@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/p154073237> a schema1:Person ;
    rdfs:label "Saint-Vincent, Grégoire de (1584-1667)" ;
    schema1:alternateName "San Vicente, Gregorio a",
        "Vincent, G. de Saint-" ;
    schema1:familyName "de Saint-Vincent" ;
    schema1:givenName "Grégoire" ;
    schema1:hasOccupation "1584-1667" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4e8b9dd9dd5a214b047783e571869a4a> ;
    schema1:name "Grégoire de Saint-Vincent" ;
    schema1:sameAs <http://viaf.org/viaf/69270681>,
        wd:Q1394819,
        <https://isni.org/isni/0000000073288931> .

