Nanopublication

< Home

ID

https://w3id.org/np/RAAOjUIiU1SDZjbmz3aBKl4zvKGFua1I6crI1qoGT23i4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAAOjUIiU1SDZjbmz3aBKl4zvKGFua1I6crI1qoGT23i4> .
@prefix sub: <https://w3id.org/np/RAAOjUIiU1SDZjbmz3aBKl4zvKGFua1I6crI1qoGT23i4#> .
@prefix : <http://www.tkuhn.org/pub/sempub/#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <http://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 {
  :GenuineSemanticPublishingCriterion2 dct:description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work.";
    dct:title "Second criterion of genuine semantic publishing: essential coverage" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "iXUxV8MEA6ivsiSRxQjIHV6+itifAb5vWA2FN0JyW9mVwpThrqRczO2D94bee1iJ6nA9xMZhT9u+DjV3FJFnUtPrY8EHIvl8aJrNp3uBGzB1woZzUStY7JooWUVtfJtSw8oSwUt2oukRa1jNsbeM+01+g0KU4Y6uJ7JveRalXhs=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2017-06-15T14:39:51+02:00"^^xsd:dateTime;
    pav:createdBy orcid:0000-0002-1267-0234 .
}