@prefix this: <https://w3id.org/np/RApMkE47c6zVUnlom5CLwy2SipyAID_8qOvc1yyB4hRO0> .
@prefix sub: <https://w3id.org/np/RApMkE47c6zVUnlom5CLwy2SipyAID_8qOvc1yyB4hRO0/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:GEODD <http://schema.org/url> <https://www.ncbi.nlm.nih.gov/geo/info/examples/seq_template.xlsx> ;
    a <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Specification> , <https://w3id.org/fair/fip/terms/Metadata-schema> ;
    rdfs:comment "Metadata schema for 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" .
  this: dct:created "2025-05-24T18:26:09.280Z"^^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/connect/FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    npx:introduces sub:GEODD ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    prov:wasDerivedFrom <https://w3id.org/np/RA6ueuu2Ls0RX9COdL-GiZh3By_rpu9bJViv5syQh28A0> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A , <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RACiqCwN2m_te_oFD0WQ5e-94-nlH9LWLQTD3oj3Z9s3E> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUA0DtZ2bq+q+KjN16T/BvhYOOD1doF543X0BuLHzjrBmMcP5SO/9TxLal5nI7WHzmiicJQk1lZz01CoDaqgwuAbHCOSE4Z/HGbXsptrqX+EqzeReWMuWsZbebm9TzSQGaa895OC+vkeZRdKxmrcpowGKM6RxtxpXsxr4uWU1LvwIDAQAB" ;
    npx:hasSignature "fwajh0E54QRWCjzqBIK3OJwWEtEQn+tthlw8dD1hKFKs9BSRc7CSqhj0rbzrripoMblAf4X23usE33tI9M9zHMYrU11RMQsLkdUZyMZK0GXXwSVdB+S0Tc3NOmJxE+Tb1aKEU0EjyAUU4nWPhV1CoOeqWi1M07B7QM192N1zF6A=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-5727-4999 .
}