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

ams:aglio
  skos:prefLabel "Garlic"@en, "Aglio"@it ;
  a skos:Concept ;
  skos:related ams:cipolla .

ams:cipolla
  skos:broader ams:allium ;
  skos:inScheme ams: ;
  a skos:Concept ;
  dc:description "Edible bulb of the plant Allium cepa"@en, "Bulbo commestibile della pianta Allium cepa"@it ;
  skos:closeMatch <https://www.wikidata.org/wiki/Q23485>, <http://id.loc.gov/authorities/subjects/sh85094798> ;
  skos:altLabel "Allium cepa"@it ;
  skos:prefLabel "Cipolle"@it, "Onions"@en ;
  skos:related ams:aglio ;
  skos:exactMatch <https://thes.bncf.firenze.sbn.it/termine.php?id=65765> .

ams:SSD_07D
  skos:prefLabel "07/D - Plant pathology and entomology"@en, "07/D - Patologia vegetale e entomologia"@it ;
  a skos:Collection ;
  skos:member ams:patologiaVegetale .

ams:patologiaVegetale
  skos:prefLabel "Plant pathology"@en, "Patologia vegetale"@it ;
  a skos:Collection ;
  skos:member ams:cipolla .

ams:allium
  skos:prefLabel "Allium"@en, "Allium"@it ;
  a skos:Concept ;
  skos:narrower ams:cipolla .

ams: a skos:ConceptScheme .
