Nanopublication

< Home

ID

https://w3id.org/np/RANOzuyVrWMjs2A29LN3ShYoNZFrUEoEQUn77PMxvh5rw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RANOzuyVrWMjs2A29LN3ShYoNZFrUEoEQUn77PMxvh5rw> .
@prefix sub: <https://w3id.org/np/RANOzuyVrWMjs2A29LN3ShYoNZFrUEoEQUn77PMxvh5rw/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  sub:_1 a <http://www.w3.org/ns/oa#Annotation>;
    <http://www.w3.org/ns/oa#hasBody> sub:_2;
    <http://www.w3.org/ns/oa#hasTarget> sub:_3 .
  
  sub:_2 a <http://www.w3.org/ns/oa#TextualBody>;
    <http://purl.org/dc/elements/1.1/format> "text/plain";
    <http://purl.org/dc/elements/1.1/language> "en";
    rdf:value "This is a test nanopublication"@en;
    <http://www.w3.org/2000/01/rdf-schema#comment> "This is the resource for a test nano publication"@en .
  
  sub:_3 <http://www.w3.org/ns/oa#hasScope> <https://sawubona-commons.eu/ns/nanopub#name>;
    <http://www.w3.org/ns/oa#hasSource> <https://hdl.handle.net/20.500.11840/57200> .
}

sub:provenance {
  <https://datahub.sawubona-commons.eu/id/1917b5e91df2b6b57f0d1b848512bf10> <http://www.w3.org/2000/01/rdf-schema#label>
      "Gertjan Filarski";
    prov:actedOnBehalfOf <https://datahub.sawubona-commons.eu/id/50873771cfe1c2a092da122af0644737>;
    prov:qualifiedDelegation sub:delegation .
  
  <https://datahub.sawubona-commons.eu/id/50873771cfe1c2a092da122af0644737> <http://www.w3.org/2000/01/rdf-schema#label>
      "Test" .
  
  sub:asserting-activity a prov:Activity .
  
  sub:assertion prov:wasAttributedTo <https://datahub.sawubona-commons.eu/id/1917b5e91df2b6b57f0d1b848512bf10>;
    prov:wasGeneratedBy sub:asserting-activity .
  
  sub:delegation a prov:Delegation;
    prov:agent <https://datahub.sawubona-commons.eu/id/50873771cfe1c2a092da122af0644737>;
    prov:hadActivity sub:asserting-activity .
}

sub:pubinfo {
  <https://datahub.sawubona-commons.eu/> a npx:SoftwareTool;
    <http://www.w3.org/2000/01/rdf-schema#label> "Sawubona Commons" .
  
  this: dc:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://sawubona-commons.eu/ns/nanopub#Name>, <https://sawubona-commons.eu/ns/nanopub#Nanopub>;
    npx:introduces sub:_1;
    npx:wasCreatedWith <https://datahub.sawubona-commons.eu/> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArwOK5mK3/z5t9yfmcZ24XxaHY9s26f/Foru3sqCLnoq0zKiwuQHUbZJTsgV4+1jJpUdSHWp4lq4myKc9I2qF57ErqH/npoXusIL+LQZH7UAPP2O9tjC8Lkqs/7agGSSu7UXSFGAvouIAFrs7zrSNufBKBjhvyTnKPA0ufqFAD8C0Dd0dUYzztGr/y+NVfjO9RciFCRvGQ/8dMnb0tUaQBlIjZH36ud5evcIJ0ueUFOBbvRax8zILFqdx0NxsDkUJvKFF34+jAumXdBNzXzDDGYSabTqh7M4PKWMSdCIviSJ1wUDaK5qgk6NfdeDW7IYFbe0SQQG5yIy3g7cAT2puCwIDAQAB";
    npx:hasSignature "W9dfuZ/ft2VukvMJwHMMLrEyEBKmdVJDD4vGWL6LtQgECT/5Ei6HN5RV+4ZfKZQQ3dapuVrlwL78qbE0wc1xTWbFI4NiEzvtUpzTnW9hNhqPQ/Kt+ZoREPsbjgTmYAsjmCvn2DhbNdMEXILbLs0r/EWyV2RPWtyaHVgFMLPUXZj4KhzdI0ycf11YoSntGuP0u9NPLQQBOzGp5W3X9wUP6z2LJkT+ZjQWUPSbX6dc4vgD2PZmvRks35BhgGlZfoVypKzmWlTLory7ZGkANIfvj4TWOGnfbATZflpVkMD57Axjr4t7Yl68nOdaYjJ9LwjNPjws62rt0a7jFkKcHLQDFA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://datahub.sawubona-commons.eu/nanopub-agent> .
}