@prefix this: <https://w3id.org/np/RAHeU6AtsrYPso5qluQ6cPJqmMEK7wJo0RuHEBwvMkj9A> .
@prefix sub: <https://w3id.org/np/RAHeU6AtsrYPso5qluQ6cPJqmMEK7wJo0RuHEBwvMkj9A/> .
@prefix schema: <http://schema.org/> .
@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 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://doi.org/10.25504/FAIRsharing.dc702a> schema:url <https://raid.org/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Identifier-service , fip:Metadata-schema , fip:Registry ;
    rdfs:comment "Research Activity Identifier (RAiD) is an identifier mechanism designed for research projects and activities. It is persistent and connects existing PIDs for researchers, institutions, outputs and tools together to create a timeline of research activity which makes connecting digital infrastructure, reporting on impact and establishing data provenance clear and easy. RAiD is one of the Identifier Services owned and offered by the Australia Research Data Commons (ARDC), and can be accessed for machine-to-machine service by API integration, using a RAiD service point designated platform, or by manually minting via the RAiD user Dashboard. " ;
    rdfs:label "Research Activity Identifier | RAiD" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.dc702a> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6514-0173 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.dc702a> .
}
sub:pubinfo {
  this: dct:created "2026-03-25T15:10:37Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.dc702a> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d08293e6-0842-4564-9da2-cb85411c420a> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "j/cgVp+99RfE/R+EtHuivOsHFx43Gp6SCSOaryHdos8kOUjw4bB1G7BEfGgrpbvvva4RLzNUWBumX09o1Os1H9wVFiBX44KwSG7XkdLHfTJzEiKTG0gLhf1u5DPwiJ0KvMTpMX3cueDcJ+AfQaTthDhdTCEmMWsiYS9rwL4860M=" ;
    npx:hasSignatureTarget this: .
}