ponto:Interoperability leaf node


URI

http://www.mobr.ai/ontologies/ponto#Interoperability

Label

Interoperability

Description

The ability for some sort of system to exchange and make use of information often compared to 'cross-chain' technologies.

Usage

Instances of ponto:Interoperability can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Interoperability a owl:Class ;
    rdfs:label "Interoperability" ;
    rdfs:comment "The ability for some sort of system to exchange and make use of information often compared to 'cross-chain' technologies." ;
    rdfs:subClassOf owl:Thing .