Nanopublication

< Home

ID

http://purl.org/np/RA4qeqqwcQGKQX9AgSd_3nNzECBYsohceseJ5FdFU_kjQ

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA4qeqqwcQGKQX9AgSd_3nNzECBYsohceseJ5FdFU_kjQ> .
@prefix sub: <http://purl.org/np/RA4qeqqwcQGKQX9AgSd_3nNzECBYsohceseJ5FdFU_kjQ#> .
@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 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 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 {
  dcterms:creator rdfs:label "is written by" .
  
  sub:assertion a nt:AssertionTemplate;
    dcterms:description "This nanopublication includes a text that is citing an existing paper, where that citation is typed with the Citation Typing Ontology (CiTO).";
    rdfs:label "Making a statement about a paper using CiTO";
    nt:hasStatement sub:st1, sub:st2, sub:st3;
    nt:hasTag "Comments" .
  
  sub:paper a nt:UriPlaceholder;
    rdfs:label "URL of paper" .
  
  sub:relation a nt:RestrictedChoicePlaceholder;
    rdfs:label "choose relation";
    nt:possibleValuesFrom <http://purl.org/np/RA6d0qLmlRdXd-ubre83LxP22auJdJjXGzaW3W3qH4Neo> .
  
  sub:st1 rdf:object nt:CREATOR;
    rdf:predicate dcterms:creator;
    rdf:subject nt:ASSERTION .
  
  sub:st2 rdf:object sub:paper;
    rdf:predicate sub:relation;
    rdf:subject nt:ASSERTION .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:text;
    rdf:predicate rdfs:comment;
    rdf:subject nt:ASSERTION .
  
  sub:text a nt:LongLiteralPlaceholder;
    rdfs:label "your text" .
  
  rdfs:comment rdfs:label "has the text" .
}

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

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
    npx:hasSignature "aGLkVdyJbapiNoIUThI1vXjVALiJ1QfxfdAMA27KeDiRR39XJcfMq2n8jPX3RXzhJ1oSi8DanbwwGrVj6OZIezhNC/JkqvrOYIv1yRTeyVvn1ioD9mZS+v10K8n7UnC+7f/xzd9V6LdRXp2nkpv/jmIhEF6n4XmmUPxaWzWOS2U=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2023-01-25T19:56:51.616Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <http://purl.org/np/RApR15n44ObXCyY7XpKKwWtpFJZSUpo_G-nNKPK2iCM_U>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARI-clBK1koP34y4Trhbn1txQRs6Zjg9rMlO6S3FcPeY> .
}