@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/1010624> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Benjamin Godard" ;
    ns1:birthDate "1849-08-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1895-01-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Benjamin Godard" ;
    skos:exactMatch <http://dbpedia.org/resource/Benjamin_Godard>,
        <http://id.loc.gov/authorities/names/n81018135>,
        <http://www.wikidata.org/entity/Q817524>,
        <https://musicbrainz.org/artist/5b029178-02d1-4570-9391-be8617c6eae0> .

