@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix ns1: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
rdfs:label "assessing - The motivation for when the user intends to assess the target resource in some way, rather than simply make a comment about it. For example to write a review or assessment of a book, assess the quality of a dataset, or provide an assessment of a student's work." .
rdfs:label "bookmarking - The motivation for when the user intends to create a bookmark to the Target or part thereof. For example an Annotation that bookmarks the point in a text where the reader finished reading." .
rdfs:label "classifying - The motivation for when the user intends to classify the Target as something. For example to classify an image as a portrait." .
rdfs:label "commenting - The motivation for when the user intends to comment about the Target. For example to provide a commentary about a particular PDF document." .
rdfs:label "describing - The motivation for when the user intends to describe the Target, as opposed to (for example) a comment about it. For example describing the above PDF's contents, rather than commenting on their accuracy." .
rdfs:label "editing - The motivation for when the user intends to request a change or edit to the Target resource. For example an Annotation that requests a typo to be corrected." .
rdfs:label "highlighting - The motivation for when the user intends to highlight the Target resource or segment of it. For example to draw attention to the selected text that the annotator disagrees with." .
rdfs:label "identifying - The motivation for when the user intends to assign an identity to the Target. For example to associate the IRI that identifies a city with a mention of the city in a web page." .
rdfs:label "linking - The motivation for when the user intends to link to a resource related to the Target." .
rdfs:label "moderating - The motivation for when the user intends to assign some value or quality to the Target. For example annotating an Annotation to moderate it up in a trust network or threaded discussion." .
rdfs:label "questioning - The motivation for when the user intends to ask a question about the Target. For example to ask for assistance with a particular section of text, or question its veracity." .
rdfs:label "replying - The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource. For example providing the assistance requested in the above." .
rdfs:label "tagging - The motivation for when the user intends to associate a tag with the Target." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dc:created "2025-12-03T09:14:40.242Z"^^xsd:dateTime;
dc:creator orcid:0000-0002-1267-0234;
dc:license ;
npx:wasCreatedAt ;
rdfs:label "Label for assessing: 'assessing - The motivation for when the user intends to assess the target resource in some way, r...' (...)";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate ns1:RACmEf3s7YTFFdu6E0Pztp_n12FFOcXSn3LsQMgUre0gA .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
npx:hasSignature "jHqtbEQMyc5XWdd5eGWz97bq6pnhFhkzaztfDOeoz2SNV/75lIVllkwqh/lqmZRgSqUmfDshxbWNnFFIWEQfaG/6C0pxeL6VM1tPhwKbZBTr1ZQel/VfMkW5vd7/AU5yh7BN6GqzeZCrwG6k5lpEXyCIV/Iwxgbxe9QuYVY8/i0=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}