@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@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:fairsharing dcterms:hasPart fairsharing:FAIRsharing.8nq9t6 .

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 fairsharing:FAIRsharing.8nq9t6,
        re3data:r3d100012690 ;
    dcat:keyword "cancer",
        "covid-19",
        "epidemiology",
        "genetic interaction (sensu unexpected)",
        "life science",
        "microbiology",
        "molecular interaction",
        "pathway" ;
    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:0000019 orcid:0000-0001-8682-0568 ;
    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-0001-8682-0568 rdfs:label "Rudolf T. Pillich" ;
    foaf:mbox "rpillich@ucsd.edu" .

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

fairsharing:FAIRsharing.8nq9t6 dcterms:isPartOf bioregistry.metaresource:fairsharing .

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

