Nanopublication

< Home

ID

https://w3id.org/np/RAhrZi5UuXkrs-vCGYmzzHteGQmiYuU1gZkf8sIONnsOI

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAhrZi5UuXkrs-vCGYmzzHteGQmiYuU1gZkf8sIONnsOI> .
@prefix sub: <https://w3id.org/np/RAhrZi5UuXkrs-vCGYmzzHteGQmiYuU1gZkf8sIONnsOI/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ror: <https://ror.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  <http://id.crossref.org/issn/0302-9743> dct:title "Lecture Notes in Computer Science" .
  
  <https://doi.org/10.1007/978-3-642-31175-8_6> a fabio:BookChapter;
    dct:date "2012";
    dct:isPartOf <http://id.crossref.org/issn/0302-9743>;
    dct:title "Codeco: A Practical Notation for Controlled English Grammars in Predictive Editors";
    bibo:authorList sub:author-list;
    bibo:pageEnd "114";
    bibo:pageStart "95" .
  
  orcid:0000-0002-1267-0234 schema:affiliation ror:03v76x132;
    foaf:name "Tobias Kuhn" .
  
  ror:03v76x132 foaf:name "Yale University, New Haven, United States" .
  
  sub:author-list rdf:_1 orcid:0000-0002-1267-0234 .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <https://doi.org/10.1007/978-3-642-31175-8_6> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-02-25T10:27:16.000+01:00"^^xsd:dateTime;
    dct:creator <https://w3id.org/np/RAkkUz7qBJ-BIOCHV_4WCTgHCdTyI25_bnRuw166SXjwM/DOI-bot>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType fabio:ScholarlyWork;
    npx:introduces <https://doi.org/10.1007/978-3-642-31175-8_6>;
    npx:supersedes <https://w3id.org/np/RA_zrKkUhXsk2-efaEy7raRxIsbZnir2xOea4yavXYa7k>;
    rdfs:label "Codeco: A Practical Notation for Controlled English Grammars in Predictive Editors" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRL5MjH1KfuE89dpKsIiscF/THrJ4uSvhl0NgaC8x3TdTDrL00kCnlH+2g7PMYhaUQIGWq27TTXHAGp7ehO8yLjRNeDCc8zjUCQJqLbzay3DB51PCiz50OsMgxiZC1+e0bVdk/CAQV4oVo+VgI+awHI1bTT4Yp7pR2I67imf1PIcwczGVhn8EQwtNdWQOZ63wDgUCY+6IubHBQzjLfbYh0828UETEyIV28T7fvf5+y4A5M590InmgkLGpJbRXoL0pnCm1BtFOoxeAVqfivbxIZWPYN2Yd0cSfqwIIUYyaLFpjDrBwc4iJdOus4UQ9OYqkeZDMpU3opU8jWKDIm77jwIDAQAB";
    npx:hasSignature "l3F06tmHpnNd9KYb6XRfM17IKb/dNUh+IpJPBvHkZw4N63CJJARXHIfEJm64DQ0i7UxlQ3HLdYB5xEa+5inaEwk8/S2JdqzN78M/TYx7elMMb8w90w9X9JxNSpYnI+z4AF6qwes70ZqnWFcnP2HmuXqQVyfUHmvi554ED+ZMqDq27mv4tx3/8yVbItjzY5H1n9LKJERGHhdE2ZNyHIalbSYOL2uX4Lj07e0n5wJ6YazIBM+zjzOmzM2oqQHV0KoDg9FZpxL5DXIMZN2Xr4LZW73lKTPcKcsz0Q0CHOd9SuCULMJd2rGRjLSSaOtmJ2EjhtZtetzDOGLUWNsSefpNxA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://w3id.org/np/RAkkUz7qBJ-BIOCHV_4WCTgHCdTyI25_bnRuw166SXjwM/DOI-bot> .
}