Nanopublication

< Home

ID

https://w3id.org/np/RAAAULsX9TrZUMQcDilmyPK7vPCnBKZGOYtUCc5ebFaeI

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAAAULsX9TrZUMQcDilmyPK7vPCnBKZGOYtUCc5ebFaeI> .
@prefix sub: <https://w3id.org/np/RAAAULsX9TrZUMQcDilmyPK7vPCnBKZGOYtUCc5ebFaeI#> .
@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 {
  <http://purl.org/petapico/o/hycl#AIDA-Sentence> rdfs:label "AIDA sentence - an English sentence that is Atomic, Independent, Declarative, and Absolute" .
  
  <http://schema.org/about> rdfs:label "is about - connects a thing (left) to a subject matter that this thing is about (right)" .
  
  rdf:type rdfs:label "is an - connects a thing (left) to a class it belongs to (right)" .
  
  sub:aida a nt:AutoEscapeUriPlaceholder;
    rdfs:label "Type your AIDA sentence here (ending with a full stop)";
    nt:hasRegex "[\\S ]{5,500}\\." .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description """<p>Such nanopublications use the concept of an AIDA sentence to express a (scientific) statement in an informal or semi-formal manner, which can be formally linked.</p>

<p>AIDA sentences are:<p>

<ul>
<li><strong>Atomic:</strong> a sentence describing one thought that cannot be further broken down in a practical way</li>
<li><strong>Independent:</strong> a sentence that can stand on its own, without external references like \"this effect\" or \"we\"</li>
<li><strong>Declarative:</strong> a complete sentence ending with a full stop that could in theory be either true or false</li>
<li><strong>Absolute:</strong> a sentence describing the core of a claim ignoring the (un)certainty about its truth and ignoring how it was discovered (no \"probably\" or \"evaluation showed that\"); typically in present tense</li>
</ul>

<p>You can find more information about AIDA sentences <a href=\"https://github.com/tkuhn/aida\" target=\"_blank\">here</a>.</p>""";
    rdfs:label "Expressing a statement as an AIDA sentence";
    nt:hasNanopubLabelPattern "AIDA sentence: ${aida}";
    nt:hasStatement sub:st0, sub:st1;
    nt:hasTag "Claims";
    nt:hasTargetNanopubType <http://purl.org/petapico/o/hycl#AIDA-Sentence> .
  
  sub:st0 rdf:object <http://purl.org/petapico/o/hycl#AIDA-Sentence>;
    rdf:predicate rdf:type;
    rdf:subject sub:aida .
  
  sub:st1 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:topic;
    rdf:predicate <http://schema.org/about>;
    rdf:subject sub:aida .
  
  sub:topic a nt:GuidedChoicePlaceholder;
    rdfs:label "identifier of concept or topic the sentence is about";
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
      "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
    npx:hasSignature "n/yAyIe+CcbxF57Lnpfe3YDfIaQB9YXtzsqOK/UWVEP0j2tW/ZttwbcXRaR50A8AYPdLlQpGYCYZoBcQyl1ZthHKZb1Rr86tTgONysm6F/jhzyxbreImVcmj3i5SzEVUJrY+CCu9/0Ly/0MHLtVADXNM8zSmrgXHnUKMNQdj/tQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  this: dct:created "2024-10-22T09:32:29.036Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RAaMbFfpewlcrVIPsBJdmyl9q9w2lR1CHNs2WoCsEhnd4>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Template: Expressing a statement as an AIDA sentence";
    prov:wasDerivedFrom ns1:RAe39AG652u7Mj8nnuQdhfttfvu5vYTIARJwADGYLMjS0;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90,
      ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}