@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/1029618> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Laube" ;
    ns1:birthDate "1806-09-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3083632/> ;
    ns1:deathDate "1884-08-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Heinrich Laube" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Laube>,
        <http://www.wikidata.org/entity/Q77470>,
        <https://id.loc.gov/authorities/n83012970>,
        <https://musicbrainz.org/artist/5cd107eb-2c0a-48e2-8bd3-5375ff9d341a> .

