@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:bioregistry dcterms:hasPart bioregistry:pfam.clan .

bioregistry.metaresource:edam dcterms:hasPart edam:2758 .

bioregistry:pfam.clan a bioregistry.schema:0000001 ;
    rdfs:label "Pfam protein clan" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Higher order grouping of Pfam families"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2758 ;
    dcat:keyword "ontology",
        "protein family" ;
    foaf:homepage <https://pfam.xfam.org> ;
    bioregistry.schema:0000005 "CL0192"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/interpro/set/pfam/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^CL\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/pfam.clan/pfam.clan.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6982-4660 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/interpro/set/pfam/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/interpro/set/pfam/CL0192> ;
    bioregistry.schema:0000029 "pfam.clan" .

orcid:0000-0002-6982-4660 rdfs:label "Alex Bateman" ;
    foaf:mbox "agb@ebi.ac.uk" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

edam:2758 dcterms:isPartOf bioregistry.metaresource:edam .

