@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/1029314> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jules Mazellier" ;
    ns1:birthDate "1879-04-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972315/> ;
    ns1:deathDate "1959-02-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jules Mazellier" ;
    skos:exactMatch <http://dbpedia.org/resource/Jules_Mazellier>,
        <http://www.wikidata.org/entity/Q1440570>,
        <https://id.loc.gov/authorities/n84107992>,
        <https://musicbrainz.org/artist/0c0ee1ed-dec0-4008-8e76-36ef61ba82ee> .

