@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:world2dpage .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:world2dpage .

bioregistry:world2dpage a bioregistry.schema:0000001 ;
    rdfs:label "The World-2DPAGE database" ;
    dcterms:description "A public repository, standards compliant, for proteomics image data published in the literature. This repository currently contains data from 16 published articles, putting together 22 reference maps for 15 species, totalizing nearly 4'400 identified spots."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:world2dpage ;
    dcat:keyword "2d-page",
        "protein",
        "structure" ;
    foaf:homepage <http://world-2dpage.expasy.org/repository/> ;
    bioregistry.schema:0000005 "0020"^^xsd:string ;
    bioregistry.schema:0000006 "http://world-2dpage.expasy.org/repository/database=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://world-2dpage.expasy.org/repository/database="^^xsd:string ;
    bioregistry.schema:0000027 <http://world-2dpage.expasy.org/repository/database=0020> ;
    bioregistry.schema:0000029 "world2dpage" .

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

prefixcommons:world2dpage dcterms:isPartOf bioregistry.metaresource:prefixcommons .

