@prefix this: <http://purl.org/np/RAIqEwiWjd3U9d8BTPMr1-CdiK4IQfqj37z8DyQtRHTBc> .
@prefix sub: <http://purl.org/np/RAIqEwiWjd3U9d8BTPMr1-CdiK4IQfqj37z8DyQtRHTBc#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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:DANS-Data-Station-SSH <http://schema.org/url> <https://dans.knaw.nl/nl/data-stations/social-sciences-and-humanities/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "This Data Station enables deposit data and search for data within the social sciences and humanities domains. The metadata of Data Station SSH is also available in the Dutch Data Portal of ODISSEI and in the European Data Catalog of CESSDA ." ;
    rdfs:label "DANS Data Station-Social Science and Humanities(SSH)" ;
    rdfs:seeAlso <https://dans.knaw.nl/nl/data-stations/social-sciences-and-humanities/> ;
    skos:closeMatch <https://dataverse.org/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 ;
    prov:wasDerivedFrom <https://dataverse.org/> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "KMLfCLm8j6z0SXHmnMpnM7NZUH5tt+sbpfDeLXed/H9hMRclU6TIBuGuv/jPSE5kuOWUIakqJZNRY+PcVZJEINuJIZNrUiOh0GO9wgifpPxFMJsMPhYadLqZuLvvEP78KGqgnKJyHxYXZEXXaX7LCh1aW1Bk5hsyDOEnnBXFYAw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-05-15T12:34:25Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DANS-Data-Station-SSH ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/24bbae85-c992-461a-83c8-6b3543b6686c> .
}