Nanopublication

< Home

ID

https://w3id.org/np/RAUz4C0edjSYxvPeT5FZa8rhxkQ2ZRi15V4Di_ugBVxGA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUz4C0edjSYxvPeT5FZa8rhxkQ2ZRi15V4Di_ugBVxGA> .
@prefix sub: <https://w3id.org/np/RAUz4C0edjSYxvPeT5FZa8rhxkQ2ZRi15V4Di_ugBVxGA/> .
@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 {
  <http://purl.org/spar/cito/citesAsEvidence> rdfs:label "cites as evidence" .
  
  <http://purl.org/spar/cito/corrects> rdfs:label "corrects" .
  
  <http://purl.org/spar/cito/critiques> rdfs:label "critiques" .
  
  <http://purl.org/spar/cito/discusses> rdfs:label "discusses" .
  
  <http://purl.org/spar/cito/disputes> rdfs:label "disputes" .
  
  <http://purl.org/spar/cito/qualifies> rdfs:label "qualifies" .
  
  rdf:type rdfs:label "is a" .
  
  rdf:value rdfs:label "has the text" .
  
  <https://schema.org/Question> rdfs:label "question" .
  
  sub:evidence a nt:ExternalUriPlaceholder;
    rdfs:label "URI of the evidence cited by this question" .
  
  sub:question a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short ID of this question" .
  
  sub:questionText a nt:LongLiteralPlaceholder;
    rdfs:label "text of the question" .
  
  sub:st1 rdf:object <https://schema.org/Question>;
    rdf:predicate rdf:type;
    rdf:subject sub:question .
  
  sub:st2 rdf:object sub:questionText;
    rdf:predicate rdf:value;
    rdf:subject sub:question .
  
  sub:st3 rdf:object sub:target;
    rdf:predicate sub:stance;
    rdf:subject sub:question .
  
  sub:st4 rdf:object sub:target;
    rdf:predicate <https://www.w3.org/ns/activitystreams#inReplyTo>;
    rdf:subject sub:question .
  
  sub:st5 rdf:object sub:evidence;
    rdf:predicate <http://purl.org/spar/cito/citesAsEvidence>;
    rdf:subject sub:question .
  
  sub:stance a nt:RestrictedChoicePlaceholder;
    rdfs:label "choose stance relation";
    nt:possibleValue <http://purl.org/spar/cito/corrects>, <http://purl.org/spar/cito/critiques>,
      <http://purl.org/spar/cito/discusses>, <http://purl.org/spar/cito/disputes>, <http://purl.org/spar/cito/qualifies> .
  
  sub:target a nt:ExternalUriPlaceholder;
    rdfs:label "URI of the target contribution" .
  
  sub:template a nt:AssertionTemplate;
    dct:description "A question posed to the discourse graph: a schema:Question carrying its text in rdf:value. It may reply to a prior contribution (as:inReplyTo), or carry a rhetorical CiTO stance toward one when the question implicitly challenges its target (e.g. cito:disputes), and may cite evidence. Answers are separate contributions that target this question. A standalone question with no target is valid.";
    dct:isVersionOf <https://w3id.org/np/RAOp9i7XUKKJhT4qIvtCA6LpXj9Hq7qkhsZ1MrLP7UfHE/templateKind>;
    rdfs:label "Question";
    gen:governedBy <https://w3id.org/spaces/knowledgepixels/nanoarguments>;
    nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4, sub:st5;
    nt:hasTag "Discourse" .
  
  <https://www.w3.org/ns/activitystreams#inReplyTo> rdfs:label "is a reply to" .
}

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-15T17:58:02.248+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/RAOp9i7XUKKJhT4qIvtCA6LpXj9Hq7qkhsZ1MrLP7UfHE/templateKind>;
    npx:supersedes <https://w3id.org/np/RAOp9i7XUKKJhT4qIvtCA6LpXj9Hq7qkhsZ1MrLP7UfHE>;
    npx:wasCreatedAt <http://localhost:37373/>;
    rdfs:label "Question";
    prov:wasDerivedFrom <https://w3id.org/np/RA2c_9mVMXo5AWwNmEEfSqBdFjoR8M4Ypr6kXbKNiul8g>;
    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/RAKmcrbEVkxF0ivA0_yGg8bnl6iKkwVDp_2SSHvPBrkPw/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "TiYVz17GvkKKy8qgmsMb6U6M7FuShlPmafYbsuzxoobO3vuKefwayR459Hndp5mS6oZsxaGb4uZvTXKdKkdjz96M4x/CQO7f43E3BMm8UV8zEqsEsjgxh1oGl3GZoNVcbkzBFB87o41fWSjmSFmWLIDI0jnNdtnoZGoUFP5IvJI=";
    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...""" .
}