@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAK8Xbu3t63p6wMU2WGz8t4BX63cL0Tu2HBRvlxIDNCX8> .
@prefix sub: <http://purl.org/np/RAK8Xbu3t63p6wMU2WGz8t4BX63cL0Tu2HBRvlxIDNCX8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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#> .

<http://purl.org/np/RAK8Xbu3t63p6wMU2WGz8t4BX63cL0Tu2HBRvlxIDNCX8> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dcterms:created "2023-02-27T10:05:44.265+01:00"^^xsd:dateTime;
  dcterms:creator orcid:0000-0002-1267-0234;
  npx:supersedes <http://purl.org/np/RAxu5yI8nnLGZ3IVSDf_ALe3N6PLUezLqk8pMb0TdNNlI>;
  nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
  nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
    <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
  nt:wasCreatedFromTemplate <http://purl.org/np/RA6mo9EIIcGA9jewFh6Ql7uiEIy4HpOefEr21rs_qURdQ> .

sub:aida a nt:AutoEscapeUriPlaceholder;
  rdfs:label "Type your AIDA sentence here (needs to end with a full stop)";
  nt:hasPrefix "http://purl.org/aida/";
  nt:hasPrefixLabel "The sentence";
  nt:hasRegex "[\\S ]{5,500}\\." .

sub:assertion a nt:AssertionTemplate;
  dcterms: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:hasStatement sub:st0, sub:st1;
  nt:hasTag "Claims";
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

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=" .

<http://purl.org/petapico/o/hycl#AIDA-Sentence> rdfs:label "AIDA sentence" .

<http://schema.org/about> rdfs:label "is about" .

rdf:type rdfs:label "is an" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "OzeCbcn/S4LgzHj3ce3ADWx+NTzUZf97WK1jOCRHG24rrrwqJb6sqIBnGOyCbE7d1J7BKanBRBiJto3I3sbCSZnZ2QWg53Haxs8C65WS3L0NPk12BCJWe/lYdLX4vMPGDnW0+WbMk3vCjaWZTBhdL1taeRnusVZwckZDV7fIEW0=";
  npx:hasSignatureTarget <http://purl.org/np/RAK8Xbu3t63p6wMU2WGz8t4BX63cL0Tu2HBRvlxIDNCX8> .

