@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/1021037> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz von Schober" ;
    ns1:birthDate "1796-05-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2692969/> ;
    ns1:deathDate "1882-09-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Franz von Schober" ;
    skos:exactMatch <http://dbpedia.org/resource/Franz_von_Schober>,
        <http://id.loc.gov/authorities/names/n84011699>,
        <http://www.wikidata.org/entity/Q113827>,
        <https://musicbrainz.org/artist/9cac7116-eaeb-4aee-8ed5-7d93da6239dc> .

