@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/83528> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Peter Eötvös" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1944-01-02"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/671964/> ;
    ns2:deathDate "2024-03-24"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Peter Eötvös" ;
    skos:exactMatch <http://dbpedia.org/resource/P%C3%A9ter_E%C3%B6tv%C3%B6sz>,
        <http://www.wikidata.org/entity/Q389851>,
        <https://id.loc.gov/authorities/names/n84181304>,
        <https://musicbrainz.org/artist/bc807a53-e825-4452-960e-3c87e3bc95f7> .

