@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 dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:PASS2 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pass2 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02108 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:pass2 .

bioregistry.metaresource:n2t dcterms:hasPart n2t:pass2 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:pass2 .

bioregistry:pass2 a bioregistry.schema:0000001 ;
    rdfs:label "Protein Alignment organised as Structural Superfamily" ;
    dcterms:description "The PASS2 database provides alignments of proteins related at the superfamily level and are characterized by low sequence identity."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PASS2,
        n2t:pass2,
        integbio:nbdc02108,
        prefixcommons:pass2,
        miriam:pass2 ;
    dcat:keyword "3d structure",
        "classification",
        "dna",
        "genome",
        "protein",
        "sequence",
        "structure" ;
    foaf:homepage <http://caps.ncbs.res.in/pass2> ;
    bioregistry.schema:0000005 "46977"^^xsd:string ;
    bioregistry.schema:0000006 "https://caps.ncbs.res.in/pass2.8/?q=superfamily/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://caps.ncbs.res.in/pass2.8/?q=superfamily/"^^xsd:string ;
    bioregistry.schema:0000027 <https://caps.ncbs.res.in/pass2.8/?q=superfamily/46977> ;
    bioregistry.schema:0000029 "pass2" .

biocontext:PASS2 dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:pass2 dcterms:isPartOf bioregistry.metaresource:n2t .

integbio:nbdc02108 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:pass2 dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:pass2 dcterms:isPartOf bioregistry.metaresource:miriam .

