@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/1001471> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eric De Lamarter" ;
    ns1:birthDate "1880-02-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4998830/> ;
    ns1:deathDate "1953-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Eric De Lamarter" ;
    skos:exactMatch <http://dbpedia.org/resource/Eric_DeLamarter>,
        <http://id.loc.gov/authorities/names/no93011912>,
        <http://www.wikidata.org/entity/Q1351189>,
        <https://musicbrainz.org/artist/d91b7eaa-7822-4910-8ccc-13ec3827b17a> .

