@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/1007513> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean Baptiste Singelée" ;
    ns1:birthDate "1812-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2800866/> ;
    ns1:deathDate "1875-09-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean Baptiste Singelée" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean-Baptiste_Singel%C3%A9e>,
        <http://id.loc.gov/authorities/names/n91089994>,
        <http://www.wikidata.org/entity/Q944852>,
        <https://musicbrainz.org/artist/22873315-3436-4b08-8f20-a798f6f69532> .

