Nanopublication

< Home

ID

https://w3id.org/np/RA3tyI6DQk56rZfc4T32Ncr2NmWw-Ft7Au6DjKtfURwEU

Formats

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

Content

@prefix this: <https://w3id.org/np/RA3tyI6DQk56rZfc4T32Ncr2NmWw-Ft7Au6DjKtfURwEU> .
@prefix sub: <https://w3id.org/np/RA3tyI6DQk56rZfc4T32Ncr2NmWw-Ft7Au6DjKtfURwEU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  sub:GEODD a <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource-to-be-Developed>,
      <https://w3id.org/fair/fip/terms/FAIR-Specification>, <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>,
      <https://w3id.org/fair/fip/terms/Metadata-schema>;
    <http://schema.org/url> <https://www.ncbi.nlm.nih.gov/geo/info/datasets.html#recordtable>;
    rdfs:comment "Metadata schema. GEO is a public repository that archives genomics data submitted by the research community.";
    rdfs:label "GEODD | GEO DataSet descriptors";
    rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/geo/info/datasets.html#recordtable> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-5727-4999 .
}

sub:pubinfo {
  orcid:0000-0002-5727-4999 foaf:name "Nikiforos Alygizakis" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUA0DtZ2bq+q+KjN16T/BvhYOOD1doF543X0BuLHzjrBmMcP5SO/9TxLal5nI7WHzmiicJQk1lZz01CoDaqgwuAbHCOSE4Z/HGbXsptrqX+EqzeReWMuWsZbebm9TzSQGaa895OC+vkeZRdKxmrcpowGKM6RxtxpXsxr4uWU1LvwIDAQAB";
    npx:hasSignature "ABF43q/rrAkbOCFxW7u03Rw2PpWaEasqPhi9RD6JKOJKle5AvGERvrj9/99vJXbhrNRnBCZfIx0b+n0mfMetzdttCUiEcQ1V2NG/qJUcqYZXykTbtDgQLjOA1mT9PtHqB93kPRXB4eV6TilOLpp0+qScRbFf5grO9/ZrNS/5dyc=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-5727-4999 .
  
  this: dct:created "2024-04-24T10:34:55.872Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-5727-4999;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/connect/FAIR-Specification>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>;
    npx:introduces sub:GEODD;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Provenance-model: GEODD | GEO DataSet descriptors";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA3lWcJNLlx_CuKxXV6iPCwFZmzQZN38Om9yPhTCZsRyE> .
}