https://w3id.org/np/RA605S97QgvDkcvIzw9bkkBkoKc4HZt8Iib09lsKKNLgY
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA605S97QgvDkcvIzw9bkkBkoKc4HZt8Iib09lsKKNLgY> .
@prefix sub: <https://w3id.org/np/RA605S97QgvDkcvIzw9bkkBkoKc4HZt8Iib09lsKKNLgY/> .
@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 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 prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
dct:description "Declares that a given project reused an existing dataset or database as input (data that already existed and was reanalyzed or built upon), optionally recording the dataset's title, its custodian/publisher, and the One Health domain(s) it covers.";
rdfs:label "Linking a reused existing dataset to a project";
nt:hasNanopubLabelPattern "${project} reuses ${dataset}";
nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4, sub:st5;
nt:hasTag "FAIR Findings", "Spaces";
nt:hasTargetNanopubType <https://w3id.org/fair/ff/terms/reuses> .
sub:dataset a nt:ExternalUriPlaceholder;
rdfs:label "the reused dataset (paste a DOI, URL, or other identifier)" .
sub:datasetLabel a nt:LiteralPlaceholder;
rdfs:label "title of the reused dataset" .
sub:domain a nt:RestrictedChoicePlaceholder;
rdfs:label "One Health domain the dataset covers (optional, repeatable)";
nt:possibleValue <https://w3id.org/spaces/zonmw/r/onehealth/Animal>, <https://w3id.org/spaces/zonmw/r/onehealth/Environment>,
<https://w3id.org/spaces/zonmw/r/onehealth/Human> .
sub:project a nt:ExternalUriPlaceholder, 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:publisher a nt:LiteralPlaceholder;
rdfs:label "custodian / publisher of the dataset (optional)" .
sub:st1 rdf:object sub:dataset;
rdf:predicate <https://w3id.org/fair/ff/terms/reuses>;
rdf:subject sub:project .
sub:st2 rdf:object <https://w3id.org/fair/ff/terms/Dataset>;
rdf:predicate rdf:type;
rdf:subject sub:dataset .
sub:st3 a nt:OptionalStatement;
rdf:object sub:datasetLabel;
rdf:predicate rdfs:label;
rdf:subject sub:dataset .
sub:st4 a nt:OptionalStatement;
rdf:object sub:publisher;
rdf:predicate dct:publisher;
rdf:subject sub:dataset .
sub:st5 a nt:OptionalStatement, nt:RepeatableStatement;
rdf:object sub:domain;
rdf:predicate <https://w3id.org/spaces/zonmw/r/onehealth/domain>;
rdf:subject sub:dataset .
<https://w3id.org/spaces/zonmw/r/onehealth/Animal> rdfs:label "Animal" .
<https://w3id.org/spaces/zonmw/r/onehealth/Environment> rdfs:label "Environment" .
<https://w3id.org/spaces/zonmw/r/onehealth/Human> rdfs:label "Human" .
}
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-09-24T09:38:44+00:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:supersedes <https://w3id.org/np/RAG5csP7YFDy9Ddai27pI5njfE-qY53jgOwagVQkcYS0w>;
rdfs:label "Linking a reused existing dataset to a project";
skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: project.";
nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
<https://w3id.org/np/RAKc76yHLDbloE6ObluzYQsfX37v6qrZXbYeIKpe8-YUo>, <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 "mRT6BcHZnL0HzgtrzUFz11qJBJJK0zlQHu+BStMlZ7h2tRhfJ7euaekRmYWTVjYydUkrn/yJexaMdap0e4vkqCBgEgCLoNqjpXF73K8ZvxaC4d4q8a9zocHsnTTzZZGJFpRsPnIeTzFq1Qz8tyu1s95e47SpHChxVs5Gn+BeeZs=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}