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

ktx:endpoint
  skos:definition "In computer networking an endpoint is a type of communication network node that acts as an interface exposed by a communicating party or by a communication channel. In the context of this taxonomy, endpoint refers primarily to the endpoints offered by web Application Programming Interfaces (APIs), specifying where resources lie that can be accessed by third party software, or those capable of receiving and processing SPARQL Protocol requests."@en, "Nelle reti informatiche, un endpoint è un tipo di nodo della rete di comunicazione che funge da interfaccia esposta da una parte comunicante o da un canale di comunicazione. Nel contesto di questa tassonomia, l'endpoint si riferisce principalmente agli endpoint offerti dalle web Application Programming Interfaces (API), che specificano dove si trovano le risorse a cui possono accedere software di terze parti, o quelli in grado di ricevere ed elaborare le richieste del protocollo SPARQL."@it ;
  skos:inScheme ktx: ;
  skos:altLabel "endpoints"@en ;
  dc:source "Wikipedia contributors. 2023. “Web API.” Wikipedia, The Free Encyclopedia. December 8, 2023. https://en.wikipedia.org/w/index.php?title=Web_API&oldid=1188983708. Wikipedia contributors. 2024. “Communication Endpoint.” Wikipedia, The Free Encyclopedia. January 16, 2024. https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1196087839."@en ;
  skos:example "The API offered by the FRED project, http://wit.istc.cnr.it/stlab-tools/fred_api/."@en ;
  skos:topConceptOf ktx: ;
  a skos:Concept ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh98004527>, <http://vocab.getty.edu/aat/300419453> ;
  skos:prefLabel "endpoint"@it, "endpoint"@en .

ktx:
  rdfs:label "KNOT Tassonomia"@it, "KNOT Taxonomy"@en ;
  skos:prefLabel "KNOT Tassonomia"@it, "KNOT Taxonomy"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept ktx:endpoint .

