@prefix kth: <http://w3id.org/knot/thesaurus/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ktx: <http://w3id.org/knot/taxonomy/> .
@prefix dc: <http://purl.org/dc/terms/> .

kth:
  rdfs:label "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  skos:prefLabel "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  a skos:ConceptScheme .

kth:information_architecture
  skos:prefLabel "infrastruttura informatica"@it, "information technology infrastructure"@en ;
  a skos:Collection ;
  skos:member kth:fabio .

kth:rdf
  skos:prefLabel "RDF"@it, "RDF"@en ;
  a skos:Concept ;
  skos:related kth:fabio .

kth:metadata
  skos:prefLabel "metadati"@it, "metadata"@en ;
  a skos:Concept ;
  skos:narrower kth:fabio .

kth:fabio
  skos:relatedMatch <http://id.loc.gov/authorities/subjects/sh2005006014>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.02>, ktx:ontology, <http://vocab.getty.edu/aat/300266741> ;
  skos:definition "FaBiO is an ontology for describing entities that are published or potentially publishable (e.g., journal articles, conference papers, books), and that contain or are referred to by bibliographic references. It is based on the FRBR schema and extends its data model with additional properties between the four central classes."@en, "FaBiO è un'ontologia per la descrizione di entità pubblicate o potenzialmente pubblicabili (ad esempio, articoli di riviste, documenti di conferenze, libri) e che contengono o sono citate da riferimenti bibliografici. Si basa sullo schema FRBR ed estende il suo modello di dati con proprietà aggiuntive tra le quattro classi centrali."@it ;
  skos:broader kth:metadata ;
  a skos:Concept ;
  skos:related kth:rdf ;
  skos:prefLabel "FaBiO"@it, "FaBiO"@en ;
  dc:source "“FaBiO, the FRBR-Aligned Bibliographic Ontology.” n.d. Github.Io. Accessed June 20, 2023. https://sparontologies.github.io/fabio/current/fabio.html."@en ;
  skos:altLabel "FRBR-aligned Bibliographic Ontology"@en ;
  skos:inScheme kth: .

