Nanopublication

< Home

ID

http://purl.org/np/RAS14Aks7x2b1Z2yFUXa4Av5FAv4SngQ0TY6cZn_ftHzg

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAS14Aks7x2b1Z2yFUXa4Av5FAv4SngQ0TY6cZn_ftHzg> .
@prefix sub: <http://purl.org/np/RAS14Aks7x2b1Z2yFUXa4Av5FAv4SngQ0TY6cZn_ftHzg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:DDI-CDI a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Provenance-model,
      fip:Semantic-model;
    rdfs:comment "DDI-CDI is a model-driven, domain- and technology-neutral metadata specification designed to facilitate the combination of data from diverse sources and across disciplines.";
    rdfs:label "DDI CDI | Cross-Domain Integration";
    rdfs:seeAlso <https://ddialliance.org/Specification/ddi-cdi> .
}

sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-1261-9930 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "kuE67xsdLqkv7qxkpQZCbs1tRPrjjqWcwmFPtkXOWO+VZxX0B2e52k+YBcJwsaS9vmoptp4Hljuh6WOlSz82OWNHUBdzH5oZ240BaxxFKNpnSSbRUPrUNF5k21qBvyzLJDvDl7JFDcyIcUM58M1ZhxFLKG8LkxuHwaQIndPfczA=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2023-06-16T14:56:17Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:DDI-CDI;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/64d2b1ce-a952-43fc-a5cf-3f6ac2ca5a04> .
}