@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:DANUBIUS a fip:FAIR-Implementation-Community;
rdfs:comment "DANUBIUS-RI’s Mission is to facilitate and contribute excellent science on the continuum from river source to sea; to offer state-of-the art research infrastructure; and to provide the integrated knowledge required to sustainably manage and protect River-Sea Systems.";
rdfs:label "DANUBIUS";
rdfs:seeAlso ;
fip:has-research-domain , ,
.
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0001-5710-0684 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "pcyH3rsyPr25ZbpdQOM50tafMYtdbyblakbx08cXL8Zx4Gae90IPs01UgvMA7upB1ZL8ie5ebdVRtsLzkPs6csPZWDTI9oPjNhrtVxuBWmFwURykf1dKILsCqEF7WHk9eye2+Wp2wwtYYqNcFhoTz6snB/YwN8ZCUSfZJjMNtlE=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-15T12:15:09Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:DANUBIUS;
prov:wasDerivedFrom .
}