@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/1000277> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Wagner" ;
    ns1:birthDate "1813-05-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2879139/> ;
    ns1:deathDate "1883-02-13"^^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 "Richard Wagner" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Wagner>,
        <http://id.loc.gov/authorities/names/n79089831>,
        <http://musicbrainz.org/artist/eefd7c1e-abcf-4ccc-ba60-0fd435c9061f>,
        <http://www.wikidata.org/entity/Q1511> .

