@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/1003038> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hector Berlioz" ;
    ns1:birthDate "1803-12-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3009879/> ;
    ns1:deathDate "1869-03-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Hector Berlioz" ;
    skos:exactMatch <http://dbpedia.org/resource/Hector_Berlioz>,
        <http://id.loc.gov/authorities/names/n79091197>,
        <http://musicbrainz.org/artist/274774a7-1cde-486a-bc3d-375ec54d552d>,
        <http://www.wikidata.org/entity/Q1151> .

