Nanopublication

< Home

ID

https://w3id.org/np/RAEqWBXumKFIOnFHuvIMmc-NCL9_SpuGbjcCKGEetu_nk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAEqWBXumKFIOnFHuvIMmc-NCL9_SpuGbjcCKGEetu_nk> .
@prefix sub: <https://w3id.org/np/RAEqWBXumKFIOnFHuvIMmc-NCL9_SpuGbjcCKGEetu_nk/> .
@prefix ff: <https://w3id.org/fair/ff/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  ff:has-article rdfs:label "has article" .
  
  ff:has-dataset rdfs:label "has dataset" .
  
  ff:has-dmp rdfs:label "has DMP" .
  
  ff:has-method rdfs:label "has method" .
  
  ff:has-preregistration rdfs:label "has pre-registration" .
  
  ff:has-software rdfs:label "has software" .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "Declares that a given project produced or reused a specific FAIR output, using the FAIR-findings (ff) vocabulary. Pick the kind of output (article, dataset, software, method, data management plan, or pre-registration), then give its DOI/URL and, optionally, a title.";
    rdfs:label "Linking a FAIR output to a project";
    nt:hasNanopubLabelPattern "${project} ${relation} ${output}";
    nt:hasStatement sub:st1, sub:st2;
    nt:hasTag "FAIR Findings", "Spaces" .
  
  sub:output a nt:ExternalUriPlaceholder;
    rdfs:label "the output (paste a DOI, URL, or other identifier)" .
  
  sub:outputLabel a nt:LiteralPlaceholder;
    rdfs:label "title of the output (optional)" .
  
  sub:project a nt:GuidedChoicePlaceholder;
    rdfs:label "choose the project";
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Project" .
  
  sub:relation a nt:RestrictedChoicePlaceholder;
    rdfs:label "kind of output";
    nt:possibleValue ff:has-article, ff:has-dataset, ff:has-dmp, ff:has-method, ff:has-preregistration,
      ff:has-software .
  
  sub:st1 rdf:object sub:output;
    rdf:predicate sub:relation;
    rdf:subject sub:project .
  
  sub:st2 a nt:OptionalStatement;
    rdf:object sub:outputLabel;
    rdf:predicate rdfs:label;
    rdf:subject sub:output .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-07-03T10:07:09Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Linking a FAIR output to a project";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA1XuAdO6LOtlPJgWiytJHFuK4BFHjQK5x7d9FVymzFnc> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "XzdnfKnRPUStHK8kHBCpHoy4kfBW7JT7XnJMfFnNSMjVMNff75uCpkgq7lFD1Mah1/LSlXVvj3rrum6Sau1TLKPFqB6UOfUEbXaPz6IewZWgy5XawLEolL9b36FhPoQ+TU7aXlSysSiERTTjcWhBxhjH4lLJIrI0rwasUV/YPQM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}