Nanopublication

< Home

ID

https://w3id.org/np/RAFdv8ieQIdnDR0IGAT9_cuNAS-9Nuil8l62gxZgOzXxg

Formats

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

Content

@prefix cito: <http://purl.org/spar/cito/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix ntemplate: <https://w3id.org/np/o/ntemplate/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .
@prefix sub1: <https://w3id.org/np/RAFdv8ieQIdnDR0IGAT9_cuNAS-9Nuil8l62gxZgOzXxg/> .
@prefix this1: <https://w3id.org/np/RAFdv8ieQIdnDR0IGAT9_cuNAS-9Nuil8l62gxZgOzXxg> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub1:Head {
  this1: a np:Nanopublication;
    np:hasAssertion sub1:assertion;
    np:hasProvenance sub1:provenance;
    np:hasPublicationInfo sub1:pubinfo .
}

sub1:assertion {
  sub1:annotation a oa:Annotation;
    oa:hasBody sub1:statement;
    oa:hasTarget sub1:specificResource;
    oa:motivatedBy oa:assessing .
  
  sub1:selector a oa:TextQuoteSelector;
    oa:exact "diagonal cutting is unambiguously superior";
    oa:prefix "we conclude that ";
    oa:suffix " across all breads" .
  
  sub1:specificResource a oa:SpecificResource;
    oa:hasSelector sub1:selector;
    oa:hasSource <https://example.org/sandwich-report> .
  
  sub1:statement a schema:Statement;
    cito:disputes <https://w3id.org/np/RAWI8Rl0mivv0D2Jes9kuIQG6UofEPmORWmriZ1OGBZAk/claim>;
    rdf:value "This overstates what the lunch data supports." .
}

sub1:provenance {
  sub1:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub1:pubinfo {
  this1: a npx:ExampleNanopub;
    dcterms:created "2026-08-17T09:11:47Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType cito:disputes;
    npx:introduces sub1:statement;
    npx:supersedes <https://w3id.org/np/RAZkgQTh0-XX06GAAzDzr-cQwWNOOAu4ew9Cth9poCnYI>;
    ntemplate:wasCreatedFromTemplate <https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI> .
  
  sub1:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw3QafWPHCDnuVY+aTaavfIP9Q6GWzlYL0kTzq7+t11EKQoG6IDcxt1naJ2aftVjMmEn+n1kruckVXGXaBZANNPUJj/Vk1RGF9UqdEb+HI2F8NKxE3/lnwFWDCI4mPOI0AL5MyTOsbkzARbLeW4eMYALYuYHyjkB41OjFqho3uHEUFlVuOgq/SKaTN2iW53hT47DxVs3hSCD5Y3ZPpZzwwSASy/lkAbqdmcOftansqwp6PTlbvyzHp9z6VLWxCNWajndrAMuvFo4a6XegKPTQy5yAd/Q61x9l1hlzuD/iCem/oF/+xFVVD7KH7ZbrSj9b/MVr7emN0w3GGMMiYIeKjQIDAQAB";
    npx:hasSignature "sFpGhC8yGNzibmRUqP9WnUggZlaAyEc15lRdH0h8cqftD2/c3h06gjYYRUHPJOlGXkF/wT+ImMWA5ukW4AN1GtUJQqJzde+aNgi82bMxeYroF2YCAaHFHiqh+BQZPwowC1WdCbvsyYp9mSLf3c2zT86gjgbxz24uHQoFVxOLJmvI7l1FqDZ/3yVb4yx7mbV2qVkMLk9ArY4U/r06HAXqjap5UZwTdH5sLreRhtg9tzjXwdkwIED8ti2a2RJwOA7CQ+hto04YTobJf79pb4J0J2p4/1vagDpS9IRLei6Ihge2eMldVWUNoYU/d8ikmbj0JN23unTDtisjykGIosGEvw==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}