@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 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:pennsieve .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ps .

bioregistry:pennsieve a bioregistry.schema:0000001 ;
    rdfs:label "Pennsieve" ;
    dcterms:description "Pennsieve is a publicly accessible Scientific Data Management and publication platform. The platform supports data curation, sharing and publishing complex scientific datasets with a focus on integration between graph-based metadata and file-archival. The platform provides a \"peer\"-reviewed publication mechanism and public datasets are available through its Discover Web Application and APIs."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:ps ;
    foaf:homepage <https://discover.pennsieve.io> ;
    bioregistry.schema:0000005 "N:package:e3243db3-7986-488e-9a10-c7a0bfdcfe8a"^^xsd:string ;
    bioregistry.schema:0000006 "https://discover.pennsieve.io/package/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^N:package:[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://discover.pennsieve.io/package/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00b30xv10 ;
    bioregistry.schema:0000027 <https://discover.pennsieve.io/package/N:package:e3243db3-7986-488e-9a10-c7a0bfdcfe8a> ;
    bioregistry.schema:0000029 "pennsieve" .

miriam:ps dcterms:isPartOf bioregistry.metaresource:miriam .

