@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:QS a fip:Available-FAIR-Enabling-Resource, fip:Data-usage-license, fip:FAIR-Enabling-Resource;
rdfs:comment "By signing the usage agreement (Nutzungsvereinbarung), you agree to use the data in accordance with the Qualiservice terms of use (for research or teaching purposes)";
rdfs:label "Qualiservice License";
rdfs:seeAlso , .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-0156-3556 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "HIlldbcbnBqzeHz8MVt9BDXm5SCUqJ7Vpj+7WqlOAL1w3pFqJk3WIdYxfuYIvOJZULyMRj5GyYB6tv3brOK0OLmmWpFUctrnFu/FBfmhyQZG+5MUq5Z9QFD/ugIDr2oY28Ae+UWhhXWf2kRW9XcquQ24aJ8ugdRO0weIB64AcD8=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-11-14T14:40:10Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:QS;
prov:wasDerivedFrom .
}