@prefix this: <https://w3id.org/np/RAgefGHM8tgWdvvy4_16v3q5X9gQsdJXA2dfVNTqwUKA8> .
@prefix sub: <https://w3id.org/np/RAgefGHM8tgWdvvy4_16v3q5X9gQsdJXA2dfVNTqwUKA8/> .
@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 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 {
  sub:nanodash schema:url <https://nanodash.knowledgepixels.com/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Editor , fip:FAIR-Supporting-Resource , fip:Generalist-Registry , fip:Registry ;
    rdfs:comment "nanodash is a client to publish and browse nanopublications." ;
    rdfs:label "nanodash" ;
    skos:relatedMatch <http://purl.org/np/RAM5X4IhIjmKlf7cQwoHrtI2txgpRWm3dqnWR00sd5iBk> , <https://nanodash.petapico.org/> ;
    fip:allows-integrated-use-of-semantic-artefacts <http://semanticscience.org/resource/SIO_000269> ;
    fip:has-AAS <https://w3id.org/np/RAncf2hj1w4rywAclhA_R0vx54K-OJNGdUjyeycfWF6i0#ORCID-AAI> ;
    fip:targets <https://w3id.org/gff/rao/terms/Article> , <https://w3id.org/gff/rao/terms/Crosswalk> , <https://w3id.org/gff/rao/terms/Data> , <https://w3id.org/gff/rao/terms/Metadata> ;
    fip:uses-identifier-service <https://w3id.org/np/RAlJWrHr5IoakeWZPArI8o_cm8e-ICnxQbGAIFkPuaQ5I#W3ID_Identifiers> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 ;
    prov:wasDerivedFrom <http://purl.org/np/RAM5X4IhIjmKlf7cQwoHrtI2txgpRWm3dqnWR00sd5iBk> , <https://nanodash.petapico.org/> .
}
sub:pubinfo {
  this: dct:created "2025-09-30T18:18:55Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:nanodash ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1f8a3838-1510-480f-87b9-5d306ae0e874> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "IEh5RV9liNrYL/4dXJ6zpwc1m95/DdKupDRMPP6BPOwRoXaxKpKN/quuFE9t/dLF4M4PzSpwXMDMjWibrafP5zmgG5I38VE90h6eszJtca+tl6Icq6mr9Xnp52hijUMaR4S3bZr6vFrGISNT3Gzjv+D/3emKLO8jyxm8apENXcg=" ;
    npx:hasSignatureTarget this: .
}