@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 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:scop.sccs .

bioregistry.metaresource:edam dcterms:hasPart edam:1041 .

bioregistry:scop.sccs a bioregistry.schema:0000001 ;
    rdfs:label "SCOP(e) concise classification string" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This is a dot notation used to concisely describe a SCOP(e) class, fold, superfamily, and family. For example, a.39.1.1 references the 'Calbindin D9K' family, where 'a' represents the class, '39' represents the fold, '1' represents the superfamily, and the last '1' represents the family."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:1041 ;
    foaf:homepage <https://scop.berkeley.edu> ;
    bioregistry.schema:0000005 "a.39.1.1"^^xsd:string ;
    bioregistry.schema:0000006 "http://scop.berkeley.edu/sccs=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5153-9079 ;
    bioregistry.schema:0000024 "http://scop.berkeley.edu/sccs="^^xsd:string ;
    bioregistry.schema:0000027 <http://scop.berkeley.edu/sccs=a.39.1.1> ;
    bioregistry.schema:0000029 "scop.sccs" .

orcid:0000-0002-5153-9079 rdfs:label "John-Marc Chandonia" ;
    foaf:mbox "JMChandonia@lbl.gov" .

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

edam:1041 dcterms:isPartOf bioregistry.metaresource:edam .

