@prefix this: <http://purl.org/np/RAbhmTYRW75v69qpQvILTBERtDn0gnfFKmcn88uPfaHEE> .
@prefix sub: <http://purl.org/np/RAbhmTYRW75v69qpQvILTBERtDn0gnfFKmcn88uPfaHEE#> .
@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:CMM a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "The CESSDA Metadata Model contains metadata elements, their definitions and information on other requirements, such as repeatability. The Model is built from the viewpoint of quantitative (social science) data and is based on DDI Lifecycle 3.2 metadata standard." ;
    rdfs:label "CESSDA Metadata Model (CMM)" ;
    rdfs:seeAlso <https://doi.org/10.5281/zenodo.4672413> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6383-7148 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "KEY1t5y918NQgfOdbNNcdrV+jgZcjsuy6lOdgbcZ1nYLCh4ujsKGVhWd7iFCMjUdnzUwbvvlRN80fGd8ra4a5g4Aaf9Jl70JBEbfH4WyCNGEYNrHvYPYpjf5XVJaiXjZJIU4ZPSE+f8OIU28C7+eQEqFVGXQQ24VkkbOpcVkY6s=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-03-22T12:40:23Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CMM ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/93f412da-2397-4313-b28f-4cc978c66f1a> .
}