@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/42307> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "James Reese Europe" ;
    ns1:birthDate "1881-02-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4076598/> ;
    ns1:deathDate "1919-05-10"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "James Reese Europe" ;
    skos:exactMatch <http://dbpedia.org/resource/James_Reese_Europe>,
        <http://id.loc.gov/authorities/names/n82063334>,
        <http://musicbrainz.org/artist/b9bf120b-4fa8-42f9-aae3-594834384806>,
        <http://www.wikidata.org/entity/Q1280917> .

