Nanopublication

< Home

ID

https://w3id.org/np/RAfUf005Wjwy1qRVp6unCGeOZ4mPqWzbd8cNC3gt68QkA

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAfUf005Wjwy1qRVp6unCGeOZ4mPqWzbd8cNC3gt68QkA> .
@prefix sub: <https://w3id.org/np/RAfUf005Wjwy1qRVp6unCGeOZ4mPqWzbd8cNC3gt68QkA/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix freq: <https://w3id.org/fff/req/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:F2A-CS3-US5 a freq:User-Story;
    rdfs:label "F2A-CS3-US5 | ";
    freq:as-a "stakeholder/researcher";
    freq:has-solution-path <https://w3id.org/fff/terms/fairification>;
    freq:i-want-to "Dashboard for public scientific knowledge output, using my paper machine-processable output";
    freq:so-that "to syntesis different cities outputs" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0007-7713-900X .
}

sub:pubinfo {
  this: dct:created "2026-04-16T15:12:32Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:F2A-CS3-US5;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/fa59c841-2ba3-41c7-ae85-36029a86efec> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "cPxFZy/hokn5mp4+Mhihq5eB6vqSvXk5VV2PTvj/jVLt/GC7oStwOg99mb2j8d10ECeWzT/tUxV3LvpVb2tDV6wb8GNXFYw61tiYBE29y6Xo/tCqA3jVTc9E9BnJ2Sw0Ft1VlawR1hqHjptSa16nehIy7cTzqFS6Ae+9pImeEP4=";
    npx:hasSignatureTarget this: .
}