migrants/data_examples/example_01.ttl

253 lines
9.9 KiB
Turtle
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Example 01 — Irene Abendroth (person:AbeIre-00)
#
# This file collects all data generated for Irene Abendroth (18721932),
# 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: <https://daniel.degu.cl/data/theater-migrants/countries.ttl#Country-> .
@prefix location: <https://daniel.degu.cl/data/theater-migrants/locations.ttl#> .
@prefix migration: <https://daniel.degu.cl/data/theater-migrants/migrations.ttl#> .
@prefix occupation: <https://daniel.degu.cl/data/theater-migrants/occupations.ttl#> .
@prefix person: <https://daniel.degu.cl/data/theater-migrants/persons.ttl#> .
@prefix personOccupation: <https://daniel.degu.cl/data/theater-migrants/person_occupations.ttl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix region: <https://daniel.degu.cl/data/theater-migrants/regions.ttl#> .
@prefix relationship: <https://daniel.degu.cl/data/theater-migrants/relationships.ttl#> .
@prefix schema: <https://schema.org/> .
@prefix tm: <https://daniel.degu.cl/data/theather-migrants/ontology.ttl#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# ── Person ───────────────────────────────────────────────────────────────────
person:AbeIre-00 a schema:Person ;
schema:givenName "Irene" ;
schema:familyName "Abendroth" ;
schema:gender schema:Female ;
schema:image <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/FS_PK267702alt.jpg> ;
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 <https://en.wikipedia.org/wiki/Irene_Abendroth> ;
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. \nWiener Staatsoper: Aufführungsarchiv, https://archiv.wiener-staatsoper.at/search/person/7243\nFremdenblatt - Organ für die böhmischen Kurorte, 8th July 1888, p. 2: https://anno.onb.ac.at/cgi-content/anno?aid=fbl&amp;datum=18880708&amp;query=%22Abendroth+Karlsbad%22~25&amp;ref=anno-search&amp;seite=2\n\n" ;
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 <https://en.wikipedia.org/wiki/Lviv> ;
schema:sameAs wd:Q36036 ;
schema:sameAs <http://sws.geonames.org/702550/> .
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 <https://en.wikipedia.org/wiki/Vienna> ;
schema:sameAs wd:Q1741 ;
schema:sameAs <http://sws.geonames.org/2761369/> .
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 <https://en.wikipedia.org/wiki/Milan> ;
schema:sameAs wd:Q490 ;
schema:sameAs <http://sws.geonames.org/3173435/> .
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 <https://en.wikipedia.org/wiki/Karlovy_Vary> ;
schema:sameAs wd:Q384544 ;
schema:sameAs <http://sws.geonames.org/3073803/> .
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 <https://en.wikipedia.org/wiki/Riga> ;
schema:sameAs wd:Q1773 ;
schema:sameAs <http://sws.geonames.org/456172/> .
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 <https://en.wikipedia.org/wiki/Munich> ;
schema:sameAs wd:Q1726 ;
schema:sameAs <http://sws.geonames.org/2867714/> .
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 <https://en.wikipedia.org/wiki/Dresden> ;
schema:sameAs wd:Q1731 ;
schema:sameAs <http://sws.geonames.org/2935022/> .