Skip to content

Commit 54d66ef

Browse files
Merge pull request #368 from openMetadataInitiative/add-communication-protocol-library
Add some commonly-used communication protocols
2 parents d09fb5b + 744e62d commit 54d66ef

File tree

5 files changed

+83
-0
lines changed

5 files changed

+83
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/communicationProtocol/HTTP",
6+
"@type": "https://openminds.om-i.org/types/CommunicationProtocol",
7+
"definition": "A network communication protocol used for exchanging hypermedia documents, primarily between web servers and browsers.",
8+
"description": "For more information please go to the [HTTP Documentation](https://httpwg.org/specs/).",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "HTTP",
12+
"preferredOntologyIdentifier": "https://www.wikidata.org/entity/Q8777",
13+
"synonym": [
14+
"Hypertext Transfer Protocol"
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/communicationProtocol/HTTPS",
6+
"@type": "https://openminds.om-i.org/types/CommunicationProtocol",
7+
"definition": "A network communication protocol that secures HTTP traffic by encrypting it using SSL/TLS.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "HTTPS",
12+
"preferredOntologyIdentifier": "https://www.wikidata.org/entity/Q44484",
13+
"synonym": [
14+
"Hypertext Transfer Protocol Secure"
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/communicationProtocol/SSH",
6+
"@type": "https://openminds.om-i.org/types/CommunicationProtocol",
7+
"definition": "A network communication protocol that enables secure remote login and command execution over unsecured networks.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "SSH",
12+
"preferredOntologyIdentifier": "https://www.wikidata.org/entity/Q170460",
13+
"synonym": [
14+
"Secure Shell"
15+
]
16+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/communicationProtocol/TCP_IP",
6+
"@type": "https://openminds.om-i.org/types/CommunicationProtocol",
7+
"definition": "A network communication protocol suite that defines how data is transmitted across interconnected networks.",
8+
"description": null,
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "TCP/IP",
12+
"preferredOntologyIdentifier": "https://www.wikidata.org/entity/Q81414",
13+
"synonym": [
14+
"Internet Protocol suite",
15+
"IP suite",
16+
"TCP-IP",
17+
"Transmission Control Protocol / Internet Protocol"
18+
]
19+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://openminds.om-i.org/props/"
4+
},
5+
"@id": "https://openminds.om-i.org/instances/communicationProtocol/WebSocket",
6+
"@type": "https://openminds.om-i.org/types/CommunicationProtocol",
7+
"definition": "A computer communications protocol, providing a bidirectional communication channel over a single Transmission Control Protocol (TCP) connection.",
8+
"description": "For more information please go to the [WebSocket documentation](https://www.rfc-editor.org/rfc/rfc6455) provided by the Internet Engineering Task Force (IETF).",
9+
"interlexIdentifier": null,
10+
"knowledgeSpaceLink": null,
11+
"name": "WebSocket",
12+
"preferredOntologyIdentifier": "https://www.wikidata.org/entity/Q859938",
13+
"synonym": [
14+
"WebSocket protocol"
15+
]
16+
}

0 commit comments

Comments
 (0)