Nanopublication

< Home

ID

https://w3id.org/np/RADVnztsdSc36ffAXTxiIdXpYEMLiJrRENqaJ2Qn2LX3Y

Formats

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

Content

@prefix this: <https://w3id.org/np/RADVnztsdSc36ffAXTxiIdXpYEMLiJrRENqaJ2Qn2LX3Y> .
@prefix sub: <https://w3id.org/np/RADVnztsdSc36ffAXTxiIdXpYEMLiJrRENqaJ2Qn2LX3Y#> .
@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 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 npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion a nt:PubinfoTemplate, nt:UnlistedTemplate;
    rdfs:label "template links";
    nt:hasStatement sub:st1, sub:st2, sub:st3 .
  
  sub:assertionTemplate a nt:UriPlaceholder;
    rdfs:label "the assertion template URI" .
  
  sub:provenanceTemplate a nt:UriPlaceholder;
    rdfs:label "the provenance template URI" .
  
  sub:pubinfoTemplate a nt:UriPlaceholder;
    rdfs:label "the publication info template URI" .
  
  sub:st1 a nt:OptionalStatement;
    rdf:object sub:assertionTemplate;
    rdf:predicate nt:wasCreatedFromTemplate;
    rdf:subject nt:NANOPUB .
  
  sub:st2 a nt:OptionalStatement;
    rdf:object sub:provenanceTemplate;
    rdf:predicate nt:wasCreatedFromProvenanceTemplate;
    rdf:subject nt:NANOPUB .
  
  sub:st3 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:pubinfoTemplate;
    rdf:predicate nt:wasCreatedFromPubinfoTemplate;
    rdf:subject nt:NANOPUB .
  
  nt:wasCreatedFromProvenanceTemplate rdfs:label "was created from the provenance template - links to the provenance template that was used to create this nanopublication" .
  
  nt:wasCreatedFromPubinfoTemplate rdfs:label "was created from the publication info template - links to the publication info template that was used to create this nanopublication" .
  
  nt:wasCreatedFromTemplate rdfs:label "was created from the assertion template - links to the assertion template that was used to create this nanopublication" .
}

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

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "L/puxhtawcHuQtXSCwcJe0tY6AF6T241Q0iTWzTGhHEgJAtEtBfgm4y8U7pkMUTqhmhA37J6QpEWKj/QkwMe4OnpcWsFM57uV9je+cxGfnBOxHW5jLRD9bcVIuNMTW4E6vys+W/CCYRULsJE5peV6z4lqSuW+w5nGR5ND6aZxy0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-11-13T12:59:04.994+01:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Pubinfo template: template links";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .
}