@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/1020667> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Siraudin" ;
    ns1:birthDate "1812-12-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1883-09-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Paul Siraudin" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82113986>,
        <http://www.wikidata.org/entity/Q3372207>,
        <https://musicbrainz.org/artist/de99132e-5910-4688-966b-74d75365d8bb> .

