@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/1025342> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Egon Ebert" ;
    ns1:birthDate "1801"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1882"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Karl Egon Ebert" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Egon_Ebert>,
        <http://www.wikidata.org/entity/Q129356>,
        <https://id.loc.gov/authorities/names/no2002031830>,
        <https://musicbrainz.org/artist/5c2d0c41-0dcd-473a-a350-914dfb86cae2> .

