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

<http://data.bibliotheken.nl/id/thes/p13340756X> a schema1:Person ;
    rdfs:label "Wagner, Carl (1865- ; lithografie)" ;
    schema1:birthDate "1865" ;
    schema1:familyName "Wagner" ;
    schema1:givenName "Carl" ;
    schema1:hasOccupation "lithografie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/35c766a18889487105f0c57494b04651> ;
    schema1:name "Carl Wagner" ;
    schema1:sameAs <http://viaf.org/viaf/77085092>,
        <https://isni.org/isni/0000000010673883> .

