@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix fabio: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix dct: . @prefix ror: . @prefix rdf: . @prefix npx: . @prefix bibo: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:title "Science of Computer Programming" . a fabio:Article; dct:date "2014-12"; dct:isPartOf ; dct:title "Verifiable source code documentation in controlled natural language"; bibo:authorList sub:author-list; bibo:pageEnd "140"; bibo:pageStart "121" . orcid:0000-0001-8087-1903 schema:affiliation ror:047gc3g35; foaf:name "Alexandre Bergel" . orcid:0000-0002-1267-0234 schema:affiliation ror:05a28rw58; foaf:name "Tobias Kuhn" . ror:047gc3g35 foaf:name "Universidad de Chile, Santiago, Chile" . ror:05a28rw58 foaf:name "ETH Zurich, Switzerland" . sub:author-list rdf:_1 orcid:0000-0002-1267-0234; rdf:_2 orcid:0000-0001-8087-1903 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8087-1903, orcid:0000-0002-1267-0234; prov:wasDerivedFrom . } sub:pubinfo { orcid:0000-0001-8087-1903 foaf:name "Alexandre Bergel" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-02-24T21:00:57.000+01:00"^^xsd:dateTime; dct:creator ; dct:license ; npx:hasNanopubType fabio:ScholarlyWork; npx:introduces ; npx:supersedes ; rdfs:label "Verifiable source code documentation in controlled natural language" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRL5MjH1KfuE89dpKsIiscF/THrJ4uSvhl0NgaC8x3TdTDrL00kCnlH+2g7PMYhaUQIGWq27TTXHAGp7ehO8yLjRNeDCc8zjUCQJqLbzay3DB51PCiz50OsMgxiZC1+e0bVdk/CAQV4oVo+VgI+awHI1bTT4Yp7pR2I67imf1PIcwczGVhn8EQwtNdWQOZ63wDgUCY+6IubHBQzjLfbYh0828UETEyIV28T7fvf5+y4A5M590InmgkLGpJbRXoL0pnCm1BtFOoxeAVqfivbxIZWPYN2Yd0cSfqwIIUYyaLFpjDrBwc4iJdOus4UQ9OYqkeZDMpU3opU8jWKDIm77jwIDAQAB"; npx:hasSignature "f9+WcDpflgBs3KyJu8Dg/B56cc0qVjvaOdxTbjv6L1wDZFB+yYas5VI0wESQPcTpcJ+aMNN6enKWlkXnUhQ0scB//be3ztbD+0crOJpXk630G0pwiXq7iwNDGDFS9J2QxoiscGVKdjRteocPqRYqEqAf5duxv7EIGKy7GHJpFl6COsoGyS4GiHNrA9DcUXnXllv4psPHGes/fcRqFz55Fow0kvrE9RMYLYY494oHWQFMcn1vY9En7YxxG3zg+B0gOif83aIDowXpZxT/ri7OA7VF7vE//500KEgpKExfi1z53+o+jPU5VhqZJWec6IaazxJSUA4JFIsU3aZoAz2wYw=="; npx:hasSignatureTarget this:; npx:signedBy . }