@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:metadata
  skos:prefLabel "metadati"@it, "metadata"@en ;
  a skos:Concept ;
  skos:narrower kth:cidoc_crm .

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

kth:cidoc_crm
  skos:relatedMatch <http://vocab.getty.edu/aat/300266741>, <http://id.loc.gov/authorities/subjects/sh2005006014>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.02> ;
  dc:source "“ISO 21127:2014.” 2022. ISO. 2022. https://www.iso.org/standard/57832.html. “Short Intro.” n.d. Cidoc-crm.org. Accessed June 20, 2023. https://www.cidoc-crm.org/node/202."@en ;
  skos:definition "The CIDOC Conceptual Reference Model is an ontology for cultural heritage information, commonly used in the GLAM sector and intended to help mediate cultural heritage information to enhance accessibility and connectivity between related information and knowledge. It is the international standard (ISO 21127:2014) for the controlled exchange of cultural heritage information."@en, "Il Modello concettuale di riferimento CIDOC è un'ontologia per le informazioni sul patrimonio culturale, comunemente utilizzata nel settore GLAM e destinata ad aiutare a mediare le informazioni sul patrimonio culturale per migliorare l'accessibilità e la connettività tra informazioni e conoscenze correlate. È lo standard internazionale (ISO 21127:2014) per lo scambio controllato di informazioni sui beni culturali."@it ;
  skos:altLabel "CIDOC"@en ;
  skos:prefLabel "CIDOC CRM"@it, "CIDOC CRM"@en ;
  skos:broader kth:metadata ;
  a skos:Concept ;
  skos:inScheme kth: ;
  skos:closeMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept3.04> .

