@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 dc: <http://purl.org/dc/terms/> .

kth:formal_language
  skos:prefLabel "linguaggio formale"@it, "formal language"@en ;
  a skos:Collection ;
  skos:member kth:ontology_language .

kth:owl
  skos:prefLabel "OWL"@it, "OWL"@en ;
  a skos:Concept ;
  skos:broader kth:ontology_language .

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

kth:ontology_language
  dc:source "Guarino, Nicola, Daniel Oberle, and Steffen Staab. 2009. “What Is an Ontology?” In Handbook on Ontologies, 1–17. Berlin, Heidelberg: Springer Berlin Heidelberg."@en ;
  skos:prefLabel "ontology language"@en, "linguaggio di ontologia"@it ;
  skos:altLabel "ontology languages"@en ;
  skos:narrower kth:owl ;
  skos:definition "Un tipo di linguaggio formale che modella la struttura di un sistema, agendo essenzialmente come una rappresentazione formale di un insieme di concetti e categorie all'interno di un dominio o di un'area tematica, delle loro proprietà e delle relazioni tra di essi."@it, "A type of formal language that models the structure of a system in essence acting as a formal representation of a set of concepts and categories within a domain or subject area, their properties, and the relationships between them."@en ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.02>, <http://id.loc.gov/authorities/subjects/sh2012003486>, <http://vocab.getty.edu/aat/300266741> ;
  skos:topConceptOf kth: ;
  skos:inScheme kth: ;
  a skos:Concept .

