@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nmrshiftdb2 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:nmrshiftdb2 .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010316 .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P9405 .

bioregistry:nmrshiftdb2 a bioregistry.schema:0000001 ;
    rdfs:label "NMRShiftDB structure" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "NMR database for organic structures and their nuclear magnetic resonance (nmr) spectra. It allows for spectrum prediction (13C, 1H and other nuclei) as well as for searching spectra, structures and other properties."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P9405,
        miriam:nmrshiftdb2,
        re3data:r3d100010316 ;
    foaf:homepage <https://nmrshiftdb.nmr.uni-koeln.de> ;
    bioregistry.schema:0000005 "234"^^xsd:string ;
    bioregistry.schema:0000006 "https://nmrshiftdb.nmr.uni-koeln.de/molecule/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "NMRShiftDB" ;
    bioregistry.schema:0000024 "https://nmrshiftdb.nmr.uni-koeln.de/molecule/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00rcxh774 ;
    bioregistry.schema:0000027 <https://nmrshiftdb.nmr.uni-koeln.de/molecule/234> ;
    bioregistry.schema:0000029 "nmrshiftdb2" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

wikidata:P9405 dcterms:isPartOf bioregistry.metaresource:wikidata .

miriam:nmrshiftdb2 dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100010316 dcterms:isPartOf bioregistry.metaresource:re3data .

