@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/1023814> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Andreas Jynge" ;
    ns1:birthDate "1870-09-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3139075/> ;
    ns1:deathDate "1955-06-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    skos:exactMatch <http://dbpedia.org/resource/Andreas_Jynge>,
        <http://www.wikidata.org/entity/Q4755482>,
        <https://id.loc.gov/authorities/names/no2010086745> .

