@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ndex .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012690 .

bioregistry:ndex a bioregistry.schema:0000001 ;
    rdfs:label "Network Data Exchange" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Network Data Exchange (NDEx) is an open-source framework where scientists and organizations can store, share, manipulate, and publish biological network knowledge."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch re3data:r3d100012690 ;
    foaf:homepage <https://www.ndexbio.org> ;
    bioregistry.schema:0000005 "aa78a43f-9c4d-11eb-9e72-0ac135e8bacf"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ndexbio.org/viewer/networks/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.ndexbio.org/viewer/networks/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ndexbio.org/viewer/networks/aa78a43f-9c4d-11eb-9e72-0ac135e8bacf> ;
    bioregistry.schema:0000029 "ndex" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

re3data:r3d100012690 dcterms:isPartOf bioregistry.metaresource:re3data .

