@prefix this: <https://w3id.org/np/RANKJVgTVRldJKZfcT8Ng3p-NKONoqx8c_klKZnCbmFqE> .
@prefix sub: <https://w3id.org/np/RANKJVgTVRldJKZfcT8Ng3p-NKONoqx8c_klKZnCbmFqE#> .
@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 {
  :GenuineSemanticPublishingCriterion4 dct:description "With genuine semantic publishing, the semantic representations need to be a primary component of the published work, made available together with everything else at the time of publication. They must furthermore have an independent existence in their own right and not merely be appended or attached to the main entity as noncommittal extra data." ;
    dct:title "Fourth criterion of genuine semantic publishing: primary component" .
}
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 "OvsAk5r10JOUouhIA3UbvxF3ACOxa0EP3+hWYLcqzcyzGzBGV/dYSx/DY2zSC3bSjsW+KXiGUgm2qBMO2imdR2+pj23jgQVm7IiCJJvWmYwPUjCbMTY6D6SF8m1zmoWuYAe1b21Q9uZSG2pqI/6RF6Fb8kWtByUJq2qC+doW+VI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2017-06-15T14:39:51+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}