@prefix this: <https://w3id.org/np/RAR1efsjpVAr_52VOnFMeLEtfwqoDG523j19LFeIQWw8w> .
@prefix sub: <https://w3id.org/np/RAR1efsjpVAr_52VOnFMeLEtfwqoDG523j19LFeIQWw8w#> .
@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/Data> a fip:Digital-Object-Type ;
    rdfs:comment "Facts, measurements, recordings, records, or observations about the world, collected by researchers, that are yet to be processed/interpreted/analysed. Data may be in any format or medium taking the form of writings, notes, numbers, symbols, text, images, films, video, sound recordings, pictorial reproductions, drawings, designs or other graphical representations, procedural manuals, forms, diagrams, work flow charts, equipment descriptions, data files, data processing algorithms, or statistical records." ;
    rdfs:label "Data" ;
    skos:exactMatch <http://purl.obolibrary.org/obo/T4FS_0000430> ;
    fip:has-description-source <http://purl.obolibrary.org/obo/T4FS_0000430> .
}
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 "WJjfOU7y80C6oyCa2nAAdITZ70PmzlMIbZr2arcX9MnxGeUruSUXVyjVJtJHZ1cU8hxJiAmdbQX0RDAz1okLimyx9U2kzAIIhBZmW1dcu5bv+TWDQKLPPdeEn18YAjLOPPUV/ub20tcGgBjKGoWUOUsESwdMBrPNsD/MX3eY4Jg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-25T16:26:58Z"^^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/Data> ;
    npx:supersedes <https://w3id.org/np/RAn5eiUupfwt86qZJaG_ykg-DBSmWIbmG6Of26oc8F0zA> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ab3aa9bb-28f9-4a11-b286-6db216c9cc6c> .
}