Nanopublication

< Home

ID

https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI

Formats

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

Content

@prefix this: <https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI> .
@prefix sub: <https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@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 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:annotation a nt:LocalResource .
  
  sub:exactText a nt:LongLiteralPlaceholder .
  
  sub:motivation a nt:RestrictedChoicePlaceholder;
    nt:possibleValuesFrom <https://w3id.org/np/RACsOf8k6zeAMnUDOjv2IkCKgQmom-2VRNTKKt70kc57k> .
  
  sub:prefixText a nt:LiteralPlaceholder .
  
  sub:specificResource a nt:LocalResource .
  
  sub:st1 rdf:object <https://schema.org/Statement>;
    rdf:predicate rdf:type;
    rdf:subject sub:statement .
  
  sub:st10 rdf:object sub:anchor;
    rdf:predicate <http://www.w3.org/ns/oa#hasSource>;
    rdf:subject sub:specificResource .
  
  sub:st11 a nt:OptionalStatement;
    rdf:object sub:selector;
    rdf:predicate <http://www.w3.org/ns/oa#hasSelector>;
    rdf:subject sub:specificResource .
  
  sub:st12 a nt:OptionalStatement;
    rdf:object <http://www.w3.org/ns/oa#TextQuoteSelector>;
    rdf:predicate rdf:type;
    rdf:subject sub:selector .
  
  sub:st13 a nt:OptionalStatement;
    rdf:object sub:exactText;
    rdf:predicate <http://www.w3.org/ns/oa#exact>;
    rdf:subject sub:selector .
  
  sub:st14 a nt:OptionalStatement;
    rdf:object sub:prefixText;
    rdf:predicate <http://www.w3.org/ns/oa#prefix>;
    rdf:subject sub:selector .
  
  sub:st15 a nt:OptionalStatement;
    rdf:object sub:suffixText;
    rdf:predicate <http://www.w3.org/ns/oa#suffix>;
    rdf:subject sub:selector .
  
  sub:st2 rdf:object sub:statementText;
    rdf:predicate rdf:value;
    rdf:subject sub:statement .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:target;
    rdf:predicate sub:stance;
    rdf:subject sub:statement .
  
  sub:st4 a nt:OptionalStatement;
    rdf:object sub:target;
    rdf:predicate <https://www.w3.org/ns/activitystreams#inReplyTo>;
    rdf:subject sub:statement .
  
  sub:st5 rdf:object <http://www.w3.org/ns/oa#Annotation>;
    rdf:predicate rdf:type;
    rdf:subject sub:annotation .
  
  sub:st6 rdf:object sub:statement;
    rdf:predicate <http://www.w3.org/ns/oa#hasBody>;
    rdf:subject sub:annotation .
  
  sub:st7 rdf:object sub:specificResource;
    rdf:predicate <http://www.w3.org/ns/oa#hasTarget>;
    rdf:subject sub:annotation .
  
  sub:st8 rdf:object sub:motivation;
    rdf:predicate <http://www.w3.org/ns/oa#motivatedBy>;
    rdf:subject sub:annotation .
  
  sub:st9 rdf:object <http://www.w3.org/ns/oa#SpecificResource>;
    rdf:predicate rdf:type;
    rdf:subject sub:specificResource .
  
  sub:stance a nt:RestrictedChoicePlaceholder;
    nt:possibleValuesFrom <https://w3id.org/np/RAZt5kzfoJg2m4dMRdMm2SP6JeUDD_GMzSq9xyRPMgP5k> .
  
  sub:statement a nt:IntroducedResource .
  
  sub:statementText a nt:LongLiteralPlaceholder .
  
  sub:suffixText a nt:LiteralPlaceholder .
  
  sub:target a nt:ExternalUriPlaceholder .
  
  sub:template a nt:AssertionTemplate;
    dct:description "A Web Annotation whose body is a discourse statement taking a typed (CiTO) stance toward, and/or replying to, the annotated target. oa:hasBody references the statement by IRI, so the body is an external web resource. The target is an oa:SpecificResource, optionally narrowed to a passage with an oa:TextQuoteSelector.";
    dct:isVersionOf sub:templateKind;
    rdfs:label "Annotation as a discourse contribution";
    gen:governedBy <https://w3id.org/spaces/knowledgepixels/nanoarguments>;
    nt:hasStatement sub:st1, sub:st10, sub:st11, sub:st12, sub:st13, sub:st14, sub:st15,
      sub:st2, sub:st3, sub:st4, sub:st5, sub:st6, sub:st7, sub:st8, sub:st9;
    nt:hasTag "Discourse" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-0118-9195 .
}

sub:pubinfo {
  orcid:0009-0009-0118-9195 foaf:name "Virginia Balseiro" .
  
  this: dct:created "2026-07-13T07:07:32.752Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-0118-9195;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:template;
    npx:introduces sub:templateKind;
    npx:supersedes <https://w3id.org/np/RA3bSKsjwIh2Qd8wMct7MzB7A4f17yZMZ14Od07ldccCY>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Annotation as a discourse contribution";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAhAAhrQ7o6vVphjp267_JjFBC2CxpER7NEDjLKBkX0WU/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFJNRSo0AhDh7EfwM3nZXQbACb8v6F7tKGOj4Mnc/VuEu0CqzwyomaSvXmfwIKeHmCGCdIrL7tMes3U3K7qJ6c3m5j9U1SDBA+d6UDGvBKSN4X8vvRHzH+PNZyegn3Wu+liXjq+4bnGdTdhPRdRFO9DjSb+rpAfaH21md4qRhCewIDAQAB";
    npx:hasSignature "MByzayg+ncPAbv4fnEVd3Y5OZ+h9XqkROxVECzQRgRtCQieE4moKGv93ATusjTzF98aj7pIIRtjnJz0A0LhFC9JZEkScwAIUqgpYA+RnMoRD3OTAXg16FnBEhh/IiklI10tmnqu6deXkuRhoL3KamqI5hO7aPrm0Pflmz5RVRv4=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-0118-9195 .
  
  <https://w3id.org/spaces/knowledgepixels/nanoarguments> nt:hasLabelFromApi """Nanoarguments - <p>Global, federated graph of scientific claims as LinkedData</p>

<p>Scienti...""" .
}