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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:osti.article .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P3894 .

bioregistry:osti.article a bioregistry.schema:0000001 ;
    rdfs:label "Office of Scientific and Technical Information (OSTI)" ;
    dcterms:contributor orcid:0000-0002-8741-7823 ;
    dcterms:description "The U.S. Department of Energy (DOE) Office of Scientific and Technical Information (OSTI) is the main metadata archive for permanent storage of registered [DOE DOI products](https://www.osti.gov/pids/doi-services/doe-data-id-service) (datasets, code, articles, patents, multimedia, etc.). When a DOI is minted a unique OSTI identifier for each record [{osti_id}](https://www.osti.gov/api/v1/docs#endpoints-singlerecord) is provided as the suffix in the DOI schema ([{site-specific-prefix}/{user-supplied-doi-infix}/{osti_id}](https://www.osti.gov/pids/doi-services)) and can be alternatively used as the main product identifier endpoint when [searching OSTI.GOV](https://www.osti.gov/search-tools) registry archive (see example below). OSTI.GOV is the primary registry and search tool for all Department of Energy (DOE) funded science, technology, and engineering research and development (R&D) results and the organizational hub for information about the DOE Office of Scientific and Technical Information (OSTI. **Data Product Type Example:** - https://www.osti.gov/biblio/1668761 - https://www.osti.gov/search/semantic:1668761 - https://www.osti.gov/dataexplorer/biblio/dataset/1668761 - https://www.osti.gov/api/v1/records/1668761 - https://doi.org/10.11578/1668761 **Other Core Product Registry Examples:** - Journal Articles: https://www.osti.gov/pages/biblio - Datasets: https://www.osti.gov/dataexplorer/biblio/dataset/ - Software: https://www.osti.gov/doecode/biblio/ - Patents: https://www.osti.gov/doepatents/biblio/ - Multimedia: https://www.osti.gov/sciencecinema/biblio/"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P3894 ;
    dcat:keyword "article",
        "articles",
        "publication",
        "publications" ;
    foaf:homepage <https://www.osti.gov/> ;
    bioregistry.schema:0000005 "1668761"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.osti.gov/biblio/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.osti.gov/biblio/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.osti.gov/biblio/1668761> ;
    bioregistry.schema:0000029 "osti.article" .

orcid:0000-0002-8741-7823 rdfs:label "Lindsey N. Anderson" ;
    foaf:mbox "Lindsey.Anderson@pnnl.gov" .

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

wikidata:P3894 dcterms:isPartOf bioregistry.metaresource:wikidata .

