Nanopublication

< Home

ID

https://w3id.org/np/RAXvFZTRy31ZsHSuDjDb0vad4VwRgIDipm7PX-emntzpE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAXvFZTRy31ZsHSuDjDb0vad4VwRgIDipm7PX-emntzpE> .
@prefix sub: <https://w3id.org/np/RAXvFZTRy31ZsHSuDjDb0vad4VwRgIDipm7PX-emntzpE#> .
@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 {
  sub:Action a nt:RestrictedChoicePlaceholder;
    nt:possibleValue sub:Decreased, sub:Increased .
  
  sub:BiologicalOrganizationLevel a nt:RestrictedChoicePlaceholder;
    nt:possibleValue sub:Cell, sub:Community, sub:Individual, sub:Molecular, sub:Organ,
      sub:OrganSystem, sub:Population, sub:Tissue .
  
  sub:ID a nt:LiteralPlaceholder .
  
  sub:Object a nt:LiteralPlaceholder .
  
  sub:OrganTerm a nt:LiteralPlaceholder .
  
  sub:Process a nt:LiteralPlaceholder .
  
  sub:ShortName a nt:LiteralPlaceholder .
  
  sub:Title a nt:LiteralPlaceholder .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "Template to store data required to describe an AOP's KeyEvent following FAIR principles.";
    rdfs:label "KeyEvent Data Template";
    nt:hasStatement sub:st-1, sub:st0, sub:st1, sub:st2, sub:st3;
    nt:hasTag "AOPs Elements" .
  
  sub:st-1 a rdf:Statement;
    rdf:object sub:ID;
    rdf:predicate sub:hasID;
    rdf:subject sub:KeyEvent .
  
  sub:st0 a rdf:Statement;
    rdf:object sub:Title;
    rdf:predicate sub:hasTitle;
    rdf:subject sub:KeyEvent .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:ShortName;
    rdf:predicate sub:hasShortName;
    rdf:subject sub:KeyEvent .
  
  sub:st2 a nt:GroupedStatement, nt:OptionalStatement;
    rdf:object sub:BiologicalContext;
    rdf:predicate sub:hasBiologicalContext;
    rdf:subject sub:KeyEvent;
    nt:hasStatement sub:st2a, sub:st2b .
  
  sub:st2a rdf:object sub:BiologicalOrganizationLevel;
    rdf:predicate sub:hasBiologicalOrganizationLevel;
    rdf:subject sub:BiologicalContext .
  
  sub:st2b rdf:object sub:OrganTerm;
    rdf:predicate sub:hasOrganTerm;
    rdf:subject sub:BiologicalContext .
  
  sub:st3 a nt:GroupedStatement, nt:RepeatableStatement;
    rdf:object sub:Components;
    rdf:predicate sub:hasComponents;
    rdf:subject sub:KeyEvent;
    nt:hasStatement sub:st3a, sub:st3b, sub:st3c .
  
  sub:st3a rdf:object sub:Process;
    rdf:predicate sub:hasProcess;
    rdf:subject sub:Components .
  
  sub:st3b rdf:object sub:Object;
    rdf:predicate sub:hasObject;
    rdf:subject sub:Components .
  
  sub:st3c rdf:object sub:Action;
    rdf:predicate sub:hasAction;
    rdf:subject sub:Components .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-0593-2598 .
}

sub:pubinfo {
  orcid:0000-0003-0593-2598 foaf:name "Saurav Kumar" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCB7V9ZswxMNiTLUYtX1XGYMme8mjymikJ6AWyXqvhDymE3ISX75oWz2KbMUwg6t73nUJA7tJK2PNpXTd4irxzgaAUCOU4BoT3Z8mNsEPIQziQcDHChK0zhnajIqRpEdZcrSoj98oJrutKQUVrHug8M139ItLJm3IdVlb9+PIYQoQIDAQAB";
    npx:hasSignature "dt4NlbO4q7RZlDOtjnc3u5pX0oMxPHwDVSabobXByUklIQPyhE6m6ZAKvmcHgwGAyV8AX5ydUj4QGuW17TPTOkoxqPTiD716ldkgoKn47Jxq1p0JNK4jkG/MPf57pb64/nUC3PDlhVDVE6UMwamoaR7/YnuQpwlAMVZmpOnT4Rw=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-0593-2598 .
  
  this: dct:created "2024-07-20T11:56:13.930Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-0593-2598;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RAdW1KuVK_ieS2xv2ESlfC5L8kjF303zVbd1IqeU9vAIo>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Template: KeyEvent Data Template";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}