@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:information_architecture
  skos:prefLabel "infrastruttura informatica"@it, "information technology infrastructure"@en ;
  a skos:Collection ;
  skos:member kth:linked_data .

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

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

kth:linked_data
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2013002090>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept59.01> ;
  skos:broader kth:metadata ;
  skos:inScheme kth: ;
  skos:prefLabel "Linked Data"@it, "Linked Data"@en ;
  skos:related kth:rdf ;
  dc:source "Gottron, Thomas, and Steffen Staab. 2014. “Linked Open Data.” In Encyclopedia of Social Network Analysis and Mining, 811–13. New York, NY: Springer New York. “Linked Data Glossary.” n.d. Www.w3.org. Accessed June 20, 2023. https://www.w3.org/TR/ld-glossary/."@en ;
  skos:definition "Linked Data refers to data that follows a paradigm based on four rules established by Tim Berners-Lee. Linked Data is intended to be readable by both humans and machine, to be interlinked, and to be semantically queryable. It uses the RDF family of standards for data interchange (e.g., RDF/XML, RDFa, Turtle) and query (SPARQL)."@en, "I Linked Data si riferiscono a dati che seguono un paradigma basato su quattro regole stabilite da Tim Berners-Lee. I Linked Data sono destinati a essere leggibili sia dall'uomo che dalle macchine, a essere interconnessi e a essere interrogabili semanticamente. Utilizza la famiglia di standard RDF per l'interscambio dei dati (ad esempio, RDF/XML, RDFa, Turtle) e l'interrogazione (SPARQL)."@it ;
  a skos:Concept ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept59> .

