@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1001081> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gustav Schreck" ;
    ns1:birthDate "1849-09-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2804654/> ;
    ns1:deathDate "1918-01-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gustav Schreck" ;
    skos:exactMatch <http://dbpedia.org/resource/Gustav_Schreck>,
        <http://www.wikidata.org/entity/Q69676>,
        <https://id.loc.gov/authorities/nr89013884>,
        <https://musicbrainz.org/artist/9a44fd22-c81a-4fce-a7ad-f29a6f7ecd8a> .

