@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:DDI-L_3.2 a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
fip:Metadata-schema, fip:Provenance-model;
rdfs:comment "DDI-Lifecycle is designed to document and manage data across the entire life cycle, from conceptualization to data publication, analysis and beyond. It encompasses all of the DDI-Codebook specification and extends it. Based on XML Schemas, DDI-Lifecycle is modular and extensible. This version also supports improvements in Classification management (based on GSIM / Neuchatel), non-survey data collection (Measurements), sampling, weighting, questionnaire Design and support for DDI as a Property Graph.";
rdfs:label "DDI Lifecycle 3.2 Metadata Schema";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-0156-3556 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "mNyC2YAuEVVpY1AMu4t0FT7dohNLoEOfl7oPhJIP713wFiKkp3CblkEVtZI6j6+4uWu2Vy3DaRT4bJRVwDHkgtB+EOG2WoeVSdIgB7FElY5L0Z6AToO9AaTzmdqv1fO0ylTf9xiVz4jq1rttD4LnTxmg7wiMFk2DGkS5DADGYAw=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-11-14T14:46:00Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:DDI-L_3.2;
prov:wasDerivedFrom .
}