Nanopublication

< Home

ID

https://w3id.org/np/RATJEU-Tv3ETlp8K-wVWUsaaUs9nBj-A4yEYGzf1EqwGE

Formats

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

Content

@prefix this: <https://w3id.org/np/RATJEU-Tv3ETlp8K-wVWUsaaUs9nBj-A4yEYGzf1EqwGE> .
@prefix sub: <https://w3id.org/np/RATJEU-Tv3ETlp8K-wVWUsaaUs9nBj-A4yEYGzf1EqwGE/> .
@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-CS6-US3 a freq:User-Story;
    rdfs:label "F2A-CS6-US3";
    freq:as-a "researcher";
    freq:has-solution-path <https://w3id.org/fff/terms/fairification>;
    freq:i-want-to "have a dashboard for public scientific knowledge output, using my paper machine-processable output";
    freq:so-that "I can synthesize different cities outputs" .
}

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

sub:pubinfo {
  this: dct:created "2026-04-19T20:22:38Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:F2A-CS6-US3;
    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 "hJXckhXt9sueXewDB69amOnYguGLqzDiyQz9LxP3bFMDaDsAgA7pUNGI4nyFYLbP2gL+26Iz3KNmb19TXblHK8SBs54TobrAsTVZcu1F29xdYz5hepyrmH6PrwDM+vCZT3GqzP5wp4j2uNzfBpAbeghLQoj53anyzMu5hknFSQE=";
    npx:hasSignatureTarget this: .
}