@prefix this: <http://purl.org/np/RAykrMeYjXsZsZx-pX4kOVdxxUbm7Ohz4fCk89dsHL_2o> .
@prefix sub: <http://purl.org/np/RAykrMeYjXsZsZx-pX4kOVdxxUbm7Ohz4fCk89dsHL_2o#> .
@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:ESS a fip:FAIR-Implementation-Community ;
    rdfs:comment "The European Social Survey (ESS) was established in 2001 to study the attitudes, beliefs and behaviours of the populations of European countries. In 2013, it was established as a European Research Infrastructure Consortium under EU legislation, and is one of the three ERICs in the social sciences. " ;
    rdfs:label "The European Social Survey" ;
    rdfs:seeAlso <https://www.europeansocialsurvey.org/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C17141> .
}
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 "OJ7somWeT6pgKi8QVn/vS/VlpjjOqcSfxPdwNat1mmLjpmLXgqPtkCGsTrJA74Z23bOP+ccNjTahPJkaKGOVA9veYZGVXVNv0c+vY6NQuXNHL3gdhDYC+iURgb1R/xq7xl63ilRZ+U7rj7XndpJfhos2l/CmKnw1ySSHDFbepc4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-06-07T14:59:08Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ESS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c1be0064-51f9-49bf-b07e-8afa84b9bd2b> .
}