@prefix this: <https://w3id.org/np/RAyIScIAxHtXq4b07McljFSeHxkMNyC7cSKj29zuoSsOs> .
@prefix sub: <https://w3id.org/np/RAyIScIAxHtXq4b07McljFSeHxkMNyC7cSKj29zuoSsOs#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://w3id.org/gff/rao/terms/Metadata> a fip:Digital-Object-Type ;
    rdfs:comment "Data about data. It is data (or information) that defines and describes the characteristics of other data. It is used to improve the understanding and use of the data." ;
    rdfs:label "Metadata" ;
    skos:exactMatch <http://purl.obolibrary.org/obo/T4FS_0000527> ;
    fip:has-description-source <http://purl.obolibrary.org/obo/T4FS_0000527> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Xo1UDrbdQFXoK6yy8O+H1VCoXKppfGADuqAQbSERj+hrmXr9O3s6Cb5fBsWlRGf9EyVQzuzJjXujPAHdFI67MHCEIjFPDTqRVc+RYQRCTvYe+zm47kLgy6i6YdsI+EmOKe8bJJKdsdzjOULS70Q6dQ3+apW0+t8+AZjxEk00sVk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-26T19:54:51Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/Metadata> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f1dffb31-a7a6-4b80-bf03-0af6e9334f3d> .
}