@prefix this: <https://w3id.org/np/RAYrgfxVheIB8BjP_uvKyebFQYMX84I_pwakPHFQ2TjjQ> .
@prefix sub: <https://w3id.org/np/RAYrgfxVheIB8BjP_uvKyebFQYMX84I_pwakPHFQ2TjjQ#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  :GenuineSemanticPublishingCriterion3 dct:description "With genuine semantic publishing, the semantic representations need to be authentic in the sense that the respective authoritative persons create or approve the semantic representations. Domain data can only come from the researchers, and meta data has to come from the people responsible for the form of the published work, i.e. the researchers and/or the editors." ;
    dct:title "Third criterion of genuine semantic publishing: authenticity" .
}
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 "m9ZOMk8wd99O0FmoZA+qGcZ+J5vvIpYUs/Co1MN9+EtF0fGNNaDQ5fbZPYUvQA0yoRp21Yw63HLiCxI1AFMX/UW5aW9HnRQdfG+qJn04DPDNB0lBnXCKkhELvUoFzt8fLrZE1IhECeshkFsVj/mBT6Mij4HmFQXlPwihIBQja+E=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2017-06-15T14:39:51+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}