@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/1003308> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Friedrich Seitz" ;
    ns1:birthDate "1848-06-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2913565/> ;
    ns1:deathDate "1918-05-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Friedrich Seitz" ;
    skos:exactMatch <http://dbpedia.org/resource/Fritz_Seitz>,
        <http://id.loc.gov/authorities/names/nr92013888>,
        <http://www.wikidata.org/entity/Q568502>,
        <https://musicbrainz.org/artist/e90b5f1c-4de7-43f1-8161-38c83fde8dcb> .

