@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/1001744> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Berthold Tours" ;
    ns1:birthDate "1838-12-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2747891/> ;
    ns1:deathDate "1897-03-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Berthold Tours" ;
    skos:exactMatch <http://dbpedia.org/resource/Berthold_Tours>,
        <http://www.wikidata.org/entity/Q2793621>,
        <https://id.loc.gov/authorities/names/n82208103>,
        <https://musicbrainz.org/artist/eab1964b-0cce-40a1-b3ae-0696d95ec6ab> .

