@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/11549> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jörg Faerber" ;
    ns1:birthDate "1929-06-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2825297/> ;
    ns1:deathDate "2022-09-13"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jörg Faerber" ;
    skos:exactMatch <http://dbpedia.org/resource/J%C3%B6rg_Faerber>,
        <http://www.wikidata.org/entity/Q111014>,
        <https://id.loc.gov/authorities/n81114228>,
        <https://musicbrainz.org/artist/f2dcc71c-96b2-4c89-ac42-1116c49df174> .

