@prefix dcterms: .
@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource,
fip:FAIR-Enabling-Resource, fip:Registry;
;
rdfs:comment "The OpenAIRE Research Graph is an open resource that aggregates a collection of research data properties (metadata, links) available within the OpenAIRE Open Science infrastructure for funders, organizations, researchers, research communities and publishers to interlink information by using a semantic graph database approach. There are a number of interfaces available for the research graph, including OpenAIRE Explore, a knowledgebase which makes the content of the OpenAIRE Research Graph publicly available.";
rdfs:label "OpenAIRE Research Graph";
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997;
prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "jUldlKcY17CHrNAt3rREHIRTFSUe1LEj03vDnB3pTCWWYmvmMpyBsDQxAQKzbujB7XLV9uEyksaMlPSZbmwDJu9oe7Gf3WPky/E++H2DUdh2CLSZQ7gDQSL1SAiLr0foD8FUTUVozg6nIbDjAQ2Z1HMuex0Hc/HLjYJ+xZIJK3I=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-01-08T18:00:31.979+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}