@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/1029198> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ernst Gottlieb Baron" ;
    ns1:birthDate "1696-02-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3081368/> ;
    ns1:deathDate "1760-04-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ernst Gottlieb Baron" ;
    skos:exactMatch <http://dbpedia.org/resource/Ernst_Gottlieb_Baron>,
        <http://www.wikidata.org/entity/Q455560>,
        <https://id.loc.gov/authorities/n87820050>,
        <https://musicbrainz.org/artist/edbe3786-1615-4582-84c7-26b323f6a7e8> .

