diff --git a/data_examples/example_01.ttl b/data_examples/example_01.ttl new file mode 100644 index 0000000..18d3ba8 --- /dev/null +++ b/data_examples/example_01.ttl @@ -0,0 +1,253 @@ +# Example 01 — Irene Abendroth (person:AbeIre-00) +# +# This file collects all data generated for Irene Abendroth (1872–1932), +# an Austrian opera singer born in Lviv, drawing from every data file +# produced by the pipeline: persons, locations, migrations, occupations, +# relationships, and religions. + +@prefix country: . +@prefix location: . +@prefix migration: . +@prefix occupation: . +@prefix person: . +@prefix personOccupation: . +@prefix rdfs: . +@prefix region: . +@prefix relationship: . +@prefix schema: . +@prefix tm: . +@prefix wd: . +@prefix xsd: . + +# ── Person ─────────────────────────────────────────────────────────────────── + +person:AbeIre-00 a schema:Person ; + schema:givenName "Irene" ; + schema:familyName "Abendroth" ; + schema:gender schema:Female ; + schema:image ; + tm:imageSource "https://www.theatermuseum.at/online-sammlung/detail/546808/" ; + schema:hasOccupation "Opera singer" ; + schema:birthDate "1872-07-14"^^xsd:date ; + tm:birthDateMax "1872-07-14"^^xsd:date ; + schema:birthPlace location:UA-Lv-00 ; + schema:deathDate "1932-09-01"^^xsd:date ; + tm:deathDateMax "1932-09-01"^^xsd:date ; + schema:deathPlace location:AT-Weid-00 ; + schema:sameAs ; + schema:sameAs wd:Q79002 ; + tm:gnd "https://d-nb.info/gnd/116002506" ; + tm:lccn "https://worldcat.org/identities/lccn-n97053925/" ; + tm:viaf "https://viaf.org/viaf/39572476" ; + tm:isni "https://isni.org/isni/0000000035722792" ; + tm:snac "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ; + tm:source "Karl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, pp. 3-4." ; + tm:importSource "Own" . + +# ── Occupation ─────────────────────────────────────────────────────────────── + +occupation:Singer a schema:Occupation ; + schema:name "Singer" . + +personOccupation:5120 a tm:PersonOccupation ; + tm:person person:AbeIre-00 ; + schema:occupation occupation:Singer . + +# ── Migrations ─────────────────────────────────────────────────────────────── + +migration:5 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:UA-Lv-00 ; + tm:destPlace location:IT-Mila-00 ; + tm:reason "Education" . + +migration:2114 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:IT-Mila-00 ; + tm:destPlace location:AT-VIE-00 ; + tm:reason "Education" . + +migration:2117 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:AT-VIE-00 ; + tm:destPlace location:CZ-Karlsb-00 ; + tm:reason "Labour" . + +migration:6 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:CZ-Karlsb-00 ; + tm:destPlace location:AT-VIE-00 ; + tm:dateStartFuzzy "1889" ; + tm:dateStartMin "1889-01-01"^^xsd:date ; + tm:dateStartMax "1889-12-31"^^xsd:date ; + tm:reason "Labour" . + +migration:7 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:AT-VIE-00 ; + tm:destPlace location:LV-RIX-00 ; + tm:dateStartFuzzy "1890" ; + tm:dateStartMin "1890-01-01"^^xsd:date ; + tm:dateStartMax "1890-12-31"^^xsd:date ; + tm:reason "Labour" . + +migration:8 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:LV-RIX-00 ; + tm:destPlace location:GER-MUC-00 ; + tm:dateStartFuzzy "1891" ; + tm:dateStartMin "1891-01-01"^^xsd:date ; + tm:dateStartMax "1891-12-31"^^xsd:date ; + tm:reason "Labour" . + +migration:9 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:GER-MUC-00 ; + tm:destPlace location:AT-VIE-00 ; + tm:dateStartFuzzy "1894" ; + tm:dateStartMin "1894-01-01"^^xsd:date ; + tm:dateStartMax "1894-12-31"^^xsd:date ; + tm:reason "Labour" . + +migration:10 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:AT-VIE-00 ; + tm:destPlace location:GER-Dresd-00 ; + tm:dateStartFuzzy "1899" ; + tm:dateStartMin "1899-01-01"^^xsd:date ; + tm:dateStartMax "1899-12-31"^^xsd:date ; + tm:reason "Labour" . + +migration:11 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:GER-Dresd-00 ; + tm:destPlace location:AT-VIE-00 ; + tm:dateStartFuzzy "1909" ; + tm:dateStartMin "1909-01-01"^^xsd:date ; + tm:dateStartMax "1909-12-31"^^xsd:date ; + tm:reason "Labour" . + +migration:2118 a tm:Migration ; + tm:person person:AbeIre-00 ; + tm:startPlace location:AT-VIE-00 ; + tm:destPlace location:AT-Weid-00 ; + tm:dateStartFuzzy "1909" ; + tm:dateStartMin "1909-01-01"^^xsd:date ; + tm:dateStartMax "1909-12-31"^^xsd:date ; + tm:reason "Other" . + +# ── Relationships ───────────────────────────────────────────────────────────── + +relationship:2 a tm:Relationship ; + tm:activePerson person:AbeIre-00 ; + tm:passivePerson person:MamEmm-00 ; + tm:location location:AT-VIE-00 . + +relationship:3 a tm:Relationship ; + tm:activePerson person:AbeIre-00 ; + tm:passivePerson person:WilAur-00 ; + tm:location location:AT-VIE-00 . + +relationship:38 a tm:Relationship ; + tm:activePerson person:MamEmm-00 ; + tm:passivePerson person:AbeIre-00 . + +relationship:93 a tm:Relationship ; + tm:activePerson person:WilAur-00 ; + tm:passivePerson person:AbeIre-00 . + +relationship:16834 a tm:Relationship ; + tm:activePerson person:AbeIre-00 ; + tm:passivePerson person:LamFra-00 ; + tm:location location:IT-Mila-00 . + +relationship:16839 a tm:Relationship ; + tm:activePerson person:AbeIre-00 ; + tm:passivePerson person:AbeMir-00 ; + tm:relationshipTypePrecise "Sister" . + +relationship:16844 a tm:Relationship ; + tm:activePerson person:AbeIre-00 ; + tm:passivePerson person:CamCle-00 ; + tm:location location:IT-Mila-00 . + +# ── Locations ───────────────────────────────────────────────────────────────── + +location:UA-Lv-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Ukraine ; + rdfs:label "Lviv" ; + schema:latitude "49.83"^^xsd:double ; + schema:longitude "24.0142"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q36036 ; + schema:sameAs . + +location:AT-VIE-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Austria ; + rdfs:label "Vienna" ; + schema:latitude "48.21"^^xsd:double ; + schema:longitude "16.3634"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q1741 ; + schema:sameAs . + +location:AT-Weid-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Austria ; + tm:state "Statzendorf" ; + rdfs:label "Weidling" ; + schema:latitude "48.3081"^^xsd:double ; + schema:longitude "15.6408"^^xsd:double ; + schema:sameAs wd:Q484858 . + +location:IT-Mila-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Italy ; + rdfs:label "Milan" ; + schema:latitude "45.4669"^^xsd:double ; + schema:longitude "9.19"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q490 ; + schema:sameAs . + +location:CZ-Karlsb-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Czech_Republic ; + rdfs:label "Karlovy Vary" ; + schema:latitude "50.2306"^^xsd:double ; + schema:longitude "12.8725"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q384544 ; + schema:sameAs . + +location:LV-RIX-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Latvia ; + rdfs:label "Riga" ; + schema:latitude "56.9489"^^xsd:double ; + schema:longitude "24.1064"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q1773 ; + schema:sameAs . + +location:GER-MUC-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Germany ; + rdfs:label "Munich" ; + schema:latitude "48.1333"^^xsd:double ; + schema:longitude "11.5667"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q1726 ; + schema:sameAs . + +location:GER-Dresd-00 a tm:Location ; + tm:continent region:Europe ; + tm:country country:Germany ; + rdfs:label "Dresden" ; + schema:latitude "51.05"^^xsd:double ; + schema:longitude "13.74"^^xsd:double ; + schema:sameAs ; + schema:sameAs wd:Q1731 ; + schema:sameAs .