|
| 1 | +# FOUST 2025 |
| 2 | + |
| 3 | +Paper introducing SULO, published in the CEUR-WS proceedings of FOUST 2025. |
| 4 | + |
| 5 | +| File | What it is | |
| 6 | +| --- | --- | |
| 7 | +| `SULO_FOUST2025.pdf` | The **corrected** version. Differs from the version of record; see below. | |
| 8 | +| `SULO_FOUST2025-as-published.pdf` | The **version of record**, exactly as published in the proceedings. | |
| 9 | +| `SULO_FOUST2025.zip` | Submission bundle as published. | |
| 10 | +| `2025-09-09-SULO@FOUST2025.pdf` | Presentation slides. | |
| 11 | + |
| 12 | +The LaTeX source is at |
| 13 | +[MaastrichtU-IDS/SULO-FOUST2025](https://github.com/MaastrichtU-IDS/SULO-FOUST2025), |
| 14 | +whose README lists every correction in full. |
| 15 | + |
| 16 | +## Why there are two PDFs |
| 17 | + |
| 18 | +Neither Turtle listing in the published paper parsed. Each was extracted |
| 19 | +verbatim and checked with an RDF parser: Figure 4 failed on an `@prefix` |
| 20 | +declaration missing its terminating period and on an undeclared `xsd:` prefix, |
| 21 | +and Figure 7 failed on a missing period, an undeclared `taxon:` prefix, and a |
| 22 | +period in place of a semicolon that left a statement without a subject. The |
| 23 | +class expression in Figure 5 misspelled `isFeatureOf`, the namespace was given |
| 24 | +as `http://w3id.org/sulo/` rather than `https://`, and the stated inference in |
| 25 | +Figure 7 was over `:visit_1`, a subject the example data never defines. |
| 26 | + |
| 27 | +The corrected Figure 7 was then checked against `sulo.ttl` with a reasoner |
| 28 | +rather than only a parser: it entails |
| 29 | +`:encounter sulo:hasParticipant :alice, :drsmith`, which is exactly the |
| 30 | +inference the figure claims. |
| 31 | + |
| 32 | +No claim, result, or axiom of SULO is changed by any of this. The corrected |
| 33 | +version keeps the published pagination, so page-level citations remain valid. |
| 34 | + |
| 35 | +Both figures are now live regression tests in |
| 36 | +[MaastrichtU-IDS/sulo-testharness](https://github.com/MaastrichtU-IDS/sulo-testharness), |
| 37 | +so the inferences they claim are checked against every change to the ontology. |
0 commit comments