@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 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:frbr
  skos:prefLabel "FRBR"@it, "FRBR"@en ;
  dc:source "“The FRBR Model (Functional Requirements for Bibliographic Records).” 2003. Loc.gov. 2003. https://www.loc.gov/catdir/cpso/frbreng.pdf."@en ;
  a skos:Concept ;
  skos:definition "The Functional Requirements for Bibliographic Records (FRBR) is a conceptual entity–relationship model developed by the IFLA to help improve cataloging records and retrieval and access in online library catalogs and bibliographic databases. It describes entities, relationships, and attributes and relates user tasks to traditional objectives for catalogs."@en, "Il Functional Requirements for Bibliographic Records (FRBR) è un modello concettuale di entità e relazioni sviluppato dall'IFLA per contribuire a migliorare i record di catalogazione e il recupero e l'accesso nei cataloghi delle biblioteche e nei database bibliografici online. Descrive entità, relazioni e attributi e mette in relazione i compiti degli utenti con gli obiettivi tradizionali dei cataloghi."@it ;
  skos:inScheme kth: ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2007002541> ;
  skos:altLabel "Functional Requirements for Bibliographic Records"@en ;
  skos:broader kth:metadata .

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

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

