@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/1019027> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bedrich Diviš Weber" ;
    ns1:birthDate "1766-10-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3063296/> ;
    ns1:deathDate "1842-12-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bedrich Diviš Weber" ;
    skos:exactMatch <http://dbpedia.org/resource/Bed%C5%99ich_Divi%C5%A1_Weber>,
        <http://id.loc.gov/authorities/names/n88639261>,
        <http://www.wikidata.org/entity/Q79023>,
        <https://musicbrainz.org/artist/26e078ba-f3b9-4531-9109-a510f6722276> .

