Nanopublication

< Home

ID

https://w3id.org/np/RAwyVdPBa2Be3Xlto-3kJ4NDQrbAA2vK5ii16yF9kQeSw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAwyVdPBa2Be3Xlto-3kJ4NDQrbAA2vK5ii16yF9kQeSw> .
@prefix sub: <https://w3id.org/np/RAwyVdPBa2Be3Xlto-3kJ4NDQrbAA2vK5ii16yF9kQeSw#> .
@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 {
  dct:title rdfs:label "has the title" .
  
  <http://purl.org/spar/fabio/ScholarlyWork> rdfs:label "scholarly manuscript" .
  
  rdf:type rdfs:label "is a" .
  
  <https://w3id.org/kpxl/ri/hasFirstAuthor> rdfs:label "has as first author" .
  
  <https://w3id.org/kpxl/ri/wasConductedAt> rdfs:label "was conducted at" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Making a manuscript declaration";
    nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3;
    nt:hasTag "Journals";
    nt:hasTargetNanopubType <https://w3id.org/kpxl/ri/ManuscriptDeclaration> .
  
  sub:manuscript a nt:UriPlaceholder;
    rdfs:label "short ID of manuscript (e.g. 'alpha-paper') or URI/DOI" .
  
  sub:org a nt:GuidedChoicePlaceholder;
    rdfs:label "select the organization where this work was conducted";
    nt:possibleValuesFromApi "https://api.ror.org/organizations?query.advanced=name:" .
  
  sub:st0 rdf:object <http://purl.org/spar/fabio/ScholarlyWork>;
    rdf:predicate rdf:type;
    rdf:subject sub:manuscript .
  
  sub:st1 rdf:object nt:CREATOR;
    rdf:predicate <https://w3id.org/kpxl/ri/hasFirstAuthor>;
    rdf:subject sub:manuscript .
  
  sub:st2 rdf:object sub:title;
    rdf:predicate dct:title;
    rdf:subject sub:manuscript .
  
  sub:st3 rdf:object sub:org;
    rdf:predicate <https://w3id.org/kpxl/ri/wasConductedAt>;
    rdf:subject sub:manuscript .
  
  sub:title a nt:LiteralPlaceholder;
    rdfs:label "the title of the manuscript" .
}

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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
    npx:hasSignature "I4+VaX6eddNgVEc9F1QMA0aECg9RERRKmV5rAr7BOYm9dhrZtvfNusuCzmAKH3RLGi2twj5nDjtwAN+xsPrN9Jad+HJ8QWr/Del+bALzaMGiHk4Mwstz7N34s7SNc2NvvO1PxY7OL0LY8Blvowtk9eQE/lShFef9ZZa6IvZeBnQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  this: dct:created "2024-02-15T14:52:54.747Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Template: Making a manuscript declaration";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}