Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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
}