@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/1028670> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sylvester Levay" ;
    ns1:birthDate "1945-05-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3189595/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sylvester Levay" ;
    skos:exactMatch <http://dbpedia.org/resource/Sylvester_Levay>,
        <http://www.wikidata.org/entity/Q694658>,
        <https://id.loc.gov/authorities/n94119522>,
        <https://musicbrainz.org/artist/d3a6a1b4-7164-468f-b465-e5f5cd2c1db1> .

