Commit graph

20 commits

Author SHA1 Message Date
3d0829aa9d Add Step 5: use well-known vocabularies (Schema.org, OWL, WGS84, SKOS)
SPARQL UPDATE queries add standard vocabulary properties alongside
existing custom predicates: schema:Person/Place/Organization types,
schema:givenName/familyName/birthDate, owl:sameAs for authority links,
wgs84:lat/long for coordinates, skos:Concept/prefLabel for enumerations,
and rdfs:label for persons.
2026-03-01 12:07:01 +01:00
28eb1e7cfd Add Step 4: remove empty string literals representing missing data. 2026-02-28 19:07:36 +01:00
1c15bc8cf7 Add Step 3: annotate literal datatypes (xsd:date, xsd:float, xsd:integer, IRIs). 2026-02-28 18:49:35 +01:00
aa6f46bfc2 Fix IRI generation by sanitizing column names with spaces.
Regenerate graph-01.ttl and graph-02.ttl with the corrected output.
2026-02-28 06:20:18 +01:00
34754cc68a Reimplement mapping scripts (step-01, step-02) in Rust.
step-01 performs W3C Direct Mapping from MariaDB to Turtle using sophia.
step-02 applies SPARQL UPDATE queries using oxigraph.
2026-02-28 06:08:38 +01:00
cd85a66c46 Add schema inspection queries and script.
SPARQL queries to list classes and properties, and src/schema.rb
CLI to run them against any graph file. Includes bundler/setup
for compatibility with Ruby 4.0 without bundle exec.
2026-02-26 20:49:35 +01:00
0f6a7d4a94 Making test pass. 2026-02-22 21:11:19 +01:00
aaab3d352c Renaming files 2026-02-22 19:06:30 +01:00
df9f12365c Rename Turtle file. 2026-02-22 18:55:29 +01:00
e5747acc61 Print records when linking them to Wikidata. 2026-02-22 18:27:13 +01:00
38ce175b5b Mapping countries. 2026-02-22 18:04:55 +01:00
c9c768aa17 Create multiple mapping files. 2026-02-22 17:25:48 +01:00
eba9136962 List defined regions. 2026-02-22 11:11:11 +01:00
84d4e16d7b Minor refactoring 2026-02-22 10:44:02 +01:00
f025be2e60 Mapping persons religions. 2026-02-22 10:18:45 +01:00
5b6b16c90e Refactoring for readability. 2026-02-22 09:20:35 +01:00
32ef100fdc Add scripts for tables person and religions. 2026-02-22 08:20:48 +01:00
c97a0778c1 Add GeoNames 2026-02-22 07:00:39 +01:00
Daniel
351529c8ee Script to generate countries. 2026-02-22 05:34:45 +01:00
Daniel
cd6ea52f07 Inspect locations 2026-02-14 15:41:11 +01:00