Nanopublication

< Home

ID

http://purl.org/np/RAyrJhPfUsJOPi3a7O6S2GdOxaSfUCE-HOQQ6MdDwJ3lg

Formats

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

Content

@prefix this: <http://purl.org/np/RAyrJhPfUsJOPi3a7O6S2GdOxaSfUCE-HOQQ6MdDwJ3lg> .
@prefix sub: <http://purl.org/np/RAyrJhPfUsJOPi3a7O6S2GdOxaSfUCE-HOQQ6MdDwJ3lg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  sub:test a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "another test class";
    <http://www.w3.org/2004/02/skos/core#definition> "This is just a test class." .
}

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 "ncEfy36xZEEGPZs3uKOHFDRuIIX+Y7IO5egcXmV+aKxDxFBNG5rkrL7u4DseTu6v/jFfYR4jUUaeJw1bXVLUlgqJj/TIQ1Cy2blYJ5VuT7s82HOXp+vygGl1pc+Hxxet4sw96fMikSTjwmcLS4HGdDO8drEdXsboXvn1n3OHcwY=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-05-30T13:18:49.991+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    npx:introduces sub:test;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAcWWF8kSXfwZ77XdC59IyH1MJ24wFp-dDeXkPjKHAXM0> .
}