@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/1004575> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alfred Grünfeld" ;
    ns1:birthDate "1852-07-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1924-01-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alfred Grünfeld" ;
    skos:exactMatch <http://dbpedia.org/resource/Alfred_Gr%C3%BCnfeld>,
        <http://id.loc.gov/authorities/names/n89671645>,
        <http://www.wikidata.org/entity/Q78657>,
        <https://musicbrainz.org/artist/2a64e708-fbbf-46be-bb9a-7b9157cb20bc> .

