@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 orcid: <https://orcid.org/> .
@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:MEROPS.FAMILY .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:merops.family .

bioregistry.metaresource:miriam dcterms:hasPart miriam:merops.family .

bioregistry.metaresource:n2t dcterms:hasPart n2t:merops.family .

bioregistry:merops.family a bioregistry.schema:0000001 ;
    rdfs:label "MEROPS Family" ;
    dcterms:description "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. These are hierarchically classified and assigned to a Family on the basis of statistically significant similarities in amino acid sequence. Families thought to be homologous are grouped together in a Clan. This collection references peptidase families."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:MEROPS.FAMILY,
        n2t:merops.family,
        miriam:merops.family ;
    foaf:homepage <https://www.ebi.ac.uk/merops/> ;
    bioregistry.schema:0000005 "S1"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/merops/cgi-bin/famsum?family=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[SCTAGMNU]\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5557-7665 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/merops/cgi-bin/famsum?family="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/merops/cgi-bin/famsum?family=S1> ;
    bioregistry.schema:0000029 "merops.family" .

orcid:0000-0001-5557-7665 rdfs:label "Neil D Rawlings" ;
    foaf:mbox "ndr@ebi.ac.uk" .

biocontext:MEROPS.FAMILY dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:merops.family dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:merops.family dcterms:isPartOf bioregistry.metaresource:miriam .

