@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:peptideatlas.dataset .

bioregistry.metaresource:miriam dcterms:hasPart miriam:peptideatlas.dataset .

bioregistry.metaresource:n2t dcterms:hasPart n2t:peptideatlas.dataset .

bioregistry:peptideatlas.dataset a bioregistry.schema:0000001 ;
    rdfs:label "PeptideAtlas Dataset" ;
    dcterms:description "Experiment details about PeptideAtlas entries. Each PASS entry provides direct access to the data files submitted to PeptideAtlas."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:peptideatlas.dataset,
        miriam:peptideatlas.dataset ;
    foaf:homepage <https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/PASS_Summary> ;
    bioregistry.schema:0000005 "PASS01237"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.peptideatlas.org/PASS/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^PASS\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.peptideatlas.org/PASS/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02tpgw303 ;
    bioregistry.schema:0000027 <http://www.peptideatlas.org/PASS/PASS01237> ;
    bioregistry.schema:0000029 "peptideatlas.dataset" .

n2t:peptideatlas.dataset dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:peptideatlas.dataset dcterms:isPartOf bioregistry.metaresource:miriam .

