@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/1015190> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stevan Stojanovic Mokranjac" ;
    ns1:birthDate "1856-01-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/787718/> ;
    ns1:deathDate "1914-09-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Stevan Stojanovic Mokranjac" ;
    skos:exactMatch <http://dbpedia.org/resource/Stevan_Mokranjac>,
        <http://id.loc.gov/authorities/names/n81017906>,
        <http://www.wikidata.org/entity/Q719121>,
        <https://musicbrainz.org/artist/a1eea2fd-588e-4562-9801-361c533fa88e> .

