@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:OPM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:opm .

bioregistry.metaresource:miriam dcterms:hasPart miriam:opm .

bioregistry.metaresource:n2t dcterms:hasPart n2t:opm .

bioregistry:opm a bioregistry.schema:0000001 ;
    rdfs:label "Orientations of Proteins in Membranes Database" ;
    dcterms:description "The Orientations of Proteins in Membranes (OPM) database provides spatial positions of membrane-bound peptides and proteins of known three-dimensional structure in the lipid bilayer, together with their structural classification, topology and intracellular localization."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:OPM,
        n2t:opm,
        miriam:opm ;
    foaf:homepage <http://opm.phar.umich.edu/> ;
    bioregistry.schema:0000005 "1h68"^^xsd:string ;
    bioregistry.schema:0000006 "http://opm.phar.umich.edu/protein.php?pdbid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9][A-Za-z0-9]{3}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://opm.phar.umich.edu/protein.php?pdbid="^^xsd:string ;
    bioregistry.schema:0000027 <http://opm.phar.umich.edu/protein.php?pdbid=1h68> ;
    bioregistry.schema:0000029 "opm" .

biocontext:OPM dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:opm dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:opm dcterms:isPartOf bioregistry.metaresource:miriam .

