Nanopublication

< Home

ID

https://w3id.org/np/RAxO8MLavK9-luKTOOaylSBCcYENGB-6CaKnLp271Y_bw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAxO8MLavK9-luKTOOaylSBCcYENGB-6CaKnLp271Y_bw> .
@prefix sub: <https://w3id.org/np/RAxO8MLavK9-luKTOOaylSBCcYENGB-6CaKnLp271Y_bw/> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:Dataverse_Metadata_Crosswalk a fip:Available-FAIR-Supporting-Resource, fip:Crosswalk,
      fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource;
    obo:RO_0002233 <https://docs.google.com/spreadsheets/d/1VAhZ83hKURX_4T-bOkn7XCb9h62Gr2gcJI1fWe4Rl4c/>;
    obo:RO_0002234 <https://docs.google.com/spreadsheets/d/1VAhZ83hKURX_4T-bOkn7XCb9h62Gr2gcJI1fWe4Rl4c/>;
    rdfs:comment """Dataverse software provides an export to various metadata formats and performs the mapping between the Dataverse fields and these exports. An overview of the Datavers Crosswalk can be found at: https://docs.google.com/spreadsheets/d/1VAhZ83hKURX_4T-bOkn7XCb9h62Gr2gcJI1fWe4Rl4c/
  https://guides.dataverse.org/en/latest/admin/metadataexport.html""";
    rdfs:label "Dataverse Metadata Crosswalk";
    fip:has-description-source <https://docs.google.com/spreadsheets/d/1VAhZ83hKURX_4T-bOkn7XCb9h62Gr2gcJI1fWe4Rl4c/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6899-760X .
}

sub:pubinfo {
  this: dct:created "2026-05-07T00:50:55Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Dataverse_Metadata_Crosswalk;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/6d1fce27-6e08-4e9c-aec1-14a01375d9b3> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "k8wPVglW4jknTJmjbwqAgTo9r59PxSwxpppPk3l9s1fr0JqoNszRjmMUnEdmvfWER/GYnvPoSK1LeoPuS1W9CaXJf3NTeHEQ+nb0jatB5RkxfVPVJCjMe+kWIF03sMDGZZrJ7uiCzvNnl8sfF88lbYIHtJPVuZFfFx0zlK3IsWY=";
    npx:hasSignatureTarget this: .
}