@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:csd .

bioregistry.metaresource:miriam dcterms:hasPart miriam:csd .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010197 .

bioregistry:csd a bioregistry.schema:0000001 ;
    rdfs:label "Cambridge Structural Database" ;
    dcterms:description "The Cambridge Stuctural Database (CSD) is the world's most comprehensive collection of small-molecule crystal structures. Entries curated into the CSD are identified by a CSD Refcode."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:csd,
        re3data:r3d100010197 ;
    foaf:homepage <https://www.ccdc.cam.ac.uk/> ;
    bioregistry.schema:0000005 "PELNAW"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ccdc.cam.ac.uk/services/structures?pid=csd:$1&sid=IDORG"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z]{6}(\\d{2})?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-8921-9575 ;
    bioregistry.schema:0000024 "https://bioregistry.io/csd:"^^xsd:string ;
    bioregistry.schema:0000026 ror:00zbfm828 ;
    bioregistry.schema:0000027 <https://www.ccdc.cam.ac.uk/services/structures?pid=csd:PELNAW&sid=IDORG> ;
    bioregistry.schema:0000029 "csd" .

orcid:0000-0001-8921-9575 rdfs:label "Colin Groom" ;
    foaf:mbox "groom@ccdc.cam.ac.uk" .

miriam:csd dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100010197 dcterms:isPartOf bioregistry.metaresource:re3data .

