@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/p073684058> a schema1:Person ;
    rdfs:label "Carlos I (1863-1908 ; koning van Portugal)" ;
    schema1:birthDate "1863" ;
    schema1:deathDate "1908" ;
    schema1:familyName "I" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/686de2719a09b580eecd1af2da386b99> ;
    schema1:name "Carlos I" ;
    schema1:sameAs <http://viaf.org/viaf/71400758>,
        wd:Q158874,
        <https://isni.org/isni/0000000121386692> .

