@prefix this: <http://purl.org/np/RA1St3Ux-NgbOaSeSJLh2-CRYUv07HeEGBPwjOoi_gWeE> .
@prefix sub: <http://purl.org/np/RA1St3Ux-NgbOaSeSJLh2-CRYUv07HeEGBPwjOoi_gWeE#> .
@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:ODISSEI a fip:FAIR-Implementation-Community ;
    rdfs:comment "ODISSEI (Open Data Infrastructure for Social Science and Economic Innovations) is the national research infrastructure for the social sciences in the Netherlands. ODISSEI brings together researchers with the necessary data, expertise and resources to conduct ground-breaking research and embrace the computational turn in social enquiry. Through ODISSEI, researchers have access to large-scale, longitudinal data collections as well as innovative and diverse new forms of data. These can be linked to administrative data at Statistics Netherlands (CBS). Combining data from a wide range of sources enables researchers to answer new, exciting, interdisciplinary research questions and to investigate existing questions in novel, new ways." ;
    rdfs:label "Open Data Infrastructure for Social Science and Economic Innovations" ;
    rdfs:seeAlso <https://odissei-data.nl/en/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C17141> , <http://www.fairsharing.org/ontology/subject/SRAO_0000041> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6978-5278 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "pKfo1wvLNtu2hOoU1y6Xq1YyIJuuX0tgU9SDypgFJ6oV06QWohdlUYuSAdv2sd6rxjC1x8CKYd1+O0pj57sMh0Kx4rUTFepY7dLrOd6n3AIJPk6I3tfyqVPaxpVP6+UuV0ij6SnJG/ZKWUTA/NPrOS02bEwbeAuCA5OVg47rnk8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-11-15T14:38:06Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ODISSEI ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4d027992-96cd-4d4a-9122-fdd6437c187d> .
}