@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/1008562> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tibor Serly" ;
    ns1:birthDate "1901-11-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3058986/> ;
    ns1:deathDate "1978-10-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/edt>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Tibor Serly" ;
    skos:exactMatch <http://dbpedia.org/resource/Tibor_Serly>,
        <http://id.loc.gov/authorities/names/n79128084>,
        <http://www.wikidata.org/entity/Q1071272>,
        <https://musicbrainz.org/artist/e8512fac-3ff6-4742-8d0b-ebfc6170a8a1> .

