@prefix this: <http://purl.org/np/RAb-g_eYZrXkcF9wtIJn0hfAuXZC4wJ7hRVp9ZHOj7Or8> .
@prefix sub: <http://purl.org/np/RAb-g_eYZrXkcF9wtIJn0hfAuXZC4wJ7hRVp9ZHOj7Or8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
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 <https://www.qualiservice.org/en/data-services/using-data.html> , <https://www.qualiservice.org/files/contao-theme/public/documents/downloads/Vereinbarung_Datennutzung_01_20202_barrierefrei.pdf> .
}
sub:provenance {
  sub:assertion dct: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: dct:created "2022-11-14T14:40:10Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:QS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/135a7504-a8e3-42b2-985a-33b5b78346f1> .
}