Commit graph

10 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
cde2097923 Regenerate examples with rdf:type first in each subject block. 2026-02-28 20:02:28 +01:00
87e6ca0000 Regenerate example files with blank lines between subject blocks. 2026-02-28 19:26:47 +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
0813192990 Add Step 2 example queries and Rake tasks.
Same 1-hop and 2-hop CONSTRUCT queries as Step 1, but run against
graph-02.ttl to show the result of literal-to-IRI transformations.
2026-02-28 17:50:26 +01:00
0c1da570bb Add prefixes to SPARQL queries and prettify example Turtle output.
Add namespace prefixes (rdfs, migrants, person, personp, work, workp,
location, locationp) to query files. Use --prettify in Rake tasks so
example files use abbreviated IRIs. Fix 2hop task to use graph-02.
2026-02-28 17:37:52 +01:00
6870f9b726 Add Rake tasks to generate 1-hop and 2-hop example extracts. 2026-02-28 09:06:36 +01:00
0f6a7d4a94 Making test pass. 2026-02-22 21:11:19 +01:00
abe70062a8 Adding an example data. 2026-02-22 19:52:06 +01:00