Nanopublication

< Home

ID

https://w3id.org/np/RA0TiA-v50EOl6Zt0uOQr_Lolv2rao1gMXjHNl6WmW0Mk

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RA0TiA-v50EOl6Zt0uOQr_Lolv2rao1gMXjHNl6WmW0Mk> .
@prefix sub: <https://w3id.org/np/RA0TiA-v50EOl6Zt0uOQr_Lolv2rao1gMXjHNl6WmW0Mk#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:DDI-XML a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Knowledge-representation-language;
    <http://schema.org/url> <https://docs.colectica.com/questionnaires/publish/ddi-xml/>;
    <http://usefulinc.com/ns/doap#implements> <https://ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/>;
    rdfs:comment "Surveys designed in Colectica Questionnaires are represented in DDI 3.2. DDI is a data documentation standard used by national statistical organizations, long-running longitudinal studies, data archives, and others. Files of DDI 3.2 XML can be generated from the interface of the Colectica Questionnaires.";
    rdfs:label "DDI XML | DDI 3.2 XML Schema";
    rdfs:seeAlso <https://docs.colectica.com/questionnaires/publish/ddi-xml/>;
    skos:closeMatch <https://ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930;
    prov:wasDerivedFrom <https://ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "D85g0h6zmCaR1VxzGDUCCZq8fqGPq2KR9uZArVjKSE5KJGVG7grnqgyvo9+EbV5I1HOv+lzTK5FA0A+ZQK8RsUYbuiR82fvmiTM0UDqGXRhaibbPvqhloPu/Lxu4hgaQXxE5tCpY8/aYlZNdVsOHRwGk3uZnoP4wLN3gyORoP3U=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-07-07T13:02:32Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:DDI-XML;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/35bb8e64-0ca3-4efe-a07a-ff6aacb8de4f> .
}