@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/1010262> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vincent Lübeck" ;
    ns1:birthDate "1654"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2855737/> ;
    ns1:deathDate "1740-02-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Vincent Lübeck" ;
    skos:exactMatch <http://dbpedia.org/resource/Vincent_L%C3%BCbeck>,
        <http://www.wikidata.org/entity/Q62383>,
        <https://id.loc.gov/authorities/names/n81146902>,
        <https://musicbrainz.org/artist/94aa6fe2-75ba-4ba1-871f-a823c2e3c753> .

