@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/1029313> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Conrad Paumann" ;
    ns1:birthPlace <https://sws.geonames.org/2861650/> ;
    ns1:deathDate "1743-01-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Conrad Paumann" ;
    skos:exactMatch <http://dbpedia.org/resource/Conrad_Paumann>,
        <http://www.wikidata.org/entity/Q670717>,
        <https://id.loc.gov/authorities/nr89013017>,
        <https://musicbrainz.org/artist/d1527c96-52d6-4b72-bd9c-a8b3cb8b12c3> .

