Nanopublication

< Home

ID

https://w3id.org/np/RAgS_zhnXxExNyXRn2F-xEOZYj_Ras_BcOWCb34cKMaU0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAgS_zhnXxExNyXRn2F-xEOZYj_Ras_BcOWCb34cKMaU0> .
@prefix sub: <https://w3id.org/np/RAgS_zhnXxExNyXRn2F-xEOZYj_Ras_BcOWCb34cKMaU0/> .
@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 {
  dct:issued rdfs:label "was conferred in - the year in which the award was given" .
  
  dct:type rdfs:label "is of kind - the kind of award this is, as a Wikidata item" .
  
  <http://vivoweb.org/ontology/core#AwardReceipt> rdfs:label "award receipt - the fact of a person receiving a particular award on a particular occasion" .
  
  rdf:type rdfs:label "is a - asserts that the given thing (left) belongs to the given class (right)" .
  
  rdfs:label rdfs:label "is called - connects an identifier to a human-readable name for it" .
  
  <http://www.wikidata.org/entity/P1027> rdfs:label "was conferred by - the event or organization that gave the award" .
  
  <http://www.wikidata.org/entity/P166> rdfs:label "received the award - connects a person to an award they received" .
  
  <http://www.wikidata.org/entity/P1686> rdfs:label "was given for - the paper or other work the award was given for" .
  
  sub:awardKind a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder;
    rdfs:label "the kind of award on Wikidata, if one exists, e.g. Best Paper Award (optional)";
    nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  
  sub:awardName a nt:LiteralPlaceholder;
    rdfs:label "the name of the award, e.g. Best Paper Award" .
  
  sub:conferrer a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder;
    rdfs:label "the event or organization that conferred the award";
    nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  
  sub:receipt a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short name for this award receipt, used as URI suffix, e.g. best-paper-ekaw-2016" .
  
  sub:recipient a nt:AgentPlaceholder;
    rdfs:label "who received the award - add one line per recipient, e.g. all authors of an awarded paper";
    nt:hasDefaultValue nt:CREATOR .
  
  sub:st0 rdf:object <http://vivoweb.org/ontology/core#AwardReceipt>;
    rdf:predicate rdf:type;
    rdf:subject sub:receipt .
  
  sub:st1 rdf:object sub:awardName;
    rdf:predicate rdfs:label;
    rdf:subject sub:receipt .
  
  sub:st2 a nt:RepeatableStatement;
    rdf:object sub:receipt;
    rdf:predicate <http://www.wikidata.org/entity/P166>;
    rdf:subject sub:recipient .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:awardKind;
    rdf:predicate dct:type;
    rdf:subject sub:receipt .
  
  sub:st4 rdf:object sub:conferrer;
    rdf:predicate <http://www.wikidata.org/entity/P1027>;
    rdf:subject sub:receipt .
  
  sub:st5 a nt:OptionalStatement;
    rdf:object sub:work;
    rdf:predicate <http://www.wikidata.org/entity/P1686>;
    rdf:subject sub:receipt .
  
  sub:st6 rdf:object sub:year;
    rdf:predicate dct:issued;
    rdf:subject sub:receipt .
  
  sub:template a nt:AssertionTemplate;
    dct:description "Records that somebody received an award, such as a best paper award at a conference or a prize from an institution. The award receipt is modelled as a first-class thing (a VIVO award receipt), so that the year, the conferring event or organization, and the work the award was given for can all be attached to it. Link the award to a Wikidata item where one exists, so that the same kind of award is recognizable across people and venues; leave that field empty for awards that have no Wikidata entry. An award can have several recipients: a best paper award is received jointly by all authors of the paper, so the recipient statement can be repeated, all pointing at the same award receipt.";
    rdfs:label "Declaring an award received";
    nt:hasNanopubLabelPattern "${awardName} received by ${recipient}";
    nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6;
    nt:hasTag "CV" .
  
  sub:work a nt:ExternalUriPlaceholder;
    rdfs:label "the paper or other work the award was given for, as a DOI or other URL (optional)" .
  
  sub:year a nt:LiteralPlaceholder;
    rdfs:label "the year the award was conferred, e.g. 2016";
    nt:hasDatatype xsd:gYear;
    nt:hasRegex "[0-9]{4}" .
}

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-24T12:04:38+00:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:template;
    npx:supersedes <https://w3id.org/np/RAXndgKwpdKM-WLCg4JWt3FdFJ7kOMWLP1Xj71McOB80E>;
    rdfs:label "Declaring an award received";
    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: awardKind, conferrer.";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAKc76yHLDbloE6ObluzYQsfX37v6qrZXbYeIKpe8-YUo>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA9cOdAwjxTF6qNNFkXTl_EgOan0LDPmu0fWnIgmZu-7E/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "r2Ct7eAyBjwDm2yYiQ8z91I/g+WjTz3NVJXzlH6PaUdoMA9dw2qJJq/T34dMKjXT3/ocR4qew1P9TW0k64CQmd/Cdymmtr+neh6NvBf3k7Gu9/EyTH688VH7fNpDf8SvnFhkortOMAijC0FtmhyX94xTaHBT3qsR9ne10wLhEvI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}