-
Notifications
You must be signed in to change notification settings - Fork 0
OntologyToAPI_Communication
Describes the technical protocols and connection details for data exchange.
-
Type: Class
-
Description: A class representing communication technology.
-
Type: Class
-
Subclass of:
comm:CommunicationTechnology -
Description: A class representing API-based communication.
-
Type: Class
-
Subclass of:
comm:CommunicationTechnology -
Description: A class representing communication with databases.
-
Type: Class
-
Subclass of:
comm:CommunicationTechnology -
Description: A class representing communication through file systems.
-
Type: Data Property
-
Constraints: Functional Property
-
Description: The internet protocol address.
-
Domain:
comm:CommunicationTechnology -
Range:
xsd:string
-
Type: Data Property
-
Constraints: Functional Property
-
Description: Has default port.
-
Domain:
comm:CommunicationTechnology -
Range:
xsd:integer
-
Type: Data Property
-
Constraints: Functional Property
-
Description: connection string for databases (e.g., SQL and non-SQL databases).
-
Domain:
comm:DatabaseCommunication -
Range:
xsd:string
-
Type: Data Property
-
Constraints: Functional Property
-
Description: has a request URL mainly for an API call.
-
Domain:
comm:APICommunication -
Range:
xsd:string
-
Type: Data Property
-
Constraints: Functional Property
-
Description: e.g., JSON, XML, Protobuf, Binary.
-
Domain:
comm:CommunicationTechnology -
Range:
xsd:string
-
Type: Data Property
-
Constraints: Functional Property
-
Description: whether the communication maintains state (e.g., WebSockets = true, REST = false).
-
Domain:
comm:CommunicationTechnology -
Range:
xsd:boolean