@prefix dct: . @prefix ns1: . @prefix ns2: . @prefix rdfs: . @prefix skos: . a skos:Concept ; dct:created "2018-03-13" ; dct:modified "2018-04-16" ; ns1:hasProfile , , ; ns2:status ; rdfs:seeAlso ; skos:definition "A named set of operations that characterize the behavior of an entity. An implementation of operations including the syntax of the interaction for a given distributed computing technology. A shared boundary between two functional entities. An established ordering of parameters (with specific names and data types) and instructions (with specific names and functions) that enables one software component to exchange data and instructions with another software component."@en ; skos:prefLabel "interface"@en .