diff --git a/instances/latest/terminologies/communicationInterfaceType/OSAPI.jsonld b/instances/latest/terminologies/communicationInterfaceType/OSAPI.jsonld new file mode 100644 index 000000000..74aeade3d --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/OSAPI.jsonld @@ -0,0 +1,16 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/OSAPI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "An application programming interface that allows applications to interact with the underlying operating system.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "OS API", + "preferredOntologyIdentifier": null, + "synonym": [ + "operating system API" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/RESTAPI.jsonld b/instances/latest/terminologies/communicationInterfaceType/RESTAPI.jsonld new file mode 100644 index 000000000..c59a0a7e7 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/RESTAPI.jsonld @@ -0,0 +1,17 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/RESTAPI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "An application programming interface that conforms to the representational state transfer (REST) architectural style, typically using the HTTP(S) protocol with JSON or XML documents.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "REST API", + "preferredOntologyIdentifier": null, + "synonym": [ + "RESTful API", + "Representational State Transfer API" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/RPCAPI.jsonld b/instances/latest/terminologies/communicationInterfaceType/RPCAPI.jsonld new file mode 100644 index 000000000..2bdd32ed7 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/RPCAPI.jsonld @@ -0,0 +1,16 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/RPCAPI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "An application programming interface that allows remote functions in external servers to be called as if they were local functions.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "RPC API", + "preferredOntologyIdentifier": null, + "synonym": [ + "Remote Procedure Call API" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/SOAPAPI.jsonld b/instances/latest/terminologies/communicationInterfaceType/SOAPAPI.jsonld new file mode 100644 index 000000000..10ed780db --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/SOAPAPI.jsonld @@ -0,0 +1,16 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/SOAPAPI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "An application programming interface that uses the Simple Object Access Protocol (SOAP).", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "SOAP API", + "preferredOntologyIdentifier": null, + "synonym": [ + "Simple Object Access Protocol API" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/commandLineInterface.jsonld b/instances/latest/terminologies/communicationInterfaceType/commandLineInterface.jsonld new file mode 100644 index 000000000..ff17ac362 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/commandLineInterface.jsonld @@ -0,0 +1,16 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/commandLineInterface", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "A means of interacting with software through text-based commands entered in a terminal or shell.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "command line interface", + "preferredOntologyIdentifier": null, + "synonym": [ + "CLI" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/desktopGUI.jsonld b/instances/latest/terminologies/communicationInterfaceType/desktopGUI.jsonld new file mode 100644 index 000000000..cd992bc8c --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/desktopGUI.jsonld @@ -0,0 +1,17 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/desktopGUI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "A graphical user interface that runs as a native application on a desktop computer.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "desktop GUI", + "preferredOntologyIdentifier": null, + "synonym": [ + "desktop graphical user interface", + "desktop application" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/emailCommunication.jsonld b/instances/latest/terminologies/communicationInterfaceType/emailCommunication.jsonld new file mode 100644 index 000000000..cea2536ca --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/emailCommunication.jsonld @@ -0,0 +1,18 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/emailCommunication", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "A means of interacting with a service through sending and receiving e-mail.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "email communication", + "preferredOntologyIdentifier": null, + "synonym": [ + "e-mail communication", + "email interface", + "e-mail interface" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/libraryAPI.jsonld b/instances/latest/terminologies/communicationInterfaceType/libraryAPI.jsonld new file mode 100644 index 000000000..cfb8a156c --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/libraryAPI.jsonld @@ -0,0 +1,16 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/libraryAPI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "An application programming interface implemented as a library for a specific programming language.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "library API", + "preferredOntologyIdentifier": null, + "synonym": [ + "programming language API" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/messageQueue.jsonld b/instances/latest/terminologies/communicationInterfaceType/messageQueue.jsonld new file mode 100644 index 000000000..d1972a399 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/messageQueue.jsonld @@ -0,0 +1,14 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/messageQueue", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "A means of interacting with a software system by sending messages to a buffer from which they may be retrieved at a later time.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "message queue", + "preferredOntologyIdentifier": null, + "synonym": null +} diff --git a/instances/latest/terminologies/communicationInterfaceType/mobileGUI.jsonld b/instances/latest/terminologies/communicationInterfaceType/mobileGUI.jsonld new file mode 100644 index 000000000..98477af88 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/mobileGUI.jsonld @@ -0,0 +1,16 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/mobileGUI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "A graphical user interface that runs as a native app on a mobile phone.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "mobile GUI", + "preferredOntologyIdentifier": null, + "synonym": [ + "mobile graphical user interface" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/webGUI.jsonld b/instances/latest/terminologies/communicationInterfaceType/webGUI.jsonld new file mode 100644 index 000000000..a232ad8b9 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/webGUI.jsonld @@ -0,0 +1,17 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/webGUI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "A graphical user interface that runs in a web browser, typically implemented in HTML, Javascript and CSS.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "web GUI", + "preferredOntologyIdentifier": null, + "synonym": [ + "web-browser interface", + "web-based graphical user interface" + ] +} diff --git a/instances/latest/terminologies/communicationInterfaceType/webSocketAPI.jsonld b/instances/latest/terminologies/communicationInterfaceType/webSocketAPI.jsonld new file mode 100644 index 000000000..f0f6ea423 --- /dev/null +++ b/instances/latest/terminologies/communicationInterfaceType/webSocketAPI.jsonld @@ -0,0 +1,14 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/communicationInterfaceType/webSocketAPI", + "@type": "https://openminds.om-i.org/types/CommunicationInterfaceType", + "definition": "An application programming interface based on exchanging messages between a client application and a server using web sockets.", + "description": null, + "interlexIdentifier": null, + "knowledgeSpaceLink": null, + "name": "web socket API", + "preferredOntologyIdentifier": null, + "synonym": null +}