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

ams:mascalcia
  skos:exactMatch <https://thes.bncf.firenze.sbn.it/termine.php?id=17126> ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85062187> ;
  skos:inScheme ams: ;
  skos:prefLabel "Horseshoeing"@en, "Mascalcia"@it ;
  skos:altLabel "Ferratura"@it, "Farriery"@en ;
  a skos:Concept ;
  dc:description "The craft of the farrier, comprising the techniques for shoeing and caring for the hooves of equines and bovines"@en, "L'arte del maniscalco, cioè l'arte della ferratura dello zoccolo di equini e bovini"@it ;
  skos:topConceptOf ams: .

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

ams:SSD_07H
  skos:prefLabel "7/H - Veterinary Medicine"@en, "7/H - Medicina Veterinaria"@it ;
  a skos:Collection ;
  skos:member ams:editti_veterinaria .

ams:editti_veterinaria
  skos:prefLabel "Veterinary edicts"@en, "Editti di veterinaria"@it ;
  a skos:Collection ;
  skos:member ams:mascalcia .

