@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/1009942> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Albert Moeschinger" ;
    ns1:birthDate "1897-01-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2661604/> ;
    ns1:deathDate "1985-09-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Albert Moeschinger" ;
    skos:exactMatch <http://dbpedia.org/resource/Albert_Moeschinger>,
        <http://www.wikidata.org/entity/Q2638500>,
        <https://id.loc.gov/authorities/names/n84179730>,
        <https://musicbrainz.org/artist/2660d533-a920-498a-b17b-1f82ec7dc750> .

