Nanopublication

< Home

ID

http://purl.org/np/RAN-ZBYAJc5sLMwKQGo3-fYCbRcAMdGfmJCx0yVMOzfo8

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RAN-ZBYAJc5sLMwKQGo3-fYCbRcAMdGfmJCx0yVMOzfo8> .
@prefix sub: <http://purl.org/np/RAN-ZBYAJc5sLMwKQGo3-fYCbRcAMdGfmJCx0yVMOzfo8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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 {
  dc:description rdfs:label "has the description" .
  
  dc:title rdfs:label "has the title" .
  
  npx:NanopubIndex rdfs:label "nanopublication index" .
  
  sub:assertion a nt:PubinfoTemplate, nt:UnlistedTemplate;
    rdfs:label "Nanopublication Index";
    nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4 .
  
  sub:description a nt:LiteralPlaceholder;
    rdfs:label "description of the index" .
  
  sub:seeAlsoUrl a nt:UriPlaceholder;
    rdfs:label "URL with further info" .
  
  sub:st1 a rdf:Statement;
    rdf:object npx:NanopubIndex;
    rdf:predicate rdf:type;
    rdf:subject nt:NANOPUB;
    nt:statementOrder "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:title;
    rdf:predicate dc:title;
    rdf:subject nt:NANOPUB;
    nt:statementOrder "2"^^xsd:integer .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:description;
    rdf:predicate dc:description;
    rdf:subject nt:NANOPUB;
    nt:statementOrder "3"^^xsd:integer .
  
  sub:st4 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:seeAlsoUrl;
    rdf:predicate rdfs:seeAlso;
    rdf:subject nt:NANOPUB;
    nt:statementOrder "4"^^xsd:integer .
  
  sub:title a nt:LiteralPlaceholder;
    rdfs:label "title of the index" .
  
  rdf:type rdfs:label "is a" .
  
  rdfs:seeAlso rdfs:label "has further info at" .
}

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 "XyoQSLQ3I+b5FvFY1ByBRggaihCQh3COETXZDpzMLEG0ZE5fqEnWu69AJI/607q4sLkgw/DuT/UaC1OLFUSKyd4O1ZVmT7PgeBRQR8WrDzjobUxto/e4bp169PvDE27JWX+ie9JElN/qUbECQ7VJdsyZ8Fzes7BIdkKy0X67tcA=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-12-18T10:33:57.621+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1267-0234 .
}