@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/1021444> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gisbert, Freiherr von Vincke" ;
    ns1:birthDate "1813-09-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2940231/> ;
    ns1:deathDate "1892-02-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Gisbert, Freiherr von Vincke" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2010183686>,
        <http://www.wikidata.org/entity/Q1527213>,
        <https://musicbrainz.org/artist/69944f4b-bd88-4266-ac88-171bb2c0ce4a> .

