@prefix this: <http://purl.org/np/RAQY8ViY-Z5XWci4HiTLzK1nNHEXOfSS_jxZM9leAU0GY> .
@prefix sub: <http://purl.org/np/RAQY8ViY-Z5XWci4HiTLzK1nNHEXOfSS_jxZM9leAU0GY#> .
@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:MetaXa <http://schema.org/url> <https://www.wdc-climate.de/metaXA> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Editor , fip:FAIR-Enabling-Resource ;
    rdfs:comment "Via MetaXa, a graphical user interface (GUI), metadata belonging to your data can be entered . Before you can use this application, you need an WDCC account. If you do not have one already, please apply for an account. In MetaXA you can enter metadata for the different hierarchical elements: Projects, Experiments, Dataset groups, and Datasets. Furthermore, you can add (or edit) a Person, add an Additional Info or a Citation/Reference." ;
    rdfs:label "Metadata eXtended Application" ;
    fip:allows-integrated-use-of-semantic-artefacts <http://semanticscience.org/resource/SIO_000270> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-9871-2687 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "EZ60hd9bkD3LwobobVBINsgXa7QRDvW7hulEj4ot0GXxsPrBqTIHMTReb3lDKMKy9XEjRbJt+nNzYEXtQ0s/CLY4rrzlEsh3lK2+vzpfdRWh1tTb0oWjvn/2FpR2ITDw/ovLOkrVHWykmK3hEeghXLOm64iPEcC8j6PpW1G2+uI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-12T16:38:18Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:MetaXa ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a40980dd-c282-4cfc-ae5b-d2aadb9a606a> .
}