|
| 1 | +var localBibliography = { |
| 2 | + ISO24707: { |
| 3 | + id: "ISO24707", |
| 4 | + title: "Information technology — Common Logic (CL) — A framework for a family of logic-based languages", |
| 5 | + date: "2018-07", |
| 6 | + href: "https://www.iso.org/standard/66249.html", |
| 7 | + status: "Published", |
| 8 | + publisher: "ISO/EIC" |
| 9 | + }, |
| 10 | + HORST04: { |
| 11 | + id: "HORST04", |
| 12 | + title: "Extending the RDFS Entailment Lemma", |
| 13 | + authors: ["Herman J. ter Horst"], |
| 14 | + date: "2004", |
| 15 | + isbn: "978-3-540-30475-3", |
| 16 | + href: "https://doi.org/10.1007/978-3-540-30475-3_7", |
| 17 | + status: "Conference Proceeding", |
| 18 | + publisher: "Springer, Berlin, Heidelberg" |
| 19 | + }, |
| 20 | + HORST05: { |
| 21 | + id: "HORST05", |
| 22 | + title: "Completeness, Decidability and Complexity of Entailment for RDF Schema and a Semantic Extension Involving the OWL Vocabulary", |
| 23 | + authors: ["Herman J. ter Horst"], |
| 24 | + date: "2005", |
| 25 | + href: "https://dx.doi.org/10.2139/ssrn.3199251", |
| 26 | + status: "Conference Proceeding", |
| 27 | + publisher: "Journal of Web Semantics" |
| 28 | + }, |
| 29 | + SAFETY: { |
| 30 | + title: "Saftety of recursive horn clauses with infinite relations", |
| 31 | + href: "http://arxiv.org/abs/cs.LO/9809032", |
| 32 | + authors: [ |
| 33 | + "R. Ramakrishnan", |
| 34 | + "F. Bancilhon", |
| 35 | + "A. Silberschatz" |
| 36 | + ], |
| 37 | + date: "1987", |
| 38 | + publisher: "ACM New York" |
| 39 | + }, |
| 40 | + SAX: { |
| 41 | + title: "SAX – The Simple API for XML", |
| 42 | + href: "https://accu.org/journals/overload/7/34/cornish_515/", |
| 43 | + authors: ["Steve Cornish"], |
| 44 | + date: "October 1999", |
| 45 | + }, |
| 46 | + STRIPEDRDF: { |
| 47 | + id: "STRIPEDRDF", |
| 48 | + title: "RDF: Understanding the Striped RDF/XML Syntax", |
| 49 | + editors: ["D. Brickley"], |
| 50 | + date: "2001", |
| 51 | + href: "http://www.w3.org/2001/10/stripes/", |
| 52 | + status: "Team Submission", |
| 53 | + publisher: "W3C" |
| 54 | + }, |
| 55 | + "RDF-STAR-CG": { |
| 56 | + title: "RDF-star and SPARQL-star", |
| 57 | + href: "https://w3c.github.io/rdf-star/cg-spec/2021-12-17.html", |
| 58 | + authors: [ |
| 59 | + "Olaf Hartig", |
| 60 | + "Pierre-Antoine Champin", |
| 61 | + "Gregg Kellogg", |
| 62 | + "Andy Seaborne" |
| 63 | + ], |
| 64 | + rawDate: "2021-12-17", |
| 65 | + status: "Final Community Group Report", |
| 66 | + publisher: "W3C" |
| 67 | + }, |
| 68 | + "RDF12-NEW": { |
| 69 | + "authors": [ |
| 70 | + "The W3C RDF & SPARQL Working Group" |
| 71 | + ], |
| 72 | + "href": "https://w3c.github.io/rdf-new/spec/", |
| 73 | + "title": "What’s New in RDF 1.2", |
| 74 | + "rawDate": "2022-01-01", |
| 75 | + "status": "ED", |
| 76 | + "publisher": "W3C" |
| 77 | + }, |
| 78 | + "RDF12-INTEROP": { |
| 79 | + "authors": [ |
| 80 | + "Pierre-Antoine Champin" |
| 81 | + ], |
| 82 | + "href": "https://w3c.github.io/rdf-interop/spec/", |
| 83 | + "title": "RDF 1.2 Interoperability", |
| 84 | + "rawDate": "2025-06-27", |
| 85 | + "status": "ED", |
| 86 | + "publisher": "W3C" |
| 87 | + }, |
| 88 | + "SPARQL12-NEW": { |
| 89 | + "authors": [ |
| 90 | + "The W3C RDF & SPARQL Working Group" |
| 91 | + ], |
| 92 | + "href": "https://w3c.github.io/sparql-new/spec/", |
| 93 | + "title": "What’s New in SPARQL 1.2", |
| 94 | + "rawDate": "2022-01-01", |
| 95 | + "status": "ED", |
| 96 | + "publisher": "W3C" |
| 97 | + }, |
| 98 | + "SPARQL12-CONCEPTS": { |
| 99 | + "authors": [ |
| 100 | + "The W3C RDF & SPARQL Working Group" |
| 101 | + ], |
| 102 | + "href": "https://w3c.github.io/sparql-concepts/spec/", |
| 103 | + "title": "SPARQL 1.2 Concepts", |
| 104 | + "rawDate": "2022-01-01", |
| 105 | + "status": "ED", |
| 106 | + "publisher": "W3C" |
| 107 | + }, |
| 108 | +}; |
0 commit comments