@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/1005744> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Georg Albrechtsberger" ;
    ns1:birthDate "1736-02-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2773913/> ;
    ns1:deathDate "1809-03-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johann Georg Albrechtsberger" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Georg_Albrechtsberger>,
        <http://id.loc.gov/authorities/names/n79150267>,
        <http://www.wikidata.org/entity/Q314164>,
        <https://musicbrainz.org/artist/879fccb4-44e2-4865-9eed-1f4163557c33> .

