@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/1003538> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emanuel Moór" ;
    ns1:birthDate "1863-02-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3050434/> ;
    ns1:deathDate "1931-10-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emanuel Moór" ;
    skos:exactMatch <http://dbpedia.org/resource/Em%C3%A1nuel_Mo%C3%B3r>,
        <http://id.loc.gov/authorities/names/n87822142>,
        <http://www.wikidata.org/entity/Q324193>,
        <https://musicbrainz.org/artist/817a4e74-8370-4cab-a39b-f00c2e787abb> .

