Nanopublication

< Home

ID

https://w3id.org/np/RAKJt4IVX9Eoq5HjxjDs4XcwSp9EYrNDJzhKJ-sRdA6zg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAKJt4IVX9Eoq5HjxjDs4XcwSp9EYrNDJzhKJ-sRdA6zg> .
@prefix sub: <https://w3id.org/np/RAKJt4IVX9Eoq5HjxjDs4XcwSp9EYrNDJzhKJ-sRdA6zg/> .
@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 {
  rdf:type rdfs:label "is a" .
  
  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:st01 rdf:object <https://schema.org/Statement>;
    rdf:predicate rdf:type;
    rdf:subject sub:statement .
  
  sub:st02 rdf:object sub:statementText;
    rdf:predicate rdf:value;
    rdf:subject sub:statement .
  
  sub:st03 a nt:OptionalStatement;
    rdf:object sub:target;
    rdf:predicate sub:stance;
    rdf:subject sub:statement .
  
  sub:st04 a nt:OptionalStatement;
    rdf:object sub:target;
    rdf:predicate <https://www.w3.org/ns/activitystreams#inReplyTo>;
    rdf:subject sub:statement .
  
  sub:st05 rdf:object <http://www.w3.org/ns/oa#Annotation>;
    rdf:predicate rdf:type;
    rdf:subject sub:annotation .
  
  sub:st06 rdf:object sub:statement;
    rdf:predicate <http://www.w3.org/ns/oa#hasBody>;
    rdf:subject sub:annotation .
  
  sub:st07 rdf:object sub:specificResource;
    rdf:predicate <http://www.w3.org/ns/oa#hasTarget>;
    rdf:subject sub:annotation .
  
  sub:st08 rdf:object sub:motivation;
    rdf:predicate <http://www.w3.org/ns/oa#motivatedBy>;
    rdf:subject sub:annotation .
  
  sub:st09 rdf:object <http://www.w3.org/ns/oa#SpecificResource>;
    rdf:predicate rdf:type;
    rdf:subject sub:specificResource .
  
  sub:st10 rdf:object sub:anchor;
    rdf:predicate <http://www.w3.org/ns/oa#hasSource>;
    rdf:subject sub:specificResource .
  
  sub:st11 a nt:GroupedStatement, nt:OptionalStatement;
    nt:hasStatement sub:st11a, sub:st11b, sub:st11c, sub:st11d, sub:st11e .
  
  sub:st11a rdf:object sub:selector;
    rdf:predicate <http://www.w3.org/ns/oa#hasSelector>;
    rdf:subject sub:specificResource .
  
  sub:st11b rdf:object <http://www.w3.org/ns/oa#TextQuoteSelector>;
    rdf:predicate rdf:type;
    rdf:subject sub:selector .
  
  sub:st11c rdf:object sub:exactText;
    rdf:predicate <http://www.w3.org/ns/oa#exact>;
    rdf:subject sub:selector .
  
  sub:st11d a nt:OptionalStatement;
    rdf:object sub:prefixText;
    rdf:predicate <http://www.w3.org/ns/oa#prefix>;
    rdf:subject sub:selector .
  
  sub:st11e a nt:OptionalStatement;
    rdf:object sub:suffixText;
    rdf:predicate <http://www.w3.org/ns/oa#suffix>;
    rdf:subject sub:selector .
  
  sub:stance a nt:RestrictedChoicePlaceholder;
    nt:possibleValuesFrom <https://w3id.org/np/RAZt5kzfoJg2m4dMRdMm2SP6JeUDD_GMzSq9xyRPMgP5k> .
  
  sub:statement a nt:IntroducedResource, nt:LocalResource .
  
  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 <https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI/templateKind>;
    rdfs:label "Annotation as a discourse contribution";
    gen:governedBy <https://w3id.org/spaces/knowledgepixels/nanoarguments>;
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07,
      sub:st08, sub:st09, sub:st10, sub:st11, sub:st11a, sub:st11b, sub:st11c, sub:st11d,
      sub:st11e;
    nt:hasTag "Discourse" .
}

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

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  orcid:0009-0009-0118-9195 foaf:name "Virginia Balseiro" .
  
  this: dct:created "2026-07-14T06:47:51.026+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234, orcid:0009-0009-0118-9195;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:template;
    npx:introduces <https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI/templateKind>;
    npx:supersedes <https://w3id.org/np/RADVnxF4Bxt-ibBtRJmEa9SZKSPdSYiw4qwQr-SMcKSGY>;
    npx:wasCreatedAt <http://localhost:37373/>;
    rdfs:label "Annotation as a discourse contribution";
    prov:wasDerivedFrom <https://w3id.org/np/RAGdTfmvABpfurChdDXwiXCk03K9TS_4ePi4EBwSRgfpw>,
      <https://w3id.org/np/RATxyPikKUvLwqijI4T_fvaHE758DsxgXhOq0m6KiLlEI>, <https://w3id.org/np/RAaIZmo6w6JgZeJcCfcaRnBiMLrSt3GNMWuMeJnqkE6rk>,
      <https://w3id.org/np/RAaL0nZfLxsGAbLUvSFSA7pNu7H0e46rl9egKphYCEELk>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI>, <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>,
      <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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "YSLn0Y/DZbKwLsqkOAIApbtOZzbzCNoh/OCdde+UZF7noTBUZHN/tCmh53s9Mng2ijNw0Otg75VyfaAxqLrEoox7p+L0hajtga8Qh2/lQfXX0RYBit0k6+BCyRFHChV3cgHQL3tIIjfg9MYBM8zXBg4jWxep8kAA/fbhGq4/bV0=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  <https://w3id.org/spaces/knowledgepixels/nanoarguments> nt:hasLabelFromApi """Nanoarguments - <p>Global, federated graph of scientific claims as LinkedData</p>

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