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

kth:framework
  skos:prefLabel "framework"@it, "framework"@en ;
  a skos:Concept ;
  skos:narrower kth:3dhop .

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:3dhop .

kth:3dhop
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  skos:prefLabel "3DHOP"@it, "3DHOP"@en ;
  skos:definition "Open-source framework for the creation of interactive Web presentations of high-resolution 3D models, oriented to the Cultural Heritage field. Enables the inclusion of interactive visualisations of 3d models onto a web page using JavaScript and HTML elements."@en, "Framework open-source per la creazione di presentazioni web interattive di modelli 3D ad alta risoluzione, orientato al settore dei beni culturali. Consente di inserire visualizzazioni interattive di modelli 3D in una pagina web utilizzando elementi JavaScript e HTML."@it ;
  dc:source "“3DHOP.” n.d. 3dhop.net. Accessed June 20, 2023. https://3dhop.net/."@en ;
  skos:broader kth:framework ;
  a skos:Concept ;
  skos:inScheme kth: .

