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

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

ams:SSD_07H
  skos:exactMatch <https://w3id.org/italia/controlled-vocabulary/classifications-for-universities/academic-disciplines/MSC-07-H> ;
  skos:member ams:editti_veterinaria ;
  skos:inScheme ams: ;
  dc:description "The macro-sector 7/H identifies the field that studies the prevention, diagnosis, and treatment of animal diseases, as well as the biological, health, ethical, and hygienic aspects related to their breeding and their use for food purposes"@en, "Il macrosettore corsuale 7/H identifica il settore che studia la prevenzione, la diagnosi e la terapia delle malattie degli animali, insieme agli aspetti biologici, sanitari, etici e igienici legati al loro allevamento e al loro utilizzo a fini alimentari"@it ;
  skos:prefLabel "7/H - Veterinary Medicine"@en, "7/H - Medicina Veterinaria"@it ;
  a skos:Collection .

