ponto:LIBP2P


URI

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

Label

LIBP2P

Description

An open-source library for encrypted peer-to-peer communications and other networking functions. More information at: https://libp2p.io/

Implementation

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

ponto:LIBP2P a ponto:SDK ;
    rdfs:label "LIBP2P" ;
    rdfs:comment "An open-source library for encrypted peer-to-peer communications and other networking functions. More information at: https://libp2p.io/" .