@prefix this: <http://purl.org/np/RAbX1P-3IYukp9P1L1mqspwiZjN-mM0_IAiP662KJFhjo> .
@prefix sub: <http://purl.org/np/RAbX1P-3IYukp9P1L1mqspwiZjN-mM0_IAiP662KJFhjo#> .
@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:DARA <http://schema.org/url> <https://www.da-ra.de/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-data-linking-schema ;
    rdfs:comment "da|ra is a DOI registration agency for social and economic data by the GESIS (Leibniz Institute for the Social Sciences) and ZBW (Leibniz Information Centre for Economics)." ;
    rdfs:label "DA|RA DOI registration agency for social and economic data." .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MerycxJvaCCpV1+X0gDOka75F9VW3qiytpmBuKM3XlkqD37DgAEUhwA9BIgnZWPxdonPJXoSE0gT8m3eFqTniSJr8AC47TzYW6TlvP3Vfq5nIJzDNZYsTmLpJKrtxpnQm2CvjPav8ULiIgmneY3Hx4yi8c3ERmFSieFy5OIE36M=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-05-19T11:45:14Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DARA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/97de2eeb-0c4b-413a-b0e5-e911b9b0c043> .
}