@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 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:cordis.project .

bioregistry:cordis.project a bioregistry.schema:0000001 ;
    rdfs:label "CORDIS Project" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "The Community Research and Development Information Service (CORDIS) is the European Commission's primary source of results from the projects funded by the EU's framework programmes for research and innovation (FP1 to Horizon 2020)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://cordis.europa.eu/> ;
    bioregistry.schema:0000005 "817732"^^xsd:string ;
    bioregistry.schema:0000006 "https://cordis.europa.eu/project/id/$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://cordis.europa.eu/project/id/"^^xsd:string ;
    bioregistry.schema:0000027 <https://cordis.europa.eu/project/id/817732> ;
    bioregistry.schema:0000029 "cordis.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" .

