@prefix ams: <http://w3id.org/amshistorica/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

ams:SSD_10C
  skos:prefLabel "10/C - Cinema, music, performing arts, television and media studies"@en, "10/C - Musica, teatro, cinema, televisione e media audiovisivi"@it ;
  a skos:Collection ;
  skos:member ams:atlas .

ams:interviste
  skos:prefLabel "Interviste"@it, "Interviews"@en ;
  dc:description "A structured sequence of questions and answers led by a journalist"@en, "Sequenza strutturata di domande e risposte condotta da un giornalista"@it ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85067568>, <https://www.wikidata.org/wiki/Q4202018> ;
  skos:altLabel "Journalistic interview"@en, "Intervista giornalistica"@it ;
  skos:inScheme ams: ;
  skos:exactMatch <https://thes.bncf.firenze.sbn.it/termine.php?id=4438> ;
  a skos:Concept ;
  skos:topConceptOf ams: .

ams:atlas
  skos:prefLabel "ATLas. Atlas of Local Television Stations"@en, "ATLas. Atlante delle televisioni locali"@it ;
  a skos:Collection ;
  skos:member ams:interviste .

ams:
  a skos:ConceptScheme ;
  skos:hasTopConcept ams:interviste .

