https://w3id.org/np/RAmnQFxwy344oHXyz4OqkwcCXWxXyb4e_98Sg18A0NO74
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAmnQFxwy344oHXyz4OqkwcCXWxXyb4e_98Sg18A0NO74> .
@prefix sub: <https://w3id.org/np/RAmnQFxwy344oHXyz4OqkwcCXWxXyb4e_98Sg18A0NO74/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@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 {
rdfs:comment rdfs:label "has my comment - connects an identifier (left) to a human-readable comment (right)" .
sub:assertion a nt:AssertionTemplate;
dct:description "Template for declaring engagement with research output as a like, read, or flag with option to leave a comment.";
rdfs:label "Declaring engagement with research output";
nt:hasStatement sub:st1, sub:st2;
nt:hasTag "Meta" .
sub:comment a nt:LongLiteralPlaceholder;
rdfs:label "your comment" .
sub:engage a nt:RestrictedChoicePlaceholder;
rdfs:label "select engagement";
nt:possibleValue <https://www.w3.org/ns/activitystreams#Flag>, <https://www.w3.org/ns/activitystreams#Like>,
<https://www.w3.org/ns/activitystreams#Read> .
sub:st1 a rdf:Statement;
rdf:object sub:thing;
rdf:predicate sub:engage;
rdf:subject nt:CREATOR;
nt:statementOrder "1" .
sub:st2 a nt:OptionalStatement;
rdf:object sub:comment;
rdf:predicate rdfs:comment;
rdf:subject sub:thing .
sub:thing a nt:UriPlaceholder;
rdfs:label "URI of the research output you want to comment on" .
<https://www.w3.org/ns/activitystreams#Flag> rdfs:label "flags" .
<https://www.w3.org/ns/activitystreams#Like> rdfs:label "likes" .
<https://www.w3.org/ns/activitystreams#Read> rdfs:label "has read" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-4930-2662 .
}
sub:pubinfo {
orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" .
this: dct:created "2025-06-06T18:04:07.578Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4930-2662;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
rdfs:label "Template: Declaring engagement with research output";
prov:wasDerivedFrom ns1:RAgXKeS8wLficVpkOIbU2aF5O5Zuy7KZ_3gNUr7D5BS8c;
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
<https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI>, <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>,
<https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
nt:wasCreatedFromTemplate <https://w3id.org/np/RA5reLVXOCPQFWr2UiCJb19ES7NwOpQRmudb17e2iB0c4> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB";
npx:hasSignature "ON+btvZu+HuBpmmgENsxLJL/DGuFk58JoXFimLLSl8qExgFJ0RRlPENtYaG/uAR27I+p8xjI7EShZNcNrJMTI2E0Aus48kEsrYOrx289FHa8A+erGiYlYDAfAXwe8WyaDFcq4aC/xiVjChqOWVtWkTgfO9kDOiaDRq5syGqHONE=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-4930-2662 .
}