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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nihreporter.project .

bioregistry:nihreporter.project a bioregistry.schema:0000001 ;
    rdfs:label "NIH RePORTER" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "RePORTER is an electronic tool that allows users to search a repository of both intramural and extramural NIH-funded research projects and access publications and patents resulting from NIH funding."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "bibliometrics",
        "ontology",
        "project" ;
    foaf:homepage <https://reporter.nih.gov/> ;
    bioregistry.schema:0000005 "10343835"^^xsd:string ;
    bioregistry.schema:0000006 "https://reporter.nih.gov/project-details/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/nihreporter.project/nihreporter.project.owl.gz> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "NIH Reporter Helpdesk" ;
            foaf:mbox "report@mail.nih.gov" ] ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://reporter.nih.gov/project-details/"^^xsd:string ;
    bioregistry.schema:0000027 <https://reporter.nih.gov/project-details/10343835> ;
    bioregistry.schema:0000029 "nihreporter.project" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

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

