@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/1007288> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Émile Jaques-Dalcroze" ;
    ns1:birthDate "1865-07-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761369/> ;
    ns1:deathDate "1950-07-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Émile Jaques-Dalcroze" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89mile_Jaques-Dalcroze>,
        <http://id.loc.gov/authorities/names/n50051577>,
        <http://musicbrainz.org/artist/58262d6a-30d5-409c-9991-409b4530d5b6>,
        <http://www.wikidata.org/entity/Q286062> .

