@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/1021342> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georg Philipp Schmidt von Lübeck" ;
    ns1:birthDate "1755-01-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2875601/> ;
    ns1:deathDate "1849-10-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Georg Philipp Schmidt von Lübeck" ;
    skos:exactMatch <http://dbpedia.org/resource/Georg_Philipp_Schmidt_von_L%C3%BCbeck>,
        <http://id.loc.gov/authorities/names/nr99005599>,
        <http://www.wikidata.org/entity/Q118280>,
        <https://musicbrainz.org/artist/8e347910-3658-45db-a5c9-524d7c84fd08> .

