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

<http://data.bibliotheken.nl/id/thes/p070632243> a schema1:Person ;
    rdfs:label "Cracco, Pierre Dominique (1798-1872)" ;
    schema1:birthDate "1798" ;
    schema1:deathDate "1872" ;
    schema1:familyName "Cracco" ;
    schema1:givenName "Pierre Dominique" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/89219dc6621a387a2f2d3106077d8b64> ;
    schema1:name "Pierre Dominique Cracco" ;
    schema1:sameAs <http://viaf.org/viaf/280533230>,
        <https://isni.org/isni/0000000387619705> .

