@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:strenda .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02138 .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012329 .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0278 .

bioregistry:strenda a bioregistry.schema:0000001 ;
    rdfs:label "Standards for Reporting Enzymology Data" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "STRENDA stands for “Standards for Reporting Enzymology Data”. For researchers it is essential to be able to compare, evaluate, interpret and reproduce experimental research results published in the literature and databases. Thus, for enzyme research, the STRENDA Commission has established standards for data reporting with the aim to improve the quality of data published in the scientific literature. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc02138,
        re3data:r3d100012329,
        uniprot.resource:DB-0278 ;
    dcat:keyword "bibliography/documents",
        "enzyme and pathway databases",
        "method",
        "protein" ;
    foaf:homepage <https://www.beilstein-institut.de/en/projects/strenda/> ;
    bioregistry.schema:0000005 "KTRCXF"^^xsd:string ;
    bioregistry.schema:0000006 "https://beilstein-strenda-db.org/strenda/public/doiQuery.xhtml?doi=10.22011/strenda_db.$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "strendadb" ;
    bioregistry.schema:0000024 "https://beilstein-strenda-db.org/strenda/public/doiQuery.xhtml?doi=10.22011/strenda_db."^^xsd:string ;
    bioregistry.schema:0000027 <https://beilstein-strenda-db.org/strenda/public/doiQuery.xhtml?doi=10.22011/strenda_db.KTRCXF> ;
    bioregistry.schema:0000029 "strenda" .

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

integbio:nbdc02138 dcterms:isPartOf bioregistry.metaresource:integbio .

re3data:r3d100012329 dcterms:isPartOf bioregistry.metaresource:re3data .

uniprot.resource:DB-0278 dcterms:isPartOf bioregistry.metaresource:uniprot .

