Regenerate examples with rdf:type first in each subject block.

This commit is contained in:
Daniel Hernandez 2026-02-28 20:02:28 +01:00
parent 87e6ca0000
commit cde2097923
8 changed files with 857 additions and 849 deletions

View file

@ -6,6 +6,7 @@
@prefix work: <http://example.org/migrants/work/> . @prefix work: <http://example.org/migrants/work/> .
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
person:AbeIre-00 a migrants:person ; person:AbeIre-00 a migrants:person ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;

View file

@ -6,13 +6,15 @@
@prefix work: <http://example.org/migrants/work/> . @prefix work: <http://example.org/migrants/work/> .
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
migrants:ImportSource-Own rdfs:label "Own"@en ;
a migrants:ImportSource .
migrants:Gender-female rdfs:label "female"@en ; migrants:ImportSource-Own a migrants:ImportSource ;
a migrants:Gender . rdfs:label "Own"@en .
person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ; migrants:Gender-female a migrants:Gender ;
rdfs:label "female"@en .
person:AbeIre-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp: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" ; personp: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" ;
personp:SNAC "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ; personp:SNAC "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ;
@ -34,10 +36,10 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:religion "Christian" ; personp:religion "Christian" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" .
a migrants:person .
work:11 workp:EmploymentType migrants:EmploymentType-Tour ; work:11 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Deutsches Theater Prag" ; workp:comment "Deutsches Theater Prag" ;
workp:DateStart_Max "1907-12-31" ; workp:DateStart_Max "1907-12-31" ;
@ -46,10 +48,10 @@ work:11 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "11" ; workp:IDWork "11" .
a migrants:work .
work:10 workp:EmploymentType migrants:EmploymentType-Tour ; work:10 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -59,10 +61,10 @@ work:10 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "10" ; workp:IDWork "10" .
a migrants:work .
work:9 workp:EmploymentType migrants:EmploymentType-Tour ; work:9 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -72,10 +74,10 @@ work:9 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "9" ; workp:IDWork "9" .
a migrants:work .
work:8 workp:EmploymentType migrants:EmploymentType-Tour ; work:8 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1907-12-31" ; workp:DateEnd_Max "1907-12-31" ;
@ -87,10 +89,10 @@ work:8 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "8" ; workp:IDWork "8" .
a migrants:work .
work:7 workp:EmploymentType migrants:EmploymentType-Tour ; work:7 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ; workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ;
workp:DateEnd_Max "1907-12-31" ; workp:DateEnd_Max "1907-12-31" ;
@ -102,10 +104,10 @@ work:7 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "7" ; workp:IDWork "7" .
a migrants:work .
work:6 workp:EmploymentType migrants:EmploymentType-Tour ; work:6 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ; workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ;
workp:DateEnd_Max "1909-12-31" ; workp:DateEnd_Max "1909-12-31" ;
@ -117,10 +119,10 @@ work:6 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "6" ; workp:IDWork "6" .
a migrants:work .
work:5 workp:EmploymentType migrants:EmploymentType-Tour ; work:5 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1897-03-22" ; workp:DateEnd_Max "1897-03-22" ;
@ -132,10 +134,10 @@ work:5 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "5" ; workp:IDWork "5" .
a migrants:work .
work:4 workp:EmploymentType migrants:EmploymentType-Tour ; work:4 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1894-12-31" ; workp:DateEnd_Max "1894-12-31" ;
@ -147,10 +149,10 @@ work:4 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "4" ; workp:IDWork "4" .
a migrants:work .
work:3 workp:EmploymentType migrants:EmploymentType-Tour ; work:3 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1891-12-31" ; workp:DateEnd_Max "1891-12-31" ;
@ -162,10 +164,10 @@ work:3 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "3" ; workp:IDWork "3" .
a migrants:work .
work:2 workp:EmploymentType migrants:EmploymentType-Tour ; work:2 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -175,10 +177,10 @@ work:2 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "2" ; workp:IDWork "2" .
a migrants:work .
work:1 workp:EmploymentType migrants:EmploymentType-Tour ; work:1 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:Employment "Permanent" ; workp:Employment "Permanent" ;
@ -188,169 +190,169 @@ work:1 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "1" ; workp:IDWork "1" .
a migrants:work .
migrants:relationship\/21686 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/21686 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "21686" ; migrants:relationship\#IDRel "21686" .
a migrants:relationship .
migrants:relationship\/16844 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16844 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16844" ; migrants:relationship\#IDRel "16844" .
a migrants:relationship .
migrants:relationship\/16839 migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ; migrants:relationship\/16839 a migrants:relationship ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16839" ; migrants:relationship\#IDRel "16839" .
a migrants:relationship .
migrants:relationship\/16834 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16834 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16834" ; migrants:relationship\#IDRel "16834" .
a migrants:relationship .
migrants:relationship\/93 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/93 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
migrants:relationship\#IDRel "93" ; migrants:relationship\#IDRel "93" .
a migrants:relationship .
migrants:relationship\/38 migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\/38 a migrants:relationship ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
migrants:relationship\#IDRel "38" ; migrants:relationship\#IDRel "38" .
a migrants:relationship .
migrants:relationship\/3 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/3 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "3" ; migrants:relationship\#IDRel "3" .
a migrants:relationship .
migrants:relationship\/2 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/2 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Timeperiod "" ; migrants:relationship\#Timeperiod "" ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "2" ; migrants:relationship\#IDRel "2" .
a migrants:relationship .
migrants:person_profession\/5120 migrants:person_profession\#profession "Singer" ; migrants:person_profession\/5120 a migrants:person_profession ;
migrants:person_profession\#profession "Singer" ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
migrants:person_profession\#IDProfPerson "5120" ; migrants:person_profession\#IDProfPerson "5120" .
a migrants:person_profession .
migrants:migration_table\/2118 migrants:migration_table\#reason migrants:MigrationReason-Other ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Other ;
migrants:migration_table\#DateStart_Max "1909-12-31" ; migrants:migration_table\#DateStart_Max "1909-12-31" ;
migrants:migration_table\#DateStart_Min "1909-01-01" ; migrants:migration_table\#DateStart_Min "1909-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2118" ; migrants:migration_table\#IDMig "2118" .
a migrants:migration_table .
migrants:migration_table\/2117 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/2117 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2117" ; migrants:migration_table\#IDMig "2117" .
a migrants:migration_table .
migrants:migration_table\/2114 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/2114 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2114" ; migrants:migration_table\#IDMig "2114" .
a migrants:migration_table .
migrants:migration_table\/11 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1909-12-31" ; migrants:migration_table\#DateStart_Max "1909-12-31" ;
migrants:migration_table\#DateStart_Min "1909-01-01" ; migrants:migration_table\#DateStart_Min "1909-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "11" ; migrants:migration_table\#IDMig "11" .
a migrants:migration_table .
migrants:migration_table\/10 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1899-12-31" ; migrants:migration_table\#DateStart_Max "1899-12-31" ;
migrants:migration_table\#DateStart_Min "1899-01-01" ; migrants:migration_table\#DateStart_Min "1899-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "10" ; migrants:migration_table\#IDMig "10" .
a migrants:migration_table .
migrants:migration_table\/9 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1894-12-31" ; migrants:migration_table\#DateStart_Max "1894-12-31" ;
migrants:migration_table\#DateStart_Min "1894-01-01" ; migrants:migration_table\#DateStart_Min "1894-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "9" ; migrants:migration_table\#IDMig "9" .
a migrants:migration_table .
migrants:migration_table\/8 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1891-12-31" ; migrants:migration_table\#DateStart_Max "1891-12-31" ;
migrants:migration_table\#DateStart_Min "1891-01-01" ; migrants:migration_table\#DateStart_Min "1891-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "8" ; migrants:migration_table\#IDMig "8" .
a migrants:migration_table .
migrants:migration_table\/7 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1890-12-31" ; migrants:migration_table\#DateStart_Max "1890-12-31" ;
migrants:migration_table\#DateStart_Min "1890-01-01" ; migrants:migration_table\#DateStart_Min "1890-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "7" ; migrants:migration_table\#IDMig "7" .
a migrants:migration_table .
migrants:migration_table\/6 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1889-12-31" ; migrants:migration_table\#DateStart_Max "1889-12-31" ;
migrants:migration_table\#DateStart_Min "1889-01-01" ; migrants:migration_table\#DateStart_Min "1889-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "6" ; migrants:migration_table\#IDMig "6" .
a migrants:migration_table .
migrants:migration_table\/5 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/5 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "5" ; migrants:migration_table\#IDMig "5" .
a migrants:migration_table .
migrants:organisation\/79 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/79 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ; migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ;
migrants:organisation\#inst_name "Deutsches Theater Prag" ; migrants:organisation\#inst_name "Deutsches Theater Prag" ;
migrants:organisation\#IDOrganisation "79" ; migrants:organisation\#IDOrganisation "79" .
a migrants:organisation .
location:CZ-Prag-00 locationp:City migrants:City-Prague ; location:CZ-Prag-00 a migrants:location ;
locationp:City migrants:City-Prague ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "3067696" ; locationp:GeoNamesID "3067696" ;
@ -358,17 +360,17 @@ location:CZ-Prag-00 locationp:City migrants:City-Prague ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Prague" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Prague" ;
locationp:longitude "14.4167" ; locationp:longitude "14.4167" ;
locationp:latitude "50.0833" ; locationp:latitude "50.0833" ;
locationp:IDLocation "CZ-Prag-00" ; locationp:IDLocation "CZ-Prag-00" .
a migrants:location .
migrants:organisation\/78 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/78 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-Leip-00 ; migrants:organisation\#ref-IDLocation location:GER-Leip-00 ;
migrants:organisation\#inst_name "Oper Leipzig" ; migrants:organisation\#inst_name "Oper Leipzig" ;
migrants:organisation\#IDOrganisation "78" ; migrants:organisation\#IDOrganisation "78" .
a migrants:organisation .
location:GER-Leip-00 locationp:City migrants:City-Leipzig ; location:GER-Leip-00 a migrants:location ;
locationp:City migrants:City-Leipzig ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2879139" ; locationp:GeoNamesID "2879139" ;
@ -376,17 +378,17 @@ location:GER-Leip-00 locationp:City migrants:City-Leipzig ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Leipzig" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Leipzig" ;
locationp:longitude "12.3833" ; locationp:longitude "12.3833" ;
locationp:latitude "51.3333" ; locationp:latitude "51.3333" ;
locationp:IDLocation "GER-Leip-00" ; locationp:IDLocation "GER-Leip-00" .
a migrants:location .
migrants:organisation\/77 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/77 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ; migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ;
migrants:organisation\#inst_name "Oper Frankfurt" ; migrants:organisation\#inst_name "Oper Frankfurt" ;
migrants:organisation\#IDOrganisation "77" ; migrants:organisation\#IDOrganisation "77" .
a migrants:organisation .
location:GER-Ffm-00 locationp:City migrants:City-Frankfurt ; location:GER-Ffm-00 a migrants:location ;
locationp:City migrants:City-Frankfurt ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2925533" ; locationp:GeoNamesID "2925533" ;
@ -394,17 +396,17 @@ location:GER-Ffm-00 locationp:City migrants:City-Frankfurt ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Frankfurt" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Frankfurt" ;
locationp:longitude "8.68333" ; locationp:longitude "8.68333" ;
locationp:latitude "50.1167" ; locationp:latitude "50.1167" ;
locationp:IDLocation "GER-Ffm-00" ; locationp:IDLocation "GER-Ffm-00" .
a migrants:location .
migrants:organisation\/76 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/76 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-STR-00 ; migrants:organisation\#ref-IDLocation location:GER-STR-00 ;
migrants:organisation\#inst_name "Hofoper Stuttgart" ; migrants:organisation\#inst_name "Hofoper Stuttgart" ;
migrants:organisation\#IDOrganisation "76" ; migrants:organisation\#IDOrganisation "76" .
a migrants:organisation .
location:GER-STR-00 locationp:City migrants:City-Stuttgart ; location:GER-STR-00 a migrants:location ;
locationp:City migrants:City-Stuttgart ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2825297" ; locationp:GeoNamesID "2825297" ;
@ -412,17 +414,17 @@ location:GER-STR-00 locationp:City migrants:City-Stuttgart ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Stuttgart" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Stuttgart" ;
locationp:longitude "9.184" ; locationp:longitude "9.184" ;
locationp:latitude "48.782" ; locationp:latitude "48.782" ;
locationp:IDLocation "GER-STR-00" ; locationp:IDLocation "GER-STR-00" .
a migrants:location .
migrants:organisation\/75 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/75 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-BER-00 ; migrants:organisation\#ref-IDLocation location:GER-BER-00 ;
migrants:organisation\#inst_name "Königliche Oper, Berlin" ; migrants:organisation\#inst_name "Königliche Oper, Berlin" ;
migrants:organisation\#IDOrganisation "75" ; migrants:organisation\#IDOrganisation "75" .
a migrants:organisation .
location:GER-BER-00 locationp:City migrants:City-Berlin ; location:GER-BER-00 a migrants:location ;
locationp:City migrants:City-Berlin ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2950159" ; locationp:GeoNamesID "2950159" ;
@ -430,69 +432,69 @@ location:GER-BER-00 locationp:City migrants:City-Berlin ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Berlin" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Berlin" ;
locationp:longitude "13.405" ; locationp:longitude "13.405" ;
locationp:latitude "52.52" ; locationp:latitude "52.52" ;
locationp:IDLocation "GER-BER-00" ; locationp:IDLocation "GER-BER-00" .
a migrants:location .
migrants:organisation\/450 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/450 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ; migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ;
migrants:organisation\#inst_name "Hofoper Dresden" ; migrants:organisation\#inst_name "Hofoper Dresden" ;
migrants:organisation\#IDOrganisation "450" ; migrants:organisation\#IDOrganisation "450" .
a migrants:organisation .
migrants:organisation\/73 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/73 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-MUC-00 ; migrants:organisation\#ref-IDLocation location:GER-MUC-00 ;
migrants:organisation\#inst_name "Königl. Hoftheater in München" ; migrants:organisation\#inst_name "Königl. Hoftheater in München" ;
migrants:organisation\#IDOrganisation "73" ; migrants:organisation\#IDOrganisation "73" .
a migrants:organisation .
migrants:organisation\/72 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/72 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#inst_name "Oper Riga" ; migrants:organisation\#inst_name "Oper Riga" ;
migrants:organisation\#IDOrganisation "72" ; migrants:organisation\#IDOrganisation "72" .
a migrants:organisation .
migrants:organisation\/71 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/71 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#inst_name "Hofoper Wien" ; migrants:organisation\#inst_name "Hofoper Wien" ;
migrants:organisation\#IDOrganisation "71" ; migrants:organisation\#IDOrganisation "71" .
a migrants:organisation .
migrants:EmploymentType-Tour rdfs:label "Tour"@en ; migrants:EmploymentType-Tour a migrants:EmploymentType ;
a migrants:EmploymentType . rdfs:label "Tour"@en .
migrants:Profession-Singer rdfs:label "Singer"@en ; migrants:Profession-Singer a migrants:Profession ;
a migrants:Profession . rdfs:label "Singer"@en .
person:CamCle-00 personp:Importsource migrants:ImportSource-Own ; person:CamCle-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Campanini" ; personp:family_name "Campanini" ;
personp:first_name "Cleofonte" ; personp:first_name "Cleofonte" ;
personp:IDPerson "CamCle-00" ; personp:IDPerson "CamCle-00" .
a migrants:person .
migrants:RelationshipTypePrecise-Sister rdfs:label "Sister"@en ; migrants:RelationshipTypePrecise-Sister a migrants:RelationshipTypePrecise ;
a migrants:RelationshipTypePrecise . rdfs:label "Sister"@en .
person:AbeMir-00 personp:Importsource migrants:ImportSource-Own ; person:AbeMir-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Mira" ; personp:first_name "Mira" ;
personp:IDPerson "AbeMir-00" ; personp:IDPerson "AbeMir-00" .
a migrants:person .
person:LamFra-00 personp:Importsource migrants:ImportSource-Own ; person:LamFra-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-male ; personp:gender migrants:Gender-male ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Lamperti" ; personp:family_name "Lamperti" ;
personp:first_name "Francesco Lamperti" ; personp:first_name "Francesco Lamperti" ;
personp:IDPerson "LamFra-00" ; personp:IDPerson "LamFra-00" .
a migrants:person .
person:WilAur-00 personp:Importsource migrants:ImportSource-Own ; person:WilAur-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Source "Andrea Harrandt: Jäger (-Wilczek), Familie, in: Oesterreichisches Musiklexikon. Online-Ausgabe, Wien 2002 ff., OEML: http://www.musiklexikon.ac.at/ml/musik_J/Jaeger_Familie_2.xmlKarl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, p. 2217.&nbsp;Ludwig Eisenberg: Großes biographisches Lexikon der deutschen Bühne im XIX. Jahrhundert.&nbsp; Leipzig: List 1903, pp. 468- 469." ; personp:Source "Andrea Harrandt: Jäger (-Wilczek), Familie, in: Oesterreichisches Musiklexikon. Online-Ausgabe, Wien 2002 ff., OEML: http://www.musiklexikon.ac.at/ml/musik_J/Jaeger_Familie_2.xmlKarl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, p. 2217.&nbsp;Ludwig Eisenberg: Großes biographisches Lexikon der deutschen Bühne im XIX. Jahrhundert.&nbsp; Leipzig: List 1903, pp. 468- 469." ;
personp:comment "born Strusin[e]/Galizien (Strussiw/UA)\n" ; personp:comment "born Strusin[e]/Galizien (Strussiw/UA)\n" ;
@ -512,13 +514,13 @@ person:WilAur-00 personp:Importsource migrants:ImportSource-Own ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Wilczek" ; personp:family_name "Wilczek" ;
personp:first_name "Aurelie" ; personp:first_name "Aurelie" ;
personp:IDPerson "WilAur-00" ; personp:IDPerson "WilAur-00" .
a migrants:person .
migrants:RelationshipType- rdfs:label ""@en ; migrants:RelationshipType- a migrants:RelationshipType ;
a migrants:RelationshipType . rdfs:label ""@en .
person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ; person:MamEmm-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:CERL "https://data.cerl.org/thesaurus/cnp01075147" ; personp:CERL "https://data.cerl.org/thesaurus/cnp01075147" ;
personp:VIAF "https://viaf.org/viaf/62289633" ; personp:VIAF "https://viaf.org/viaf/62289633" ;
@ -535,23 +537,23 @@ person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Mampé-Babnigg" ; personp:family_name "Mampé-Babnigg" ;
personp:first_name "Emma" ; personp:first_name "Emma" ;
personp:IDPerson "MamEmm-00" ; personp:IDPerson "MamEmm-00" .
a migrants:person .
migrants:MigrationReason-Other rdfs:label "Other"@en ; migrants:MigrationReason-Other a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Other"@en .
location:AT-Weid-00 locationp:City migrants:City-Weidling ; location:AT-Weid-00 a migrants:location ;
locationp:City migrants:City-Weidling ;
locationp:State migrants:State-Statzendorf ; locationp:State migrants:State-Statzendorf ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q484858" ; locationp:wikidata "Q484858" ;
locationp:longitude "15.6408" ; locationp:longitude "15.6408" ;
locationp:latitude "48.3081" ; locationp:latitude "48.3081" ;
locationp:IDLocation "AT-Weid-00" ; locationp:IDLocation "AT-Weid-00" .
a migrants:location .
location:GER-Dresd-00 locationp:City migrants:City-Dresden ; location:GER-Dresd-00 a migrants:location ;
locationp:City migrants:City-Dresden ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2935022" ; locationp:GeoNamesID "2935022" ;
@ -559,10 +561,10 @@ location:GER-Dresd-00 locationp:City migrants:City-Dresden ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Dresden" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Dresden" ;
locationp:longitude "13.74" ; locationp:longitude "13.74" ;
locationp:latitude "51.05" ; locationp:latitude "51.05" ;
locationp:IDLocation "GER-Dresd-00" ; locationp:IDLocation "GER-Dresd-00" .
a migrants:location .
location:GER-MUC-00 locationp:City migrants:City-Munich ; location:GER-MUC-00 a migrants:location ;
locationp:City migrants:City-Munich ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2867714" ; locationp:GeoNamesID "2867714" ;
@ -570,10 +572,10 @@ location:GER-MUC-00 locationp:City migrants:City-Munich ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Munich" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Munich" ;
locationp:longitude "11.5667" ; locationp:longitude "11.5667" ;
locationp:latitude "48.1333" ; locationp:latitude "48.1333" ;
locationp:IDLocation "GER-MUC-00" ; locationp:IDLocation "GER-MUC-00" .
a migrants:location .
location:LV-RIX-00 locationp:City migrants:City-Riga ; location:LV-RIX-00 a migrants:location ;
locationp:City migrants:City-Riga ;
locationp:Country migrants:Country-Latvia ; locationp:Country migrants:Country-Latvia ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "456172" ; locationp:GeoNamesID "456172" ;
@ -581,13 +583,13 @@ location:LV-RIX-00 locationp:City migrants:City-Riga ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Riga" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Riga" ;
locationp:longitude "24.1064" ; locationp:longitude "24.1064" ;
locationp:latitude "56.9489" ; locationp:latitude "56.9489" ;
locationp:IDLocation "LV-RIX-00" ; locationp:IDLocation "LV-RIX-00" .
a migrants:location .
migrants:MigrationReason-Labour rdfs:label "Labour"@en ; migrants:MigrationReason-Labour a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Labour"@en .
location:AT-VIE-00 locationp:City migrants:City-Vienna ; location:AT-VIE-00 a migrants:location ;
locationp:City migrants:City-Vienna ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2761369" ; locationp:GeoNamesID "2761369" ;
@ -595,10 +597,10 @@ location:AT-VIE-00 locationp:City migrants:City-Vienna ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Vienna" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Vienna" ;
locationp:longitude "16.3634" ; locationp:longitude "16.3634" ;
locationp:latitude "48.21" ; locationp:latitude "48.21" ;
locationp:IDLocation "AT-VIE-00" ; locationp:IDLocation "AT-VIE-00" .
a migrants:location .
location:CZ-Karlsb-00 locationp:City migrants:City-KarlovyVary ; location:CZ-Karlsb-00 a migrants:location ;
locationp:City migrants:City-KarlovyVary ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "3073803" ; locationp:GeoNamesID "3073803" ;
@ -606,13 +608,13 @@ location:CZ-Karlsb-00 locationp:City migrants:City-KarlovyVary ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Karlovy_Vary" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Karlovy_Vary" ;
locationp:longitude "12.8725" ; locationp:longitude "12.8725" ;
locationp:latitude "50.2306" ; locationp:latitude "50.2306" ;
locationp:IDLocation "CZ-Karlsb-00" ; locationp:IDLocation "CZ-Karlsb-00" .
a migrants:location .
migrants:MigrationReason-Education rdfs:label "Education"@en ; migrants:MigrationReason-Education a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Education"@en .
location:IT-Mila-00 locationp:City migrants:City-Milan ; location:IT-Mila-00 a migrants:location ;
locationp:City migrants:City-Milan ;
locationp:Country migrants:Country-Italy ; locationp:Country migrants:Country-Italy ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "3173435" ; locationp:GeoNamesID "3173435" ;
@ -620,10 +622,10 @@ location:IT-Mila-00 locationp:City migrants:City-Milan ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Milan" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Milan" ;
locationp:longitude "9.19" ; locationp:longitude "9.19" ;
locationp:latitude "45.4669" ; locationp:latitude "45.4669" ;
locationp:IDLocation "IT-Mila-00" ; locationp:IDLocation "IT-Mila-00" .
a migrants:location .
location:UA-Lv-00 locationp:City migrants:City-Lviv ; location:UA-Lv-00 a migrants:location ;
locationp:City migrants:City-Lviv ;
locationp:Country migrants:Country-Ukraine ; locationp:Country migrants:Country-Ukraine ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "702550" ; locationp:GeoNamesID "702550" ;
@ -631,5 +633,4 @@ location:UA-Lv-00 locationp:City migrants:City-Lviv ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Lviv" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Lviv" ;
locationp:longitude "24.0142" ; locationp:longitude "24.0142" ;
locationp:latitude "49.83" ; locationp:latitude "49.83" ;
locationp:IDLocation "UA-Lv-00" ; locationp:IDLocation "UA-Lv-00" .
a migrants:location .

View file

@ -6,7 +6,9 @@
@prefix work: <http://example.org/migrants/work/> . @prefix work: <http://example.org/migrants/work/> .
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
person:AbeIre-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp: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" ; personp: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" ;
personp:SNAC "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ; personp:SNAC "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ;
@ -28,10 +30,10 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:religion "Christian" ; personp:religion "Christian" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" .
a migrants:person .
work:11 workp:EmploymentType migrants:EmploymentType-Tour ; work:11 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Deutsches Theater Prag" ; workp:comment "Deutsches Theater Prag" ;
workp:DateStart_Max "1907-12-31" ; workp:DateStart_Max "1907-12-31" ;
@ -40,10 +42,10 @@ work:11 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "11" ; workp:IDWork "11" .
a migrants:work .
work:10 workp:EmploymentType migrants:EmploymentType-Tour ; work:10 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -53,10 +55,10 @@ work:10 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "10" ; workp:IDWork "10" .
a migrants:work .
work:9 workp:EmploymentType migrants:EmploymentType-Tour ; work:9 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -66,10 +68,10 @@ work:9 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "9" ; workp:IDWork "9" .
a migrants:work .
work:8 workp:EmploymentType migrants:EmploymentType-Tour ; work:8 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1907-12-31" ; workp:DateEnd_Max "1907-12-31" ;
@ -81,10 +83,10 @@ work:8 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "8" ; workp:IDWork "8" .
a migrants:work .
work:7 workp:EmploymentType migrants:EmploymentType-Tour ; work:7 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ; workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ;
workp:DateEnd_Max "1907-12-31" ; workp:DateEnd_Max "1907-12-31" ;
@ -96,10 +98,10 @@ work:7 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "7" ; workp:IDWork "7" .
a migrants:work .
work:6 workp:EmploymentType migrants:EmploymentType-Tour ; work:6 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ; workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ;
workp:DateEnd_Max "1909-12-31" ; workp:DateEnd_Max "1909-12-31" ;
@ -111,10 +113,10 @@ work:6 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "6" ; workp:IDWork "6" .
a migrants:work .
work:5 workp:EmploymentType migrants:EmploymentType-Tour ; work:5 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1897-03-22" ; workp:DateEnd_Max "1897-03-22" ;
@ -126,10 +128,10 @@ work:5 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "5" ; workp:IDWork "5" .
a migrants:work .
work:4 workp:EmploymentType migrants:EmploymentType-Tour ; work:4 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1894-12-31" ; workp:DateEnd_Max "1894-12-31" ;
@ -141,10 +143,10 @@ work:4 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "4" ; workp:IDWork "4" .
a migrants:work .
work:3 workp:EmploymentType migrants:EmploymentType-Tour ; work:3 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1891-12-31" ; workp:DateEnd_Max "1891-12-31" ;
@ -156,10 +158,10 @@ work:3 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "3" ; workp:IDWork "3" .
a migrants:work .
work:2 workp:EmploymentType migrants:EmploymentType-Tour ; work:2 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -169,10 +171,10 @@ work:2 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "2" ; workp:IDWork "2" .
a migrants:work .
work:1 workp:EmploymentType migrants:EmploymentType-Tour ; work:1 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:Employment "Permanent" ; workp:Employment "Permanent" ;
@ -182,157 +184,156 @@ work:1 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "1" ; workp:IDWork "1" .
a migrants:work .
migrants:relationship\/21686 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/21686 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "21686" ; migrants:relationship\#IDRel "21686" .
a migrants:relationship .
migrants:relationship\/16844 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16844 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16844" ; migrants:relationship\#IDRel "16844" .
a migrants:relationship .
migrants:relationship\/16839 migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ; migrants:relationship\/16839 a migrants:relationship ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16839" ; migrants:relationship\#IDRel "16839" .
a migrants:relationship .
migrants:relationship\/16834 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16834 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16834" ; migrants:relationship\#IDRel "16834" .
a migrants:relationship .
migrants:relationship\/93 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/93 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
migrants:relationship\#IDRel "93" ; migrants:relationship\#IDRel "93" .
a migrants:relationship .
migrants:relationship\/38 migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\/38 a migrants:relationship ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
migrants:relationship\#IDRel "38" ; migrants:relationship\#IDRel "38" .
a migrants:relationship .
migrants:relationship\/3 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/3 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "3" ; migrants:relationship\#IDRel "3" .
a migrants:relationship .
migrants:relationship\/2 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/2 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Timeperiod "" ; migrants:relationship\#Timeperiod "" ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "2" ; migrants:relationship\#IDRel "2" .
a migrants:relationship .
migrants:person_profession\/5120 migrants:person_profession\#profession "Singer" ; migrants:person_profession\/5120 a migrants:person_profession ;
migrants:person_profession\#profession "Singer" ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
migrants:person_profession\#IDProfPerson "5120" ; migrants:person_profession\#IDProfPerson "5120" .
a migrants:person_profession .
migrants:migration_table\/2118 migrants:migration_table\#reason migrants:MigrationReason-Other ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Other ;
migrants:migration_table\#DateStart_Max "1909-12-31" ; migrants:migration_table\#DateStart_Max "1909-12-31" ;
migrants:migration_table\#DateStart_Min "1909-01-01" ; migrants:migration_table\#DateStart_Min "1909-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2118" ; migrants:migration_table\#IDMig "2118" .
a migrants:migration_table .
migrants:migration_table\/2117 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/2117 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2117" ; migrants:migration_table\#IDMig "2117" .
a migrants:migration_table .
migrants:migration_table\/2114 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/2114 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2114" ; migrants:migration_table\#IDMig "2114" .
a migrants:migration_table .
migrants:migration_table\/11 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1909-12-31" ; migrants:migration_table\#DateStart_Max "1909-12-31" ;
migrants:migration_table\#DateStart_Min "1909-01-01" ; migrants:migration_table\#DateStart_Min "1909-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "11" ; migrants:migration_table\#IDMig "11" .
a migrants:migration_table .
migrants:migration_table\/10 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1899-12-31" ; migrants:migration_table\#DateStart_Max "1899-12-31" ;
migrants:migration_table\#DateStart_Min "1899-01-01" ; migrants:migration_table\#DateStart_Min "1899-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "10" ; migrants:migration_table\#IDMig "10" .
a migrants:migration_table .
migrants:migration_table\/9 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1894-12-31" ; migrants:migration_table\#DateStart_Max "1894-12-31" ;
migrants:migration_table\#DateStart_Min "1894-01-01" ; migrants:migration_table\#DateStart_Min "1894-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "9" ; migrants:migration_table\#IDMig "9" .
a migrants:migration_table .
migrants:migration_table\/8 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1891-12-31" ; migrants:migration_table\#DateStart_Max "1891-12-31" ;
migrants:migration_table\#DateStart_Min "1891-01-01" ; migrants:migration_table\#DateStart_Min "1891-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "8" ; migrants:migration_table\#IDMig "8" .
a migrants:migration_table .
migrants:migration_table\/7 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1890-12-31" ; migrants:migration_table\#DateStart_Max "1890-12-31" ;
migrants:migration_table\#DateStart_Min "1890-01-01" ; migrants:migration_table\#DateStart_Min "1890-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "7" ; migrants:migration_table\#IDMig "7" .
a migrants:migration_table .
migrants:migration_table\/6 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1889-12-31" ; migrants:migration_table\#DateStart_Max "1889-12-31" ;
migrants:migration_table\#DateStart_Min "1889-01-01" ; migrants:migration_table\#DateStart_Min "1889-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "6" ; migrants:migration_table\#IDMig "6" .
a migrants:migration_table .
migrants:migration_table\/5 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/5 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "5" ; migrants:migration_table\#IDMig "5" .
a migrants:migration_table .

View file

@ -6,13 +6,15 @@
@prefix work: <http://example.org/migrants/work/> . @prefix work: <http://example.org/migrants/work/> .
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
migrants:ImportSource-Own rdfs:label "Own"@en ;
a migrants:ImportSource .
migrants:Gender-female rdfs:label "female"@en ; migrants:ImportSource-Own a migrants:ImportSource ;
a migrants:Gender . rdfs:label "Own"@en .
person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ; migrants:Gender-female a migrants:Gender ;
rdfs:label "female"@en .
person:AbeIre-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp: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" ; personp: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" ;
personp:SNAC "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ; personp:SNAC "https://snaccooperative.org/ark:/99166/w6bt189x#resources" ;
@ -34,10 +36,10 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:religion "Christian" ; personp:religion "Christian" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" .
a migrants:person .
work:11 workp:EmploymentType migrants:EmploymentType-Tour ; work:11 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Deutsches Theater Prag" ; workp:comment "Deutsches Theater Prag" ;
workp:DateStart_Max "1907-12-31" ; workp:DateStart_Max "1907-12-31" ;
@ -46,10 +48,10 @@ work:11 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "11" ; workp:IDWork "11" .
a migrants:work .
work:10 workp:EmploymentType migrants:EmploymentType-Tour ; work:10 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -59,10 +61,10 @@ work:10 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "10" ; workp:IDWork "10" .
a migrants:work .
work:9 workp:EmploymentType migrants:EmploymentType-Tour ; work:9 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -72,10 +74,10 @@ work:9 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "9" ; workp:IDWork "9" .
a migrants:work .
work:8 workp:EmploymentType migrants:EmploymentType-Tour ; work:8 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1907-12-31" ; workp:DateEnd_Max "1907-12-31" ;
@ -87,10 +89,10 @@ work:8 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "8" ; workp:IDWork "8" .
a migrants:work .
work:7 workp:EmploymentType migrants:EmploymentType-Tour ; work:7 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ; workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ;
workp:DateEnd_Max "1907-12-31" ; workp:DateEnd_Max "1907-12-31" ;
@ -102,10 +104,10 @@ work:7 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "7" ; workp:IDWork "7" .
a migrants:work .
work:6 workp:EmploymentType migrants:EmploymentType-Tour ; work:6 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ; workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ;
workp:DateEnd_Max "1909-12-31" ; workp:DateEnd_Max "1909-12-31" ;
@ -117,10 +119,10 @@ work:6 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "6" ; workp:IDWork "6" .
a migrants:work .
work:5 workp:EmploymentType migrants:EmploymentType-Tour ; work:5 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1897-03-22" ; workp:DateEnd_Max "1897-03-22" ;
@ -132,10 +134,10 @@ work:5 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "5" ; workp:IDWork "5" .
a migrants:work .
work:4 workp:EmploymentType migrants:EmploymentType-Tour ; work:4 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1894-12-31" ; workp:DateEnd_Max "1894-12-31" ;
@ -147,10 +149,10 @@ work:4 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "4" ; workp:IDWork "4" .
a migrants:work .
work:3 workp:EmploymentType migrants:EmploymentType-Tour ; work:3 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Max "1891-12-31" ; workp:DateEnd_Max "1891-12-31" ;
@ -162,10 +164,10 @@ work:3 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "3" ; workp:IDWork "3" .
a migrants:work .
work:2 workp:EmploymentType migrants:EmploymentType-Tour ; work:2 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
@ -175,10 +177,10 @@ work:2 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "2" ; workp:IDWork "2" .
a migrants:work .
work:1 workp:EmploymentType migrants:EmploymentType-Tour ; work:1 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "" ; workp:comment "" ;
workp:Employment "Permanent" ; workp:Employment "Permanent" ;
@ -188,169 +190,169 @@ work:1 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:IDWork "1" ; workp:IDWork "1" .
a migrants:work .
migrants:relationship\/21686 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/21686 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "21686" ; migrants:relationship\#IDRel "21686" .
a migrants:relationship .
migrants:relationship\/16844 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16844 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16844" ; migrants:relationship\#IDRel "16844" .
a migrants:relationship .
migrants:relationship\/16839 migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ; migrants:relationship\/16839 a migrants:relationship ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16839" ; migrants:relationship\#IDRel "16839" .
a migrants:relationship .
migrants:relationship\/16834 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16834 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "16834" ; migrants:relationship\#IDRel "16834" .
a migrants:relationship .
migrants:relationship\/93 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/93 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
migrants:relationship\#IDRel "93" ; migrants:relationship\#IDRel "93" .
a migrants:relationship .
migrants:relationship\/38 migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\/38 a migrants:relationship ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
migrants:relationship\#IDRel "38" ; migrants:relationship\#IDRel "38" .
a migrants:relationship .
migrants:relationship\/3 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/3 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "3" ; migrants:relationship\#IDRel "3" .
a migrants:relationship .
migrants:relationship\/2 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/2 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Timeperiod "" ; migrants:relationship\#Timeperiod "" ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#IDRel "2" ; migrants:relationship\#IDRel "2" .
a migrants:relationship .
migrants:person_profession\/5120 migrants:person_profession\#profession "Singer" ; migrants:person_profession\/5120 a migrants:person_profession ;
migrants:person_profession\#profession "Singer" ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
migrants:person_profession\#IDProfPerson "5120" ; migrants:person_profession\#IDProfPerson "5120" .
a migrants:person_profession .
migrants:migration_table\/2118 migrants:migration_table\#reason migrants:MigrationReason-Other ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Other ;
migrants:migration_table\#DateStart_Max "1909-12-31" ; migrants:migration_table\#DateStart_Max "1909-12-31" ;
migrants:migration_table\#DateStart_Min "1909-01-01" ; migrants:migration_table\#DateStart_Min "1909-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2118" ; migrants:migration_table\#IDMig "2118" .
a migrants:migration_table .
migrants:migration_table\/2117 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/2117 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2117" ; migrants:migration_table\#IDMig "2117" .
a migrants:migration_table .
migrants:migration_table\/2114 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/2114 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "2114" ; migrants:migration_table\#IDMig "2114" .
a migrants:migration_table .
migrants:migration_table\/11 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1909-12-31" ; migrants:migration_table\#DateStart_Max "1909-12-31" ;
migrants:migration_table\#DateStart_Min "1909-01-01" ; migrants:migration_table\#DateStart_Min "1909-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "11" ; migrants:migration_table\#IDMig "11" .
a migrants:migration_table .
migrants:migration_table\/10 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1899-12-31" ; migrants:migration_table\#DateStart_Max "1899-12-31" ;
migrants:migration_table\#DateStart_Min "1899-01-01" ; migrants:migration_table\#DateStart_Min "1899-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "10" ; migrants:migration_table\#IDMig "10" .
a migrants:migration_table .
migrants:migration_table\/9 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1894-12-31" ; migrants:migration_table\#DateStart_Max "1894-12-31" ;
migrants:migration_table\#DateStart_Min "1894-01-01" ; migrants:migration_table\#DateStart_Min "1894-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "9" ; migrants:migration_table\#IDMig "9" .
a migrants:migration_table .
migrants:migration_table\/8 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1891-12-31" ; migrants:migration_table\#DateStart_Max "1891-12-31" ;
migrants:migration_table\#DateStart_Min "1891-01-01" ; migrants:migration_table\#DateStart_Min "1891-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "8" ; migrants:migration_table\#IDMig "8" .
a migrants:migration_table .
migrants:migration_table\/7 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1890-12-31" ; migrants:migration_table\#DateStart_Max "1890-12-31" ;
migrants:migration_table\#DateStart_Min "1890-01-01" ; migrants:migration_table\#DateStart_Min "1890-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "7" ; migrants:migration_table\#IDMig "7" .
a migrants:migration_table .
migrants:migration_table\/6 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Max "1889-12-31" ; migrants:migration_table\#DateStart_Max "1889-12-31" ;
migrants:migration_table\#DateStart_Min "1889-01-01" ; migrants:migration_table\#DateStart_Min "1889-01-01" ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "6" ; migrants:migration_table\#IDMig "6" .
a migrants:migration_table .
migrants:migration_table\/5 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/5 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#IDMig "5" ; migrants:migration_table\#IDMig "5" .
a migrants:migration_table .
migrants:organisation\/79 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/79 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ; migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ;
migrants:organisation\#inst_name "Deutsches Theater Prag" ; migrants:organisation\#inst_name "Deutsches Theater Prag" ;
migrants:organisation\#IDOrganisation "79" ; migrants:organisation\#IDOrganisation "79" .
a migrants:organisation .
location:CZ-Prag-00 locationp:City migrants:City-Prague ; location:CZ-Prag-00 a migrants:location ;
locationp:City migrants:City-Prague ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "3067696" ; locationp:GeoNamesID "3067696" ;
@ -358,17 +360,17 @@ location:CZ-Prag-00 locationp:City migrants:City-Prague ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Prague" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Prague" ;
locationp:longitude "14.4167" ; locationp:longitude "14.4167" ;
locationp:latitude "50.0833" ; locationp:latitude "50.0833" ;
locationp:IDLocation "CZ-Prag-00" ; locationp:IDLocation "CZ-Prag-00" .
a migrants:location .
migrants:organisation\/78 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/78 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-Leip-00 ; migrants:organisation\#ref-IDLocation location:GER-Leip-00 ;
migrants:organisation\#inst_name "Oper Leipzig" ; migrants:organisation\#inst_name "Oper Leipzig" ;
migrants:organisation\#IDOrganisation "78" ; migrants:organisation\#IDOrganisation "78" .
a migrants:organisation .
location:GER-Leip-00 locationp:City migrants:City-Leipzig ; location:GER-Leip-00 a migrants:location ;
locationp:City migrants:City-Leipzig ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2879139" ; locationp:GeoNamesID "2879139" ;
@ -376,17 +378,17 @@ location:GER-Leip-00 locationp:City migrants:City-Leipzig ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Leipzig" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Leipzig" ;
locationp:longitude "12.3833" ; locationp:longitude "12.3833" ;
locationp:latitude "51.3333" ; locationp:latitude "51.3333" ;
locationp:IDLocation "GER-Leip-00" ; locationp:IDLocation "GER-Leip-00" .
a migrants:location .
migrants:organisation\/77 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/77 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ; migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ;
migrants:organisation\#inst_name "Oper Frankfurt" ; migrants:organisation\#inst_name "Oper Frankfurt" ;
migrants:organisation\#IDOrganisation "77" ; migrants:organisation\#IDOrganisation "77" .
a migrants:organisation .
location:GER-Ffm-00 locationp:City migrants:City-Frankfurt ; location:GER-Ffm-00 a migrants:location ;
locationp:City migrants:City-Frankfurt ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2925533" ; locationp:GeoNamesID "2925533" ;
@ -394,17 +396,17 @@ location:GER-Ffm-00 locationp:City migrants:City-Frankfurt ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Frankfurt" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Frankfurt" ;
locationp:longitude "8.68333" ; locationp:longitude "8.68333" ;
locationp:latitude "50.1167" ; locationp:latitude "50.1167" ;
locationp:IDLocation "GER-Ffm-00" ; locationp:IDLocation "GER-Ffm-00" .
a migrants:location .
migrants:organisation\/76 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/76 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-STR-00 ; migrants:organisation\#ref-IDLocation location:GER-STR-00 ;
migrants:organisation\#inst_name "Hofoper Stuttgart" ; migrants:organisation\#inst_name "Hofoper Stuttgart" ;
migrants:organisation\#IDOrganisation "76" ; migrants:organisation\#IDOrganisation "76" .
a migrants:organisation .
location:GER-STR-00 locationp:City migrants:City-Stuttgart ; location:GER-STR-00 a migrants:location ;
locationp:City migrants:City-Stuttgart ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2825297" ; locationp:GeoNamesID "2825297" ;
@ -412,17 +414,17 @@ location:GER-STR-00 locationp:City migrants:City-Stuttgart ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Stuttgart" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Stuttgart" ;
locationp:longitude "9.184" ; locationp:longitude "9.184" ;
locationp:latitude "48.782" ; locationp:latitude "48.782" ;
locationp:IDLocation "GER-STR-00" ; locationp:IDLocation "GER-STR-00" .
a migrants:location .
migrants:organisation\/75 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/75 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-BER-00 ; migrants:organisation\#ref-IDLocation location:GER-BER-00 ;
migrants:organisation\#inst_name "Königliche Oper, Berlin" ; migrants:organisation\#inst_name "Königliche Oper, Berlin" ;
migrants:organisation\#IDOrganisation "75" ; migrants:organisation\#IDOrganisation "75" .
a migrants:organisation .
location:GER-BER-00 locationp:City migrants:City-Berlin ; location:GER-BER-00 a migrants:location ;
locationp:City migrants:City-Berlin ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2950159" ; locationp:GeoNamesID "2950159" ;
@ -430,69 +432,69 @@ location:GER-BER-00 locationp:City migrants:City-Berlin ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Berlin" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Berlin" ;
locationp:longitude "13.405" ; locationp:longitude "13.405" ;
locationp:latitude "52.52" ; locationp:latitude "52.52" ;
locationp:IDLocation "GER-BER-00" ; locationp:IDLocation "GER-BER-00" .
a migrants:location .
migrants:organisation\/450 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/450 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ; migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ;
migrants:organisation\#inst_name "Hofoper Dresden" ; migrants:organisation\#inst_name "Hofoper Dresden" ;
migrants:organisation\#IDOrganisation "450" ; migrants:organisation\#IDOrganisation "450" .
a migrants:organisation .
migrants:organisation\/73 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/73 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#ref-IDLocation location:GER-MUC-00 ; migrants:organisation\#ref-IDLocation location:GER-MUC-00 ;
migrants:organisation\#inst_name "Königl. Hoftheater in München" ; migrants:organisation\#inst_name "Königl. Hoftheater in München" ;
migrants:organisation\#IDOrganisation "73" ; migrants:organisation\#IDOrganisation "73" .
a migrants:organisation .
migrants:organisation\/72 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/72 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#inst_name "Oper Riga" ; migrants:organisation\#inst_name "Oper Riga" ;
migrants:organisation\#IDOrganisation "72" ; migrants:organisation\#IDOrganisation "72" .
a migrants:organisation .
migrants:organisation\/71 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/71 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#inst_name "Hofoper Wien" ; migrants:organisation\#inst_name "Hofoper Wien" ;
migrants:organisation\#IDOrganisation "71" ; migrants:organisation\#IDOrganisation "71" .
a migrants:organisation .
migrants:EmploymentType-Tour rdfs:label "Tour"@en ; migrants:EmploymentType-Tour a migrants:EmploymentType ;
a migrants:EmploymentType . rdfs:label "Tour"@en .
migrants:Profession-Singer rdfs:label "Singer"@en ; migrants:Profession-Singer a migrants:Profession ;
a migrants:Profession . rdfs:label "Singer"@en .
person:CamCle-00 personp:Importsource migrants:ImportSource-Own ; person:CamCle-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Campanini" ; personp:family_name "Campanini" ;
personp:first_name "Cleofonte" ; personp:first_name "Cleofonte" ;
personp:IDPerson "CamCle-00" ; personp:IDPerson "CamCle-00" .
a migrants:person .
migrants:RelationshipTypePrecise-Sister rdfs:label "Sister"@en ; migrants:RelationshipTypePrecise-Sister a migrants:RelationshipTypePrecise ;
a migrants:RelationshipTypePrecise . rdfs:label "Sister"@en .
person:AbeMir-00 personp:Importsource migrants:ImportSource-Own ; person:AbeMir-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Mira" ; personp:first_name "Mira" ;
personp:IDPerson "AbeMir-00" ; personp:IDPerson "AbeMir-00" .
a migrants:person .
person:LamFra-00 personp:Importsource migrants:ImportSource-Own ; person:LamFra-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-male ; personp:gender migrants:Gender-male ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Lamperti" ; personp:family_name "Lamperti" ;
personp:first_name "Francesco Lamperti" ; personp:first_name "Francesco Lamperti" ;
personp:IDPerson "LamFra-00" ; personp:IDPerson "LamFra-00" .
a migrants:person .
person:WilAur-00 personp:Importsource migrants:ImportSource-Own ; person:WilAur-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Source "Andrea Harrandt: Jäger (-Wilczek), Familie, in: Oesterreichisches Musiklexikon. Online-Ausgabe, Wien 2002 ff., OEML: http://www.musiklexikon.ac.at/ml/musik_J/Jaeger_Familie_2.xmlKarl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, p. 2217.&nbsp;Ludwig Eisenberg: Großes biographisches Lexikon der deutschen Bühne im XIX. Jahrhundert.&nbsp; Leipzig: List 1903, pp. 468- 469." ; personp:Source "Andrea Harrandt: Jäger (-Wilczek), Familie, in: Oesterreichisches Musiklexikon. Online-Ausgabe, Wien 2002 ff., OEML: http://www.musiklexikon.ac.at/ml/musik_J/Jaeger_Familie_2.xmlKarl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, p. 2217.&nbsp;Ludwig Eisenberg: Großes biographisches Lexikon der deutschen Bühne im XIX. Jahrhundert.&nbsp; Leipzig: List 1903, pp. 468- 469." ;
personp:comment "born Strusin[e]/Galizien (Strussiw/UA)\n" ; personp:comment "born Strusin[e]/Galizien (Strussiw/UA)\n" ;
@ -512,13 +514,13 @@ person:WilAur-00 personp:Importsource migrants:ImportSource-Own ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Wilczek" ; personp:family_name "Wilczek" ;
personp:first_name "Aurelie" ; personp:first_name "Aurelie" ;
personp:IDPerson "WilAur-00" ; personp:IDPerson "WilAur-00" .
a migrants:person .
migrants:RelationshipType- rdfs:label ""@en ; migrants:RelationshipType- a migrants:RelationshipType ;
a migrants:RelationshipType . rdfs:label ""@en .
person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ; person:MamEmm-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:CERL "https://data.cerl.org/thesaurus/cnp01075147" ; personp:CERL "https://data.cerl.org/thesaurus/cnp01075147" ;
personp:VIAF "https://viaf.org/viaf/62289633" ; personp:VIAF "https://viaf.org/viaf/62289633" ;
@ -535,23 +537,23 @@ person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ;
personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ; personp:imageURL "https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png" ;
personp:family_name "Mampé-Babnigg" ; personp:family_name "Mampé-Babnigg" ;
personp:first_name "Emma" ; personp:first_name "Emma" ;
personp:IDPerson "MamEmm-00" ; personp:IDPerson "MamEmm-00" .
a migrants:person .
migrants:MigrationReason-Other rdfs:label "Other"@en ; migrants:MigrationReason-Other a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Other"@en .
location:AT-Weid-00 locationp:City migrants:City-Weidling ; location:AT-Weid-00 a migrants:location ;
locationp:City migrants:City-Weidling ;
locationp:State migrants:State-Statzendorf ; locationp:State migrants:State-Statzendorf ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q484858" ; locationp:wikidata "Q484858" ;
locationp:longitude "15.6408" ; locationp:longitude "15.6408" ;
locationp:latitude "48.3081" ; locationp:latitude "48.3081" ;
locationp:IDLocation "AT-Weid-00" ; locationp:IDLocation "AT-Weid-00" .
a migrants:location .
location:GER-Dresd-00 locationp:City migrants:City-Dresden ; location:GER-Dresd-00 a migrants:location ;
locationp:City migrants:City-Dresden ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2935022" ; locationp:GeoNamesID "2935022" ;
@ -559,10 +561,10 @@ location:GER-Dresd-00 locationp:City migrants:City-Dresden ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Dresden" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Dresden" ;
locationp:longitude "13.74" ; locationp:longitude "13.74" ;
locationp:latitude "51.05" ; locationp:latitude "51.05" ;
locationp:IDLocation "GER-Dresd-00" ; locationp:IDLocation "GER-Dresd-00" .
a migrants:location .
location:GER-MUC-00 locationp:City migrants:City-Munich ; location:GER-MUC-00 a migrants:location ;
locationp:City migrants:City-Munich ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2867714" ; locationp:GeoNamesID "2867714" ;
@ -570,10 +572,10 @@ location:GER-MUC-00 locationp:City migrants:City-Munich ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Munich" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Munich" ;
locationp:longitude "11.5667" ; locationp:longitude "11.5667" ;
locationp:latitude "48.1333" ; locationp:latitude "48.1333" ;
locationp:IDLocation "GER-MUC-00" ; locationp:IDLocation "GER-MUC-00" .
a migrants:location .
location:LV-RIX-00 locationp:City migrants:City-Riga ; location:LV-RIX-00 a migrants:location ;
locationp:City migrants:City-Riga ;
locationp:Country migrants:Country-Latvia ; locationp:Country migrants:Country-Latvia ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "456172" ; locationp:GeoNamesID "456172" ;
@ -581,13 +583,13 @@ location:LV-RIX-00 locationp:City migrants:City-Riga ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Riga" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Riga" ;
locationp:longitude "24.1064" ; locationp:longitude "24.1064" ;
locationp:latitude "56.9489" ; locationp:latitude "56.9489" ;
locationp:IDLocation "LV-RIX-00" ; locationp:IDLocation "LV-RIX-00" .
a migrants:location .
migrants:MigrationReason-Labour rdfs:label "Labour"@en ; migrants:MigrationReason-Labour a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Labour"@en .
location:AT-VIE-00 locationp:City migrants:City-Vienna ; location:AT-VIE-00 a migrants:location ;
locationp:City migrants:City-Vienna ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "2761369" ; locationp:GeoNamesID "2761369" ;
@ -595,10 +597,10 @@ location:AT-VIE-00 locationp:City migrants:City-Vienna ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Vienna" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Vienna" ;
locationp:longitude "16.3634" ; locationp:longitude "16.3634" ;
locationp:latitude "48.21" ; locationp:latitude "48.21" ;
locationp:IDLocation "AT-VIE-00" ; locationp:IDLocation "AT-VIE-00" .
a migrants:location .
location:CZ-Karlsb-00 locationp:City migrants:City-KarlovyVary ; location:CZ-Karlsb-00 a migrants:location ;
locationp:City migrants:City-KarlovyVary ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "3073803" ; locationp:GeoNamesID "3073803" ;
@ -606,13 +608,13 @@ location:CZ-Karlsb-00 locationp:City migrants:City-KarlovyVary ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Karlovy_Vary" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Karlovy_Vary" ;
locationp:longitude "12.8725" ; locationp:longitude "12.8725" ;
locationp:latitude "50.2306" ; locationp:latitude "50.2306" ;
locationp:IDLocation "CZ-Karlsb-00" ; locationp:IDLocation "CZ-Karlsb-00" .
a migrants:location .
migrants:MigrationReason-Education rdfs:label "Education"@en ; migrants:MigrationReason-Education a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Education"@en .
location:IT-Mila-00 locationp:City migrants:City-Milan ; location:IT-Mila-00 a migrants:location ;
locationp:City migrants:City-Milan ;
locationp:Country migrants:Country-Italy ; locationp:Country migrants:Country-Italy ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "3173435" ; locationp:GeoNamesID "3173435" ;
@ -620,10 +622,10 @@ location:IT-Mila-00 locationp:City migrants:City-Milan ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Milan" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Milan" ;
locationp:longitude "9.19" ; locationp:longitude "9.19" ;
locationp:latitude "45.4669" ; locationp:latitude "45.4669" ;
locationp:IDLocation "IT-Mila-00" ; locationp:IDLocation "IT-Mila-00" .
a migrants:location .
location:UA-Lv-00 locationp:City migrants:City-Lviv ; location:UA-Lv-00 a migrants:location ;
locationp:City migrants:City-Lviv ;
locationp:Country migrants:Country-Ukraine ; locationp:Country migrants:Country-Ukraine ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:GeoNamesID "702550" ; locationp:GeoNamesID "702550" ;
@ -631,5 +633,4 @@ location:UA-Lv-00 locationp:City migrants:City-Lviv ;
locationp:wikipedia "https://en.wikipedia.org/wiki/Lviv" ; locationp:wikipedia "https://en.wikipedia.org/wiki/Lviv" ;
locationp:longitude "24.0142" ; locationp:longitude "24.0142" ;
locationp:latitude "49.83" ; locationp:latitude "49.83" ;
locationp:IDLocation "UA-Lv-00" ; locationp:IDLocation "UA-Lv-00" .
a migrants:location .

View file

@ -7,7 +7,9 @@
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
person:AbeIre-00 personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> ;
person:AbeIre-00 a migrants:person ;
personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> ;
personp:ISNI <https://isni.org/isni/0000000035722792> ; personp:ISNI <https://isni.org/isni/0000000035722792> ;
personp:VIAF <https://viaf.org/viaf/39572476> ; personp:VIAF <https://viaf.org/viaf/39572476> ;
personp:LCCN <https://worldcat.org/identities/lccn-n97053925/> ; personp:LCCN <https://worldcat.org/identities/lccn-n97053925/> ;
@ -20,7 +22,6 @@ person:AbeIre-00 personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#r
personp:deathdate "1932-09-01"^^xsd:date ; personp:deathdate "1932-09-01"^^xsd:date ;
personp:birthdate_max "1872-07-14"^^xsd:date ; personp:birthdate_max "1872-07-14"^^xsd:date ;
personp:birthdate "1872-07-14"^^xsd:date ; personp:birthdate "1872-07-14"^^xsd:date ;
a migrants:person ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
@ -32,104 +33,104 @@ person:AbeIre-00 personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#r
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Importsource migrants:ImportSource-Own . personp:Importsource migrants:ImportSource-Own .
migrants:migration_table\/5 migrants:migration_table\#IDMig 5 ; migrants:migration_table\/5 a migrants:migration_table ;
a migrants:migration_table ; migrants:migration_table\#IDMig 5 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#reason migrants:MigrationReason-Education . migrants:migration_table\#reason migrants:MigrationReason-Education .
migrants:migration_table\/6 migrants:migration_table\#IDMig 6 ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#IDMig 6 ;
migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/7 migrants:migration_table\#IDMig 7 ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#IDMig 7 ;
migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/8 migrants:migration_table\#IDMig 8 ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#IDMig 8 ;
migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/9 migrants:migration_table\#IDMig 9 ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#IDMig 9 ;
migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/10 migrants:migration_table\#IDMig 10 ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#IDMig 10 ;
migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/11 migrants:migration_table\#IDMig 11 ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#IDMig 11 ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/2114 migrants:migration_table\#IDMig 2114 ; migrants:migration_table\/2114 a migrants:migration_table ;
a migrants:migration_table ; migrants:migration_table\#IDMig 2114 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#reason migrants:MigrationReason-Education . migrants:migration_table\#reason migrants:MigrationReason-Education .
migrants:migration_table\/2117 migrants:migration_table\#IDMig 2117 ; migrants:migration_table\/2117 a migrants:migration_table ;
a migrants:migration_table ; migrants:migration_table\#IDMig 2117 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/2118 migrants:migration_table\#IDMig 2118 ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#IDMig 2118 ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#reason migrants:MigrationReason-Other . migrants:migration_table\#reason migrants:MigrationReason-Other .
migrants:person_profession\/5120 migrants:person_profession\#IDProfPerson 5120 ; migrants:person_profession\/5120 a migrants:person_profession ;
a migrants:person_profession ; migrants:person_profession\#IDProfPerson 5120 ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
migrants:person_profession\#profession "Singer" . migrants:person_profession\#profession "Singer" .
migrants:relationship\/2 migrants:relationship\#IDRel 2 ; migrants:relationship\/2 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 2 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
@ -137,57 +138,57 @@ migrants:relationship\/2 migrants:relationship\#IDRel 2 ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/3 migrants:relationship\#IDRel 3 ; migrants:relationship\/3 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 3 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/38 migrants:relationship\#IDRel 38 ; migrants:relationship\/38 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 38 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 . migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 .
migrants:relationship\/93 migrants:relationship\#IDRel 93 ; migrants:relationship\/93 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 93 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/16834 migrants:relationship\#IDRel 16834 ; migrants:relationship\/16834 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 16834 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/16839 migrants:relationship\#IDRel 16839 ; migrants:relationship\/16839 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 16839 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister . migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister .
migrants:relationship\/16844 migrants:relationship\#IDRel 16844 ; migrants:relationship\/16844 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 16844 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/21686 migrants:relationship\#IDRel 21686 ; migrants:relationship\/21686 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 21686 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
work:1 workp:IDWork 1 ; work:1 a migrants:work ;
workp:IDWork 1 ;
workp:DateStart_Max "1888-12-31"^^xsd:date ; workp:DateStart_Max "1888-12-31"^^xsd:date ;
workp:DateStart_Min "1888-01-01"^^xsd:date ; workp:DateStart_Min "1888-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
@ -197,10 +198,10 @@ work:1 workp:IDWork 1 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:2 workp:IDWork 2 ; work:2 a migrants:work ;
workp:IDWork 2 ;
workp:DateStart_Max "1889-12-31"^^xsd:date ; workp:DateStart_Max "1889-12-31"^^xsd:date ;
workp:DateStart_Min "1889-01-01"^^xsd:date ; workp:DateStart_Min "1889-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
@ -210,12 +211,12 @@ work:2 workp:IDWork 2 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:3 workp:IDWork 3 ; work:3 a migrants:work ;
workp:IDWork 3 ;
workp:DateEnd_Max "1891-12-31"^^xsd:date ; workp:DateEnd_Max "1891-12-31"^^xsd:date ;
workp:DateEnd_Min "1891-01-01"^^xsd:date ; workp:DateEnd_Min "1891-01-01"^^xsd:date ;
workp:DateStart_Max "1890-12-31"^^xsd:date ; workp:DateStart_Max "1890-12-31"^^xsd:date ;
workp:DateStart_Min "1890-01-01"^^xsd:date ; workp:DateStart_Min "1890-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
@ -225,12 +226,12 @@ work:3 workp:IDWork 3 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:4 workp:IDWork 4 ; work:4 a migrants:work ;
workp:IDWork 4 ;
workp:DateEnd_Max "1894-12-31"^^xsd:date ; workp:DateEnd_Max "1894-12-31"^^xsd:date ;
workp:DateEnd_Min "1894-01-01"^^xsd:date ; workp:DateEnd_Min "1894-01-01"^^xsd:date ;
workp:DateStart_Max "1891-12-31"^^xsd:date ; workp:DateStart_Max "1891-12-31"^^xsd:date ;
workp:DateStart_Min "1891-01-01"^^xsd:date ; workp:DateStart_Min "1891-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
@ -240,12 +241,12 @@ work:4 workp:IDWork 4 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:5 workp:IDWork 5 ; work:5 a migrants:work ;
workp:IDWork 5 ;
workp:DateEnd_Max "1897-03-22"^^xsd:date ; workp:DateEnd_Max "1897-03-22"^^xsd:date ;
workp:DateEnd_Min "1897-03-22"^^xsd:date ; workp:DateEnd_Min "1897-03-22"^^xsd:date ;
workp:DateStart_Max "1894-12-31"^^xsd:date ; workp:DateStart_Max "1894-12-31"^^xsd:date ;
workp:DateStart_Min "1894-01-01"^^xsd:date ; workp:DateStart_Min "1894-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
@ -255,12 +256,12 @@ work:5 workp:IDWork 5 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:6 workp:IDWork 6 ; work:6 a migrants:work ;
workp:IDWork 6 ;
workp:DateEnd_Max "1909-12-31"^^xsd:date ; workp:DateEnd_Max "1909-12-31"^^xsd:date ;
workp:DateEnd_Min "1909-01-01"^^xsd:date ; workp:DateEnd_Min "1909-01-01"^^xsd:date ;
workp:DateStart_Max "1899-12-31"^^xsd:date ; workp:DateStart_Max "1899-12-31"^^xsd:date ;
workp:DateStart_Min "1899-01-01"^^xsd:date ; workp:DateStart_Min "1899-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
@ -270,12 +271,12 @@ work:6 workp:IDWork 6 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:7 workp:IDWork 7 ; work:7 a migrants:work ;
workp:IDWork 7 ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
@ -285,12 +286,12 @@ work:7 workp:IDWork 7 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:8 workp:IDWork 8 ; work:8 a migrants:work ;
workp:IDWork 8 ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
@ -300,10 +301,10 @@ work:8 workp:IDWork 8 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:9 workp:IDWork 9 ; work:9 a migrants:work ;
workp:IDWork 9 ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
@ -313,10 +314,10 @@ work:9 workp:IDWork 9 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:10 workp:IDWork 10 ; work:10 a migrants:work ;
workp:IDWork 10 ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
@ -326,10 +327,10 @@ work:10 workp:IDWork 10 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:11 workp:IDWork 11 ; work:11 a migrants:work ;
workp:IDWork 11 ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;

View file

@ -7,13 +7,15 @@
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
migrants:Gender-female a migrants:Gender ; migrants:Gender-female a migrants:Gender ;
rdfs:label "female"@en . rdfs:label "female"@en .
migrants:ImportSource-Own a migrants:ImportSource ; migrants:ImportSource-Own a migrants:ImportSource ;
rdfs:label "Own"@en . rdfs:label "Own"@en .
person:AbeIre-00 personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> ; person:AbeIre-00 a migrants:person ;
personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> ;
personp:ISNI <https://isni.org/isni/0000000035722792> ; personp:ISNI <https://isni.org/isni/0000000035722792> ;
personp:VIAF <https://viaf.org/viaf/39572476> ; personp:VIAF <https://viaf.org/viaf/39572476> ;
personp:LCCN <https://worldcat.org/identities/lccn-n97053925/> ; personp:LCCN <https://worldcat.org/identities/lccn-n97053925/> ;
@ -26,7 +28,6 @@ person:AbeIre-00 personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#r
personp:deathdate "1932-09-01"^^xsd:date ; personp:deathdate "1932-09-01"^^xsd:date ;
personp:birthdate_max "1872-07-14"^^xsd:date ; personp:birthdate_max "1872-07-14"^^xsd:date ;
personp:birthdate "1872-07-14"^^xsd:date ; personp:birthdate "1872-07-14"^^xsd:date ;
a migrants:person ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
@ -38,104 +39,104 @@ person:AbeIre-00 personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#r
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Importsource migrants:ImportSource-Own . personp:Importsource migrants:ImportSource-Own .
migrants:migration_table\/5 migrants:migration_table\#IDMig 5 ; migrants:migration_table\/5 a migrants:migration_table ;
a migrants:migration_table ; migrants:migration_table\#IDMig 5 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#reason migrants:MigrationReason-Education . migrants:migration_table\#reason migrants:MigrationReason-Education .
migrants:migration_table\/6 migrants:migration_table\#IDMig 6 ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#IDMig 6 ;
migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/7 migrants:migration_table\#IDMig 7 ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#IDMig 7 ;
migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/8 migrants:migration_table\#IDMig 8 ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#IDMig 8 ;
migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/9 migrants:migration_table\#IDMig 9 ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#IDMig 9 ;
migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/10 migrants:migration_table\#IDMig 10 ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#IDMig 10 ;
migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/11 migrants:migration_table\#IDMig 11 ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#IDMig 11 ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/2114 migrants:migration_table\#IDMig 2114 ; migrants:migration_table\/2114 a migrants:migration_table ;
a migrants:migration_table ; migrants:migration_table\#IDMig 2114 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#reason migrants:MigrationReason-Education . migrants:migration_table\#reason migrants:MigrationReason-Education .
migrants:migration_table\/2117 migrants:migration_table\#IDMig 2117 ; migrants:migration_table\/2117 a migrants:migration_table ;
a migrants:migration_table ; migrants:migration_table\#IDMig 2117 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#reason migrants:MigrationReason-Labour . migrants:migration_table\#reason migrants:MigrationReason-Labour .
migrants:migration_table\/2118 migrants:migration_table\#IDMig 2118 ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#IDMig 2118 ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
a migrants:migration_table ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#reason migrants:MigrationReason-Other . migrants:migration_table\#reason migrants:MigrationReason-Other .
migrants:person_profession\/5120 migrants:person_profession\#IDProfPerson 5120 ; migrants:person_profession\/5120 a migrants:person_profession ;
a migrants:person_profession ; migrants:person_profession\#IDProfPerson 5120 ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
migrants:person_profession\#profession "Singer" . migrants:person_profession\#profession "Singer" .
migrants:relationship\/2 migrants:relationship\#IDRel 2 ; migrants:relationship\/2 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 2 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
@ -143,57 +144,57 @@ migrants:relationship\/2 migrants:relationship\#IDRel 2 ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/3 migrants:relationship\#IDRel 3 ; migrants:relationship\/3 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 3 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#comment "" ; migrants:relationship\#comment "" ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/38 migrants:relationship\#IDRel 38 ; migrants:relationship\/38 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 38 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 . migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 .
migrants:relationship\/93 migrants:relationship\#IDRel 93 ; migrants:relationship\/93 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 93 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/16834 migrants:relationship\#IDRel 16834 ; migrants:relationship\/16834 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 16834 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/16839 migrants:relationship\#IDRel 16839 ; migrants:relationship\/16839 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 16839 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister . migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister .
migrants:relationship\/16844 migrants:relationship\#IDRel 16844 ; migrants:relationship\/16844 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 16844 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
migrants:relationship\/21686 migrants:relationship\#IDRel 21686 ; migrants:relationship\/21686 a migrants:relationship ;
a migrants:relationship ; migrants:relationship\#IDRel 21686 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- . migrants:relationship\#Relationshiptype migrants:RelationshipType- .
work:1 workp:IDWork 1 ; work:1 a migrants:work ;
workp:IDWork 1 ;
workp:DateStart_Max "1888-12-31"^^xsd:date ; workp:DateStart_Max "1888-12-31"^^xsd:date ;
workp:DateStart_Min "1888-01-01"^^xsd:date ; workp:DateStart_Min "1888-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
@ -203,10 +204,10 @@ work:1 workp:IDWork 1 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:2 workp:IDWork 2 ; work:2 a migrants:work ;
workp:IDWork 2 ;
workp:DateStart_Max "1889-12-31"^^xsd:date ; workp:DateStart_Max "1889-12-31"^^xsd:date ;
workp:DateStart_Min "1889-01-01"^^xsd:date ; workp:DateStart_Min "1889-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
@ -216,12 +217,12 @@ work:2 workp:IDWork 2 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:3 workp:IDWork 3 ; work:3 a migrants:work ;
workp:IDWork 3 ;
workp:DateEnd_Max "1891-12-31"^^xsd:date ; workp:DateEnd_Max "1891-12-31"^^xsd:date ;
workp:DateEnd_Min "1891-01-01"^^xsd:date ; workp:DateEnd_Min "1891-01-01"^^xsd:date ;
workp:DateStart_Max "1890-12-31"^^xsd:date ; workp:DateStart_Max "1890-12-31"^^xsd:date ;
workp:DateStart_Min "1890-01-01"^^xsd:date ; workp:DateStart_Min "1890-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
@ -231,12 +232,12 @@ work:3 workp:IDWork 3 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:4 workp:IDWork 4 ; work:4 a migrants:work ;
workp:IDWork 4 ;
workp:DateEnd_Max "1894-12-31"^^xsd:date ; workp:DateEnd_Max "1894-12-31"^^xsd:date ;
workp:DateEnd_Min "1894-01-01"^^xsd:date ; workp:DateEnd_Min "1894-01-01"^^xsd:date ;
workp:DateStart_Max "1891-12-31"^^xsd:date ; workp:DateStart_Max "1891-12-31"^^xsd:date ;
workp:DateStart_Min "1891-01-01"^^xsd:date ; workp:DateStart_Min "1891-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
@ -246,12 +247,12 @@ work:4 workp:IDWork 4 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:5 workp:IDWork 5 ; work:5 a migrants:work ;
workp:IDWork 5 ;
workp:DateEnd_Max "1897-03-22"^^xsd:date ; workp:DateEnd_Max "1897-03-22"^^xsd:date ;
workp:DateEnd_Min "1897-03-22"^^xsd:date ; workp:DateEnd_Min "1897-03-22"^^xsd:date ;
workp:DateStart_Max "1894-12-31"^^xsd:date ; workp:DateStart_Max "1894-12-31"^^xsd:date ;
workp:DateStart_Min "1894-01-01"^^xsd:date ; workp:DateStart_Min "1894-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
@ -261,12 +262,12 @@ work:5 workp:IDWork 5 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:6 workp:IDWork 6 ; work:6 a migrants:work ;
workp:IDWork 6 ;
workp:DateEnd_Max "1909-12-31"^^xsd:date ; workp:DateEnd_Max "1909-12-31"^^xsd:date ;
workp:DateEnd_Min "1909-01-01"^^xsd:date ; workp:DateEnd_Min "1909-01-01"^^xsd:date ;
workp:DateStart_Max "1899-12-31"^^xsd:date ; workp:DateStart_Max "1899-12-31"^^xsd:date ;
workp:DateStart_Min "1899-01-01"^^xsd:date ; workp:DateStart_Min "1899-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
@ -276,12 +277,12 @@ work:6 workp:IDWork 6 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:7 workp:IDWork 7 ; work:7 a migrants:work ;
workp:IDWork 7 ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
@ -291,12 +292,12 @@ work:7 workp:IDWork 7 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:8 workp:IDWork 8 ; work:8 a migrants:work ;
workp:IDWork 8 ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
@ -306,10 +307,10 @@ work:8 workp:IDWork 8 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:9 workp:IDWork 9 ; work:9 a migrants:work ;
workp:IDWork 9 ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
@ -319,10 +320,10 @@ work:9 workp:IDWork 9 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:10 workp:IDWork 10 ; work:10 a migrants:work ;
workp:IDWork 10 ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
@ -332,10 +333,10 @@ work:10 workp:IDWork 10 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
work:11 workp:IDWork 11 ; work:11 a migrants:work ;
workp:IDWork 11 ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
a migrants:work ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;
@ -344,11 +345,11 @@ work:11 workp:IDWork 11 ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:EmploymentType migrants:EmploymentType-Tour . workp:EmploymentType migrants:EmploymentType-Tour .
location:UA-Lv-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Lviv> ; location:UA-Lv-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Lviv> ;
locationp:GeoNamesID 702550 ; locationp:GeoNamesID 702550 ;
locationp:longitude "24.0142"^^xsd:float ; locationp:longitude "24.0142"^^xsd:float ;
locationp:latitude "49.83"^^xsd:float ; locationp:latitude "49.83"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "UA-Lv-00" ; locationp:IDLocation "UA-Lv-00" ;
locationp:wikidata "Q36036" ; locationp:wikidata "Q36036" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
@ -361,9 +362,9 @@ migrants:MigrationReason-Education a migrants:MigrationReason ;
migrants:MigrationReason-Labour a migrants:MigrationReason ; migrants:MigrationReason-Labour a migrants:MigrationReason ;
rdfs:label "Labour"@en . rdfs:label "Labour"@en .
location:AT-Weid-00 locationp:longitude "15.6408"^^xsd:float ; location:AT-Weid-00 a migrants:location ;
locationp:longitude "15.6408"^^xsd:float ;
locationp:latitude "48.3081"^^xsd:float ; locationp:latitude "48.3081"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "AT-Weid-00" ; locationp:IDLocation "AT-Weid-00" ;
locationp:wikidata "Q484858" ; locationp:wikidata "Q484858" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
@ -374,7 +375,8 @@ location:AT-Weid-00 locationp:longitude "15.6408"^^xsd:float ;
migrants:MigrationReason-Other a migrants:MigrationReason ; migrants:MigrationReason-Other a migrants:MigrationReason ;
rdfs:label "Other"@en . rdfs:label "Other"@en .
person:WilAur-00 personp:CERL <https://data.cerl.org/thesaurus/cnp02080470> ; person:WilAur-00 a migrants:person ;
personp:CERL <https://data.cerl.org/thesaurus/cnp02080470> ;
personp:VIAF <https://viaf.org/viaf/304930607> ; personp:VIAF <https://viaf.org/viaf/304930607> ;
personp:GND <https://d-nb.info/gnd/1037100972> ; personp:GND <https://d-nb.info/gnd/1037100972> ;
personp:Wikidata <https://www.wikidata.org/wiki/Q18018523> ; personp:Wikidata <https://www.wikidata.org/wiki/Q18018523> ;
@ -384,7 +386,6 @@ person:WilAur-00 personp:CERL <https://data.cerl.org/thesaurus/cnp02080470> ;
personp:deathdate "1927-08-06"^^xsd:date ; personp:deathdate "1927-08-06"^^xsd:date ;
personp:birthdate_max "1845-01-20"^^xsd:date ; personp:birthdate_max "1845-01-20"^^xsd:date ;
personp:birthdate "1845-01-20"^^xsd:date ; personp:birthdate "1845-01-20"^^xsd:date ;
a migrants:person ;
personp:IDPerson "WilAur-00" ; personp:IDPerson "WilAur-00" ;
personp:first_name "Aurelie" ; personp:first_name "Aurelie" ;
personp:family_name "Wilczek" ; personp:family_name "Wilczek" ;
@ -397,16 +398,16 @@ person:WilAur-00 personp:CERL <https://data.cerl.org/thesaurus/cnp02080470> ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Importsource migrants:ImportSource-Own . personp:Importsource migrants:ImportSource-Own .
person:LamFra-00 personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> ; person:LamFra-00 a migrants:person ;
a migrants:person ; personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> ;
personp:IDPerson "LamFra-00" ; personp:IDPerson "LamFra-00" ;
personp:first_name "Francesco Lamperti" ; personp:first_name "Francesco Lamperti" ;
personp:family_name "Lamperti" ; personp:family_name "Lamperti" ;
personp:gender migrants:Gender-male ; personp:gender migrants:Gender-male ;
personp:Importsource migrants:ImportSource-Own . personp:Importsource migrants:ImportSource-Own .
person:AbeMir-00 personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> ; person:AbeMir-00 a migrants:person ;
a migrants:person ; personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> ;
personp:IDPerson "AbeMir-00" ; personp:IDPerson "AbeMir-00" ;
personp:first_name "Mira" ; personp:first_name "Mira" ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
@ -416,26 +417,27 @@ person:AbeMir-00 personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp
migrants:RelationshipTypePrecise-Sister a migrants:RelationshipTypePrecise ; migrants:RelationshipTypePrecise-Sister a migrants:RelationshipTypePrecise ;
rdfs:label "Sister"@en . rdfs:label "Sister"@en .
person:CamCle-00 personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> ; person:CamCle-00 a migrants:person ;
a migrants:person ; personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> ;
personp:IDPerson "CamCle-00" ; personp:IDPerson "CamCle-00" ;
personp:first_name "Cleofonte" ; personp:first_name "Cleofonte" ;
personp:family_name "Campanini" ; personp:family_name "Campanini" ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Importsource migrants:ImportSource-Own . personp:Importsource migrants:ImportSource-Own .
location:IT-Mila-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Milan> ; location:IT-Mila-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Milan> ;
locationp:GeoNamesID 3173435 ; locationp:GeoNamesID 3173435 ;
locationp:longitude "9.19"^^xsd:float ; locationp:longitude "9.19"^^xsd:float ;
locationp:latitude "45.4669"^^xsd:float ; locationp:latitude "45.4669"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "IT-Mila-00" ; locationp:IDLocation "IT-Mila-00" ;
locationp:wikidata "Q490" ; locationp:wikidata "Q490" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Italy ; locationp:Country migrants:Country-Italy ;
locationp:City migrants:City-Milan . locationp:City migrants:City-Milan .
person:MamEmm-00 personp:CERL <https://data.cerl.org/thesaurus/cnp01075147> ; person:MamEmm-00 a migrants:person ;
personp:CERL <https://data.cerl.org/thesaurus/cnp01075147> ;
personp:VIAF <https://viaf.org/viaf/62289633> ; personp:VIAF <https://viaf.org/viaf/62289633> ;
personp:GND <https://d-nb.info/gnd/116021799> ; personp:GND <https://d-nb.info/gnd/116021799> ;
personp:Wikidata <https://www.wikidata.org/wiki/Q17425396> ; personp:Wikidata <https://www.wikidata.org/wiki/Q17425396> ;
@ -445,7 +447,6 @@ person:MamEmm-00 personp:CERL <https://data.cerl.org/thesaurus/cnp01075147> ;
personp:deathdate "1904-05-05"^^xsd:date ; personp:deathdate "1904-05-05"^^xsd:date ;
personp:birthdate_max "1825-02-25"^^xsd:date ; personp:birthdate_max "1825-02-25"^^xsd:date ;
personp:birthdate "1825-02-25"^^xsd:date ; personp:birthdate "1825-02-25"^^xsd:date ;
a migrants:person ;
personp:IDPerson "MamEmm-00" ; personp:IDPerson "MamEmm-00" ;
personp:first_name "Emma" ; personp:first_name "Emma" ;
personp:family_name "Mampé-Babnigg" ; personp:family_name "Mampé-Babnigg" ;
@ -458,172 +459,172 @@ person:MamEmm-00 personp:CERL <https://data.cerl.org/thesaurus/cnp01075147> ;
migrants:RelationshipType- a migrants:RelationshipType ; migrants:RelationshipType- a migrants:RelationshipType ;
rdfs:label ""@en . rdfs:label ""@en .
location:CZ-Karlsb-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Karlovy_Vary> ; location:CZ-Karlsb-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Karlovy_Vary> ;
locationp:GeoNamesID 3073803 ; locationp:GeoNamesID 3073803 ;
locationp:longitude "12.8725"^^xsd:float ; locationp:longitude "12.8725"^^xsd:float ;
locationp:latitude "50.2306"^^xsd:float ; locationp:latitude "50.2306"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "CZ-Karlsb-00" ; locationp:IDLocation "CZ-Karlsb-00" ;
locationp:wikidata "Q384544" ; locationp:wikidata "Q384544" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:City migrants:City-KarlovyVary . locationp:City migrants:City-KarlovyVary .
location:LV-RIX-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Riga> ; location:LV-RIX-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Riga> ;
locationp:GeoNamesID 456172 ; locationp:GeoNamesID 456172 ;
locationp:longitude "24.1064"^^xsd:float ; locationp:longitude "24.1064"^^xsd:float ;
locationp:latitude "56.9489"^^xsd:float ; locationp:latitude "56.9489"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "LV-RIX-00" ; locationp:IDLocation "LV-RIX-00" ;
locationp:wikidata "Q1773" ; locationp:wikidata "Q1773" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Latvia ; locationp:Country migrants:Country-Latvia ;
locationp:City migrants:City-Riga . locationp:City migrants:City-Riga .
migrants:organisation\/72 migrants:organisation\#IDOrganisation 72 ; migrants:organisation\/72 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 72 ;
migrants:organisation\#inst_name "Oper Riga" ; migrants:organisation\#inst_name "Oper Riga" ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:GER-MUC-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Munich> ; location:GER-MUC-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Munich> ;
locationp:GeoNamesID 2867714 ; locationp:GeoNamesID 2867714 ;
locationp:longitude "11.5667"^^xsd:float ; locationp:longitude "11.5667"^^xsd:float ;
locationp:latitude "48.1333"^^xsd:float ; locationp:latitude "48.1333"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "GER-MUC-00" ; locationp:IDLocation "GER-MUC-00" ;
locationp:wikidata "Q1726" ; locationp:wikidata "Q1726" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:City migrants:City-Munich . locationp:City migrants:City-Munich .
migrants:organisation\/73 migrants:organisation\#IDOrganisation 73 ; migrants:organisation\/73 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 73 ;
migrants:organisation\#inst_name "Königl. Hoftheater in München" ; migrants:organisation\#inst_name "Königl. Hoftheater in München" ;
migrants:organisation\#ref-IDLocation location:GER-MUC-00 ; migrants:organisation\#ref-IDLocation location:GER-MUC-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:AT-VIE-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Vienna> ; location:AT-VIE-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Vienna> ;
locationp:GeoNamesID 2761369 ; locationp:GeoNamesID 2761369 ;
locationp:longitude "16.3634"^^xsd:float ; locationp:longitude "16.3634"^^xsd:float ;
locationp:latitude "48.21"^^xsd:float ; locationp:latitude "48.21"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "AT-VIE-00" ; locationp:IDLocation "AT-VIE-00" ;
locationp:wikidata "Q1741" ; locationp:wikidata "Q1741" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:City migrants:City-Vienna . locationp:City migrants:City-Vienna .
migrants:organisation\/71 migrants:organisation\#IDOrganisation 71 ; migrants:organisation\/71 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 71 ;
migrants:organisation\#inst_name "Hofoper Wien" ; migrants:organisation\#inst_name "Hofoper Wien" ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:GER-Dresd-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Dresden> ; location:GER-Dresd-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Dresden> ;
locationp:GeoNamesID 2935022 ; locationp:GeoNamesID 2935022 ;
locationp:longitude "13.74"^^xsd:float ; locationp:longitude "13.74"^^xsd:float ;
locationp:latitude "51.05"^^xsd:float ; locationp:latitude "51.05"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "GER-Dresd-00" ; locationp:IDLocation "GER-Dresd-00" ;
locationp:wikidata "Q1731" ; locationp:wikidata "Q1731" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:City migrants:City-Dresden . locationp:City migrants:City-Dresden .
migrants:organisation\/450 migrants:organisation\#IDOrganisation 450 ; migrants:organisation\/450 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 450 ;
migrants:organisation\#inst_name "Hofoper Dresden" ; migrants:organisation\#inst_name "Hofoper Dresden" ;
migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ; migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:GER-BER-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Berlin> ; location:GER-BER-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Berlin> ;
locationp:GeoNamesID 2950159 ; locationp:GeoNamesID 2950159 ;
locationp:longitude "13.405"^^xsd:float ; locationp:longitude "13.405"^^xsd:float ;
locationp:latitude "52.52"^^xsd:float ; locationp:latitude "52.52"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "GER-BER-00" ; locationp:IDLocation "GER-BER-00" ;
locationp:wikidata "Q64" ; locationp:wikidata "Q64" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:City migrants:City-Berlin . locationp:City migrants:City-Berlin .
migrants:organisation\/75 migrants:organisation\#IDOrganisation 75 ; migrants:organisation\/75 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 75 ;
migrants:organisation\#inst_name "Königliche Oper, Berlin" ; migrants:organisation\#inst_name "Königliche Oper, Berlin" ;
migrants:organisation\#ref-IDLocation location:GER-BER-00 ; migrants:organisation\#ref-IDLocation location:GER-BER-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:GER-STR-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Stuttgart> ; location:GER-STR-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Stuttgart> ;
locationp:GeoNamesID 2825297 ; locationp:GeoNamesID 2825297 ;
locationp:longitude "9.184"^^xsd:float ; locationp:longitude "9.184"^^xsd:float ;
locationp:latitude "48.782"^^xsd:float ; locationp:latitude "48.782"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "GER-STR-00" ; locationp:IDLocation "GER-STR-00" ;
locationp:wikidata "Q1022" ; locationp:wikidata "Q1022" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:City migrants:City-Stuttgart . locationp:City migrants:City-Stuttgart .
migrants:organisation\/76 migrants:organisation\#IDOrganisation 76 ; migrants:organisation\/76 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 76 ;
migrants:organisation\#inst_name "Hofoper Stuttgart" ; migrants:organisation\#inst_name "Hofoper Stuttgart" ;
migrants:organisation\#ref-IDLocation location:GER-STR-00 ; migrants:organisation\#ref-IDLocation location:GER-STR-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:GER-Ffm-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Frankfurt> ; location:GER-Ffm-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Frankfurt> ;
locationp:GeoNamesID 2925533 ; locationp:GeoNamesID 2925533 ;
locationp:longitude "8.68333"^^xsd:float ; locationp:longitude "8.68333"^^xsd:float ;
locationp:latitude "50.1167"^^xsd:float ; locationp:latitude "50.1167"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "GER-Ffm-00" ; locationp:IDLocation "GER-Ffm-00" ;
locationp:wikidata "Q1794" ; locationp:wikidata "Q1794" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:City migrants:City-Frankfurt . locationp:City migrants:City-Frankfurt .
migrants:organisation\/77 migrants:organisation\#IDOrganisation 77 ; migrants:organisation\/77 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 77 ;
migrants:organisation\#inst_name "Oper Frankfurt" ; migrants:organisation\#inst_name "Oper Frankfurt" ;
migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ; migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:GER-Leip-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Leipzig> ; location:GER-Leip-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Leipzig> ;
locationp:GeoNamesID 2879139 ; locationp:GeoNamesID 2879139 ;
locationp:longitude "12.3833"^^xsd:float ; locationp:longitude "12.3833"^^xsd:float ;
locationp:latitude "51.3333"^^xsd:float ; locationp:latitude "51.3333"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "GER-Leip-00" ; locationp:IDLocation "GER-Leip-00" ;
locationp:wikidata "Q2079" ; locationp:wikidata "Q2079" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:City migrants:City-Leipzig . locationp:City migrants:City-Leipzig .
migrants:organisation\/78 migrants:organisation\#IDOrganisation 78 ; migrants:organisation\/78 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 78 ;
migrants:organisation\#inst_name "Oper Leipzig" ; migrants:organisation\#inst_name "Oper Leipzig" ;
migrants:organisation\#ref-IDLocation location:GER-Leip-00 ; migrants:organisation\#ref-IDLocation location:GER-Leip-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre . migrants:organisation\#InstType migrants:InstitutionType-Theatre .
location:CZ-Prag-00 locationp:wikipedia <https://en.wikipedia.org/wiki/Prague> ; location:CZ-Prag-00 a migrants:location ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Prague> ;
locationp:GeoNamesID 3067696 ; locationp:GeoNamesID 3067696 ;
locationp:longitude "14.4167"^^xsd:float ; locationp:longitude "14.4167"^^xsd:float ;
locationp:latitude "50.0833"^^xsd:float ; locationp:latitude "50.0833"^^xsd:float ;
a migrants:location ;
locationp:IDLocation "CZ-Prag-00" ; locationp:IDLocation "CZ-Prag-00" ;
locationp:wikidata "Q1085" ; locationp:wikidata "Q1085" ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:City migrants:City-Prague . locationp:City migrants:City-Prague .
migrants:organisation\/79 migrants:organisation\#IDOrganisation 79 ; migrants:organisation\/79 a migrants:organisation ;
a migrants:organisation ; migrants:organisation\#IDOrganisation 79 ;
migrants:organisation\#inst_name "Deutsches Theater Prag" ; migrants:organisation\#inst_name "Deutsches Theater Prag" ;
migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ; migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ;
migrants:organisation\#comment "" ; migrants:organisation\#comment "" ;

View file

@ -7,7 +7,9 @@
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
person:AbeIre-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp: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" ; personp: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" ;
personp:ref-IDDeathPlace location:AT-Weid-00 ; personp:ref-IDDeathPlace location:AT-Weid-00 ;
@ -17,7 +19,6 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" ;
a migrants:person ;
personp:birthdate "1872-07-14"^^xsd:date ; personp:birthdate "1872-07-14"^^xsd:date ;
personp:birthdate_max "1872-07-14"^^xsd:date ; personp:birthdate_max "1872-07-14"^^xsd:date ;
personp:deathdate "1932-09-01"^^xsd:date ; personp:deathdate "1932-09-01"^^xsd:date ;
@ -32,57 +33,58 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:ISNI <https://isni.org/isni/0000000035722792> ; personp:ISNI <https://isni.org/isni/0000000035722792> ;
personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> . personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> .
work:11 workp:EmploymentType migrants:EmploymentType-Tour ; work:11 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Deutsches Theater Prag" ; workp:comment "Deutsches Theater Prag" ;
workp:DateStart_Fuzzy "1907" ; workp:DateStart_Fuzzy "1907" ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:IDWork 11 . workp:IDWork 11 .
work:10 workp:EmploymentType migrants:EmploymentType-Tour ; work:10 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1907" ; workp:DateStart_Fuzzy "1907" ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:IDWork 10 . workp:IDWork 10 .
work:9 workp:EmploymentType migrants:EmploymentType-Tour ; work:9 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1907" ; workp:DateStart_Fuzzy "1907" ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:IDWork 9 . workp:IDWork 9 .
work:8 workp:EmploymentType migrants:EmploymentType-Tour ; work:8 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1907" ; workp:DateEnd_Fuzzy "1907" ;
workp:DateStart_Fuzzy "1905" ; workp:DateStart_Fuzzy "1905" ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:IDWork 8 . workp:IDWork 8 .
work:7 workp:EmploymentType migrants:EmploymentType-Tour ; work:7 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ; workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ;
workp:DateEnd_Fuzzy "1907" ; workp:DateEnd_Fuzzy "1907" ;
@ -90,14 +92,14 @@ work:7 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:IDWork 7 . workp:IDWork 7 .
work:6 workp:EmploymentType migrants:EmploymentType-Tour ; work:6 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ; workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ;
workp:DateEnd_Fuzzy "1909" ; workp:DateEnd_Fuzzy "1909" ;
@ -105,224 +107,223 @@ work:6 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1899-01-01"^^xsd:date ; workp:DateStart_Min "1899-01-01"^^xsd:date ;
workp:DateStart_Max "1899-12-31"^^xsd:date ; workp:DateStart_Max "1899-12-31"^^xsd:date ;
workp:DateEnd_Min "1909-01-01"^^xsd:date ; workp:DateEnd_Min "1909-01-01"^^xsd:date ;
workp:DateEnd_Max "1909-12-31"^^xsd:date ; workp:DateEnd_Max "1909-12-31"^^xsd:date ;
workp:IDWork 6 . workp:IDWork 6 .
work:5 workp:EmploymentType migrants:EmploymentType-Tour ; work:5 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1897" ; workp:DateEnd_Fuzzy "1897" ;
workp:DateStart_Fuzzy "1894" ; workp:DateStart_Fuzzy "1894" ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1894-01-01"^^xsd:date ; workp:DateStart_Min "1894-01-01"^^xsd:date ;
workp:DateStart_Max "1894-12-31"^^xsd:date ; workp:DateStart_Max "1894-12-31"^^xsd:date ;
workp:DateEnd_Min "1897-03-22"^^xsd:date ; workp:DateEnd_Min "1897-03-22"^^xsd:date ;
workp:DateEnd_Max "1897-03-22"^^xsd:date ; workp:DateEnd_Max "1897-03-22"^^xsd:date ;
workp:IDWork 5 . workp:IDWork 5 .
work:4 workp:EmploymentType migrants:EmploymentType-Tour ; work:4 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1894" ; workp:DateEnd_Fuzzy "1894" ;
workp:DateStart_Fuzzy "1891" ; workp:DateStart_Fuzzy "1891" ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1891-01-01"^^xsd:date ; workp:DateStart_Min "1891-01-01"^^xsd:date ;
workp:DateStart_Max "1891-12-31"^^xsd:date ; workp:DateStart_Max "1891-12-31"^^xsd:date ;
workp:DateEnd_Min "1894-01-01"^^xsd:date ; workp:DateEnd_Min "1894-01-01"^^xsd:date ;
workp:DateEnd_Max "1894-12-31"^^xsd:date ; workp:DateEnd_Max "1894-12-31"^^xsd:date ;
workp:IDWork 4 . workp:IDWork 4 .
work:3 workp:EmploymentType migrants:EmploymentType-Tour ; work:3 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1891" ; workp:DateEnd_Fuzzy "1891" ;
workp:DateStart_Fuzzy "1890" ; workp:DateStart_Fuzzy "1890" ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1890-01-01"^^xsd:date ; workp:DateStart_Min "1890-01-01"^^xsd:date ;
workp:DateStart_Max "1890-12-31"^^xsd:date ; workp:DateStart_Max "1890-12-31"^^xsd:date ;
workp:DateEnd_Min "1891-01-01"^^xsd:date ; workp:DateEnd_Min "1891-01-01"^^xsd:date ;
workp:DateEnd_Max "1891-12-31"^^xsd:date ; workp:DateEnd_Max "1891-12-31"^^xsd:date ;
workp:IDWork 3 . workp:IDWork 3 .
work:2 workp:EmploymentType migrants:EmploymentType-Tour ; work:2 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1889" ; workp:DateStart_Fuzzy "1889" ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1889-01-01"^^xsd:date ; workp:DateStart_Min "1889-01-01"^^xsd:date ;
workp:DateStart_Max "1889-12-31"^^xsd:date ; workp:DateStart_Max "1889-12-31"^^xsd:date ;
workp:IDWork 2 . workp:IDWork 2 .
work:1 workp:EmploymentType migrants:EmploymentType-Tour ; work:1 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:Employment "Permanent" ; workp:Employment "Permanent" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1888-01-01"^^xsd:date ; workp:DateStart_Min "1888-01-01"^^xsd:date ;
workp:DateStart_Max "1888-12-31"^^xsd:date ; workp:DateStart_Max "1888-12-31"^^xsd:date ;
workp:IDWork 1 . workp:IDWork 1 .
migrants:relationship\/21686 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/21686 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 21686 . migrants:relationship\#IDRel 21686 .
migrants:relationship\/16844 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16844 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 16844 . migrants:relationship\#IDRel 16844 .
migrants:relationship\/16839 migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ; migrants:relationship\/16839 a migrants:relationship ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 16839 . migrants:relationship\#IDRel 16839 .
migrants:relationship\/16834 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16834 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 16834 . migrants:relationship\#IDRel 16834 .
migrants:relationship\/93 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/93 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 93 . migrants:relationship\#IDRel 93 .
migrants:relationship\/38 migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\/38 a migrants:relationship ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 38 . migrants:relationship\#IDRel 38 .
migrants:relationship\/3 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/3 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 3 . migrants:relationship\#IDRel 3 .
migrants:relationship\/2 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/2 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 2 . migrants:relationship\#IDRel 2 .
migrants:person_profession\/5120 migrants:person_profession\#profession "Singer" ; migrants:person_profession\/5120 a migrants:person_profession ;
migrants:person_profession\#profession "Singer" ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
a migrants:person_profession ;
migrants:person_profession\#IDProfPerson 5120 . migrants:person_profession\#IDProfPerson 5120 .
migrants:migration_table\/2118 migrants:migration_table\#reason migrants:MigrationReason-Other ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Other ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 2118 . migrants:migration_table\#IDMig 2118 .
migrants:migration_table\/2117 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/2117 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#IDMig 2117 . migrants:migration_table\#IDMig 2117 .
migrants:migration_table\/2114 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/2114 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#IDMig 2114 . migrants:migration_table\#IDMig 2114 .
migrants:migration_table\/11 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 11 . migrants:migration_table\#IDMig 11 .
migrants:migration_table\/10 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 10 . migrants:migration_table\#IDMig 10 .
migrants:migration_table\/9 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 9 . migrants:migration_table\#IDMig 9 .
migrants:migration_table\/8 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 8 . migrants:migration_table\#IDMig 8 .
migrants:migration_table\/7 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 7 . migrants:migration_table\#IDMig 7 .
migrants:migration_table\/6 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 6 . migrants:migration_table\#IDMig 6 .
migrants:migration_table\/5 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/5 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#IDMig 5 . migrants:migration_table\#IDMig 5 .

View file

@ -7,13 +7,15 @@
@prefix workp: <http://example.org/migrants/work#> . @prefix workp: <http://example.org/migrants/work#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix migrants: <http://example.org/migrants/> . @prefix migrants: <http://example.org/migrants/> .
migrants:ImportSource-Own rdfs:label "Own"@en ;
a migrants:ImportSource .
migrants:Gender-female rdfs:label "female"@en ; migrants:ImportSource-Own a migrants:ImportSource ;
a migrants:Gender . rdfs:label "Own"@en .
person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ; migrants:Gender-female a migrants:Gender ;
rdfs:label "female"@en .
person:AbeIre-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp: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" ; personp: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" ;
personp:ref-IDDeathPlace location:AT-Weid-00 ; personp:ref-IDDeathPlace location:AT-Weid-00 ;
@ -23,7 +25,6 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Irene" ; personp:first_name "Irene" ;
personp:IDPerson "AbeIre-00" ; personp:IDPerson "AbeIre-00" ;
a migrants:person ;
personp:birthdate "1872-07-14"^^xsd:date ; personp:birthdate "1872-07-14"^^xsd:date ;
personp:birthdate_max "1872-07-14"^^xsd:date ; personp:birthdate_max "1872-07-14"^^xsd:date ;
personp:deathdate "1932-09-01"^^xsd:date ; personp:deathdate "1932-09-01"^^xsd:date ;
@ -38,57 +39,58 @@ person:AbeIre-00 personp:Importsource migrants:ImportSource-Own ;
personp:ISNI <https://isni.org/isni/0000000035722792> ; personp:ISNI <https://isni.org/isni/0000000035722792> ;
personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> . personp:SNAC <https://snaccooperative.org/ark:/99166/w6bt189x#resources> .
work:11 workp:EmploymentType migrants:EmploymentType-Tour ; work:11 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Deutsches Theater Prag" ; workp:comment "Deutsches Theater Prag" ;
workp:DateStart_Fuzzy "1907" ; workp:DateStart_Fuzzy "1907" ;
workp:ref-IDOrganisation migrants:organisation\/79 ; workp:ref-IDOrganisation migrants:organisation\/79 ;
workp:ref-IDLocation location:CZ-Prag-00 ; workp:ref-IDLocation location:CZ-Prag-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:IDWork 11 . workp:IDWork 11 .
work:10 workp:EmploymentType migrants:EmploymentType-Tour ; work:10 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1907" ; workp:DateStart_Fuzzy "1907" ;
workp:ref-IDOrganisation migrants:organisation\/78 ; workp:ref-IDOrganisation migrants:organisation\/78 ;
workp:ref-IDLocation location:GER-Leip-00 ; workp:ref-IDLocation location:GER-Leip-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:IDWork 10 . workp:IDWork 10 .
work:9 workp:EmploymentType migrants:EmploymentType-Tour ; work:9 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1907" ; workp:DateStart_Fuzzy "1907" ;
workp:ref-IDOrganisation migrants:organisation\/77 ; workp:ref-IDOrganisation migrants:organisation\/77 ;
workp:ref-IDLocation location:GER-Ffm-00 ; workp:ref-IDLocation location:GER-Ffm-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1907-01-01"^^xsd:date ; workp:DateStart_Min "1907-01-01"^^xsd:date ;
workp:DateStart_Max "1907-12-31"^^xsd:date ; workp:DateStart_Max "1907-12-31"^^xsd:date ;
workp:IDWork 9 . workp:IDWork 9 .
work:8 workp:EmploymentType migrants:EmploymentType-Tour ; work:8 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1907" ; workp:DateEnd_Fuzzy "1907" ;
workp:DateStart_Fuzzy "1905" ; workp:DateStart_Fuzzy "1905" ;
workp:ref-IDOrganisation migrants:organisation\/76 ; workp:ref-IDOrganisation migrants:organisation\/76 ;
workp:ref-IDLocation location:GER-STR-00 ; workp:ref-IDLocation location:GER-STR-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:IDWork 8 . workp:IDWork 8 .
work:7 workp:EmploymentType migrants:EmploymentType-Tour ; work:7 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ; workp:comment "Between 1905 and 1907 guest engagements at Berliner Hofoper" ;
workp:DateEnd_Fuzzy "1907" ; workp:DateEnd_Fuzzy "1907" ;
@ -96,14 +98,14 @@ work:7 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/75 ; workp:ref-IDOrganisation migrants:organisation\/75 ;
workp:ref-IDLocation location:GER-BER-00 ; workp:ref-IDLocation location:GER-BER-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1905-01-01"^^xsd:date ; workp:DateStart_Min "1905-01-01"^^xsd:date ;
workp:DateStart_Max "1905-12-31"^^xsd:date ; workp:DateStart_Max "1905-12-31"^^xsd:date ;
workp:DateEnd_Min "1907-01-01"^^xsd:date ; workp:DateEnd_Min "1907-01-01"^^xsd:date ;
workp:DateEnd_Max "1907-12-31"^^xsd:date ; workp:DateEnd_Max "1907-12-31"^^xsd:date ;
workp:IDWork 7 . workp:IDWork 7 .
work:6 workp:EmploymentType migrants:EmploymentType-Tour ; work:6 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ; workp:comment "she left Vienna because of disagreements with Gustav Mahler (Director" ;
workp:DateEnd_Fuzzy "1909" ; workp:DateEnd_Fuzzy "1909" ;
@ -111,369 +113,369 @@ work:6 workp:EmploymentType migrants:EmploymentType-Tour ;
workp:ref-IDOrganisation migrants:organisation\/450 ; workp:ref-IDOrganisation migrants:organisation\/450 ;
workp:ref-IDLocation location:GER-Dresd-00 ; workp:ref-IDLocation location:GER-Dresd-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1899-01-01"^^xsd:date ; workp:DateStart_Min "1899-01-01"^^xsd:date ;
workp:DateStart_Max "1899-12-31"^^xsd:date ; workp:DateStart_Max "1899-12-31"^^xsd:date ;
workp:DateEnd_Min "1909-01-01"^^xsd:date ; workp:DateEnd_Min "1909-01-01"^^xsd:date ;
workp:DateEnd_Max "1909-12-31"^^xsd:date ; workp:DateEnd_Max "1909-12-31"^^xsd:date ;
workp:IDWork 6 . workp:IDWork 6 .
work:5 workp:EmploymentType migrants:EmploymentType-Tour ; work:5 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1897" ; workp:DateEnd_Fuzzy "1897" ;
workp:DateStart_Fuzzy "1894" ; workp:DateStart_Fuzzy "1894" ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1894-01-01"^^xsd:date ; workp:DateStart_Min "1894-01-01"^^xsd:date ;
workp:DateStart_Max "1894-12-31"^^xsd:date ; workp:DateStart_Max "1894-12-31"^^xsd:date ;
workp:DateEnd_Min "1897-03-22"^^xsd:date ; workp:DateEnd_Min "1897-03-22"^^xsd:date ;
workp:DateEnd_Max "1897-03-22"^^xsd:date ; workp:DateEnd_Max "1897-03-22"^^xsd:date ;
workp:IDWork 5 . workp:IDWork 5 .
work:4 workp:EmploymentType migrants:EmploymentType-Tour ; work:4 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1894" ; workp:DateEnd_Fuzzy "1894" ;
workp:DateStart_Fuzzy "1891" ; workp:DateStart_Fuzzy "1891" ;
workp:ref-IDOrganisation migrants:organisation\/73 ; workp:ref-IDOrganisation migrants:organisation\/73 ;
workp:ref-IDLocation location:GER-MUC-00 ; workp:ref-IDLocation location:GER-MUC-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1891-01-01"^^xsd:date ; workp:DateStart_Min "1891-01-01"^^xsd:date ;
workp:DateStart_Max "1891-12-31"^^xsd:date ; workp:DateStart_Max "1891-12-31"^^xsd:date ;
workp:DateEnd_Min "1894-01-01"^^xsd:date ; workp:DateEnd_Min "1894-01-01"^^xsd:date ;
workp:DateEnd_Max "1894-12-31"^^xsd:date ; workp:DateEnd_Max "1894-12-31"^^xsd:date ;
workp:IDWork 4 . workp:IDWork 4 .
work:3 workp:EmploymentType migrants:EmploymentType-Tour ; work:3 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "1891" ; workp:DateEnd_Fuzzy "1891" ;
workp:DateStart_Fuzzy "1890" ; workp:DateStart_Fuzzy "1890" ;
workp:ref-IDOrganisation migrants:organisation\/72 ; workp:ref-IDOrganisation migrants:organisation\/72 ;
workp:ref-IDLocation location:LV-RIX-00 ; workp:ref-IDLocation location:LV-RIX-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1890-01-01"^^xsd:date ; workp:DateStart_Min "1890-01-01"^^xsd:date ;
workp:DateStart_Max "1890-12-31"^^xsd:date ; workp:DateStart_Max "1890-12-31"^^xsd:date ;
workp:DateEnd_Min "1891-01-01"^^xsd:date ; workp:DateEnd_Min "1891-01-01"^^xsd:date ;
workp:DateEnd_Max "1891-12-31"^^xsd:date ; workp:DateEnd_Max "1891-12-31"^^xsd:date ;
workp:IDWork 3 . workp:IDWork 3 .
work:2 workp:EmploymentType migrants:EmploymentType-Tour ; work:2 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1889" ; workp:DateStart_Fuzzy "1889" ;
workp:ref-IDOrganisation migrants:organisation\/71 ; workp:ref-IDOrganisation migrants:organisation\/71 ;
workp:ref-IDLocation location:AT-VIE-00 ; workp:ref-IDLocation location:AT-VIE-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1889-01-01"^^xsd:date ; workp:DateStart_Min "1889-01-01"^^xsd:date ;
workp:DateStart_Max "1889-12-31"^^xsd:date ; workp:DateStart_Max "1889-12-31"^^xsd:date ;
workp:IDWork 2 . workp:IDWork 2 .
work:1 workp:EmploymentType migrants:EmploymentType-Tour ; work:1 a migrants:work ;
workp:EmploymentType migrants:EmploymentType-Tour ;
workp:Profession migrants:Profession-Singer ; workp:Profession migrants:Profession-Singer ;
workp:Employment "Permanent" ; workp:Employment "Permanent" ;
workp:DateEnd_Fuzzy "-" ; workp:DateEnd_Fuzzy "-" ;
workp:DateStart_Fuzzy "1888" ; workp:DateStart_Fuzzy "1888" ;
workp:ref-IDLocation location:CZ-Karlsb-00 ; workp:ref-IDLocation location:CZ-Karlsb-00 ;
workp:ref-IDPerson person:AbeIre-00 ; workp:ref-IDPerson person:AbeIre-00 ;
a migrants:work ;
workp:DateStart_Min "1888-01-01"^^xsd:date ; workp:DateStart_Min "1888-01-01"^^xsd:date ;
workp:DateStart_Max "1888-12-31"^^xsd:date ; workp:DateStart_Max "1888-12-31"^^xsd:date ;
workp:IDWork 1 . workp:IDWork 1 .
migrants:relationship\/21686 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/21686 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 21686 . migrants:relationship\#IDRel 21686 .
migrants:relationship\/16844 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16844 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ; migrants:relationship\#ref-IDPerson_passive person:CamCle-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 16844 . migrants:relationship\#IDRel 16844 .
migrants:relationship\/16839 migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ; migrants:relationship\/16839 a migrants:relationship ;
migrants:relationship\#relationshiptype_precise migrants:RelationshipTypePrecise-Sister ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeMir-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 16839 . migrants:relationship\#IDRel 16839 .
migrants:relationship\/16834 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/16834 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:IT-Mila-00 ; migrants:relationship\#ref-IDLocation location:IT-Mila-00 ;
migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ; migrants:relationship\#ref-IDPerson_passive person:LamFra-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 16834 . migrants:relationship\#IDRel 16834 .
migrants:relationship\/93 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/93 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:WilAur-00 ; migrants:relationship\#ref-IDPerson_active person:WilAur-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 93 . migrants:relationship\#IDRel 93 .
migrants:relationship\/38 migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ; migrants:relationship\/38 a migrants:relationship ;
migrants:relationship\#ref-IDPerson_passive person:AbeIre-00 ;
migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_active person:MamEmm-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 38 . migrants:relationship\#IDRel 38 .
migrants:relationship\/3 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/3 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ; migrants:relationship\#ref-IDPerson_passive person:WilAur-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 3 . migrants:relationship\#IDRel 3 .
migrants:relationship\/2 migrants:relationship\#Relationshiptype migrants:RelationshipType- ; migrants:relationship\/2 a migrants:relationship ;
migrants:relationship\#Relationshiptype migrants:RelationshipType- ;
migrants:relationship\#ref-IDLocation location:AT-VIE-00 ; migrants:relationship\#ref-IDLocation location:AT-VIE-00 ;
migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ; migrants:relationship\#ref-IDPerson_passive person:MamEmm-00 ;
migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ; migrants:relationship\#ref-IDPerson_active person:AbeIre-00 ;
a migrants:relationship ;
migrants:relationship\#IDRel 2 . migrants:relationship\#IDRel 2 .
migrants:person_profession\/5120 migrants:person_profession\#profession "Singer" ; migrants:person_profession\/5120 a migrants:person_profession ;
migrants:person_profession\#profession "Singer" ;
migrants:person_profession\#ref-IDPerson person:AbeIre-00 ; migrants:person_profession\#ref-IDPerson person:AbeIre-00 ;
a migrants:person_profession ;
migrants:person_profession\#IDProfPerson 5120 . migrants:person_profession\#IDProfPerson 5120 .
migrants:migration_table\/2118 migrants:migration_table\#reason migrants:MigrationReason-Other ; migrants:migration_table\/2118 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Other ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-Weid-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 2118 . migrants:migration_table\#IDMig 2118 .
migrants:migration_table\/2117 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/2117 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDDestPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#IDMig 2117 . migrants:migration_table\#IDMig 2117 .
migrants:migration_table\/2114 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/2114 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDStartPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#IDMig 2114 . migrants:migration_table\#IDMig 2114 .
migrants:migration_table\/11 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/11 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1909" ; migrants:migration_table\#DateStart_Fuzzy "1909" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1909-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1909-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 11 . migrants:migration_table\#IDMig 11 .
migrants:migration_table\/10 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/10 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1899" ; migrants:migration_table\#DateStart_Fuzzy "1899" ;
migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-Dresd-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1899-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1899-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 10 . migrants:migration_table\#IDMig 10 .
migrants:migration_table\/9 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/9 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1894" ; migrants:migration_table\#DateStart_Fuzzy "1894" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDStartPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1894-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1894-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 9 . migrants:migration_table\#IDMig 9 .
migrants:migration_table\/8 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/8 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1891" ; migrants:migration_table\#DateStart_Fuzzy "1891" ;
migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ; migrants:migration_table\#ref-IDDestPlace location:GER-MUC-00 ;
migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDStartPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1891-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1891-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 8 . migrants:migration_table\#IDMig 8 .
migrants:migration_table\/7 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/7 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1890" ; migrants:migration_table\#DateStart_Fuzzy "1890" ;
migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ; migrants:migration_table\#ref-IDDestPlace location:LV-RIX-00 ;
migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDStartPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1890-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1890-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 7 . migrants:migration_table\#IDMig 7 .
migrants:migration_table\/6 migrants:migration_table\#reason migrants:MigrationReason-Labour ; migrants:migration_table\/6 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Labour ;
migrants:migration_table\#DateStart_Fuzzy "1889" ; migrants:migration_table\#DateStart_Fuzzy "1889" ;
migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ; migrants:migration_table\#ref-IDDestPlace location:AT-VIE-00 ;
migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ; migrants:migration_table\#ref-IDStartPlace location:CZ-Karlsb-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ; migrants:migration_table\#DateStart_Min "1889-01-01"^^xsd:date ;
migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ; migrants:migration_table\#DateStart_Max "1889-12-31"^^xsd:date ;
migrants:migration_table\#IDMig 6 . migrants:migration_table\#IDMig 6 .
migrants:migration_table\/5 migrants:migration_table\#reason migrants:MigrationReason-Education ; migrants:migration_table\/5 a migrants:migration_table ;
migrants:migration_table\#reason migrants:MigrationReason-Education ;
migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ; migrants:migration_table\#ref-IDDestPlace location:IT-Mila-00 ;
migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ; migrants:migration_table\#ref-IDStartPlace location:UA-Lv-00 ;
migrants:migration_table\#ref-IDPerson person:AbeIre-00 ; migrants:migration_table\#ref-IDPerson person:AbeIre-00 ;
a migrants:migration_table ;
migrants:migration_table\#IDMig 5 . migrants:migration_table\#IDMig 5 .
migrants:organisation\/79 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/79 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ; migrants:organisation\#ref-IDLocation location:CZ-Prag-00 ;
migrants:organisation\#inst_name "Deutsches Theater Prag" ; migrants:organisation\#inst_name "Deutsches Theater Prag" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 79 . migrants:organisation\#IDOrganisation 79 .
location:CZ-Prag-00 locationp:City migrants:City-Prague ; location:CZ-Prag-00 a migrants:location ;
locationp:City migrants:City-Prague ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1085" ; locationp:wikidata "Q1085" ;
locationp:IDLocation "CZ-Prag-00" ; locationp:IDLocation "CZ-Prag-00" ;
a migrants:location ;
locationp:latitude "50.0833"^^xsd:float ; locationp:latitude "50.0833"^^xsd:float ;
locationp:longitude "14.4167"^^xsd:float ; locationp:longitude "14.4167"^^xsd:float ;
locationp:GeoNamesID 3067696 ; locationp:GeoNamesID 3067696 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Prague> . locationp:wikipedia <https://en.wikipedia.org/wiki/Prague> .
migrants:organisation\/78 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/78 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:GER-Leip-00 ; migrants:organisation\#ref-IDLocation location:GER-Leip-00 ;
migrants:organisation\#inst_name "Oper Leipzig" ; migrants:organisation\#inst_name "Oper Leipzig" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 78 . migrants:organisation\#IDOrganisation 78 .
location:GER-Leip-00 locationp:City migrants:City-Leipzig ; location:GER-Leip-00 a migrants:location ;
locationp:City migrants:City-Leipzig ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q2079" ; locationp:wikidata "Q2079" ;
locationp:IDLocation "GER-Leip-00" ; locationp:IDLocation "GER-Leip-00" ;
a migrants:location ;
locationp:latitude "51.3333"^^xsd:float ; locationp:latitude "51.3333"^^xsd:float ;
locationp:longitude "12.3833"^^xsd:float ; locationp:longitude "12.3833"^^xsd:float ;
locationp:GeoNamesID 2879139 ; locationp:GeoNamesID 2879139 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Leipzig> . locationp:wikipedia <https://en.wikipedia.org/wiki/Leipzig> .
migrants:organisation\/77 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/77 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ; migrants:organisation\#ref-IDLocation location:GER-Ffm-00 ;
migrants:organisation\#inst_name "Oper Frankfurt" ; migrants:organisation\#inst_name "Oper Frankfurt" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 77 . migrants:organisation\#IDOrganisation 77 .
location:GER-Ffm-00 locationp:City migrants:City-Frankfurt ; location:GER-Ffm-00 a migrants:location ;
locationp:City migrants:City-Frankfurt ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1794" ; locationp:wikidata "Q1794" ;
locationp:IDLocation "GER-Ffm-00" ; locationp:IDLocation "GER-Ffm-00" ;
a migrants:location ;
locationp:latitude "50.1167"^^xsd:float ; locationp:latitude "50.1167"^^xsd:float ;
locationp:longitude "8.68333"^^xsd:float ; locationp:longitude "8.68333"^^xsd:float ;
locationp:GeoNamesID 2925533 ; locationp:GeoNamesID 2925533 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Frankfurt> . locationp:wikipedia <https://en.wikipedia.org/wiki/Frankfurt> .
migrants:organisation\/76 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/76 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:GER-STR-00 ; migrants:organisation\#ref-IDLocation location:GER-STR-00 ;
migrants:organisation\#inst_name "Hofoper Stuttgart" ; migrants:organisation\#inst_name "Hofoper Stuttgart" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 76 . migrants:organisation\#IDOrganisation 76 .
location:GER-STR-00 locationp:City migrants:City-Stuttgart ; location:GER-STR-00 a migrants:location ;
locationp:City migrants:City-Stuttgart ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1022" ; locationp:wikidata "Q1022" ;
locationp:IDLocation "GER-STR-00" ; locationp:IDLocation "GER-STR-00" ;
a migrants:location ;
locationp:latitude "48.782"^^xsd:float ; locationp:latitude "48.782"^^xsd:float ;
locationp:longitude "9.184"^^xsd:float ; locationp:longitude "9.184"^^xsd:float ;
locationp:GeoNamesID 2825297 ; locationp:GeoNamesID 2825297 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Stuttgart> . locationp:wikipedia <https://en.wikipedia.org/wiki/Stuttgart> .
migrants:organisation\/75 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/75 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:GER-BER-00 ; migrants:organisation\#ref-IDLocation location:GER-BER-00 ;
migrants:organisation\#inst_name "Königliche Oper, Berlin" ; migrants:organisation\#inst_name "Königliche Oper, Berlin" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 75 . migrants:organisation\#IDOrganisation 75 .
location:GER-BER-00 locationp:City migrants:City-Berlin ; location:GER-BER-00 a migrants:location ;
locationp:City migrants:City-Berlin ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q64" ; locationp:wikidata "Q64" ;
locationp:IDLocation "GER-BER-00" ; locationp:IDLocation "GER-BER-00" ;
a migrants:location ;
locationp:latitude "52.52"^^xsd:float ; locationp:latitude "52.52"^^xsd:float ;
locationp:longitude "13.405"^^xsd:float ; locationp:longitude "13.405"^^xsd:float ;
locationp:GeoNamesID 2950159 ; locationp:GeoNamesID 2950159 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Berlin> . locationp:wikipedia <https://en.wikipedia.org/wiki/Berlin> .
migrants:organisation\/450 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/450 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ; migrants:organisation\#ref-IDLocation location:GER-Dresd-00 ;
migrants:organisation\#inst_name "Hofoper Dresden" ; migrants:organisation\#inst_name "Hofoper Dresden" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 450 . migrants:organisation\#IDOrganisation 450 .
migrants:organisation\/73 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/73 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#ref-IDLocation location:GER-MUC-00 ; migrants:organisation\#ref-IDLocation location:GER-MUC-00 ;
migrants:organisation\#inst_name "Königl. Hoftheater in München" ; migrants:organisation\#inst_name "Königl. Hoftheater in München" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 73 . migrants:organisation\#IDOrganisation 73 .
migrants:organisation\/72 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/72 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#inst_name "Oper Riga" ; migrants:organisation\#inst_name "Oper Riga" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 72 . migrants:organisation\#IDOrganisation 72 .
migrants:organisation\/71 migrants:organisation\#InstType migrants:InstitutionType-Theatre ; migrants:organisation\/71 a migrants:organisation ;
migrants:organisation\#InstType migrants:InstitutionType-Theatre ;
migrants:organisation\#inst_name "Hofoper Wien" ; migrants:organisation\#inst_name "Hofoper Wien" ;
a migrants:organisation ;
migrants:organisation\#IDOrganisation 71 . migrants:organisation\#IDOrganisation 71 .
migrants:EmploymentType-Tour rdfs:label "Tour"@en ; migrants:EmploymentType-Tour a migrants:EmploymentType ;
a migrants:EmploymentType . rdfs:label "Tour"@en .
migrants:Profession-Singer rdfs:label "Singer"@en ; migrants:Profession-Singer a migrants:Profession ;
a migrants:Profession . rdfs:label "Singer"@en .
person:CamCle-00 personp:Importsource migrants:ImportSource-Own ; person:CamCle-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:family_name "Campanini" ; personp:family_name "Campanini" ;
personp:first_name "Cleofonte" ; personp:first_name "Cleofonte" ;
personp:IDPerson "CamCle-00" ; personp:IDPerson "CamCle-00" ;
a migrants:person ;
personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> . personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> .
migrants:RelationshipTypePrecise-Sister rdfs:label "Sister"@en ; migrants:RelationshipTypePrecise-Sister a migrants:RelationshipTypePrecise ;
a migrants:RelationshipTypePrecise . rdfs:label "Sister"@en .
person:AbeMir-00 personp:Importsource migrants:ImportSource-Own ; person:AbeMir-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:family_name "Abendroth" ; personp:family_name "Abendroth" ;
personp:first_name "Mira" ; personp:first_name "Mira" ;
personp:IDPerson "AbeMir-00" ; personp:IDPerson "AbeMir-00" ;
a migrants:person ;
personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> . personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> .
person:LamFra-00 personp:Importsource migrants:ImportSource-Own ; person:LamFra-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-male ; personp:gender migrants:Gender-male ;
personp:family_name "Lamperti" ; personp:family_name "Lamperti" ;
personp:first_name "Francesco Lamperti" ; personp:first_name "Francesco Lamperti" ;
personp:IDPerson "LamFra-00" ; personp:IDPerson "LamFra-00" ;
a migrants:person ;
personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> . personp:imageURL <https://www.t-migrants.gwi.uni-muenchen.de/wp-content/uploads/images/placeholder_t_mig_2024.png> .
person:WilAur-00 personp:Importsource migrants:ImportSource-Own ; person:WilAur-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:Source "Andrea Harrandt: Jäger (-Wilczek), Familie, in: Oesterreichisches Musiklexikon. Online-Ausgabe, Wien 2002 ff., OEML: http://www.musiklexikon.ac.at/ml/musik_J/Jaeger_Familie_2.xmlKarl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, p. 2217.&nbsp;Ludwig Eisenberg: Großes biographisches Lexikon der deutschen Bühne im XIX. Jahrhundert.&nbsp; Leipzig: List 1903, pp. 468- 469." ; personp:Source "Andrea Harrandt: Jäger (-Wilczek), Familie, in: Oesterreichisches Musiklexikon. Online-Ausgabe, Wien 2002 ff., OEML: http://www.musiklexikon.ac.at/ml/musik_J/Jaeger_Familie_2.xmlKarl-Josef Kutsch, Leo Riemens: Großes Sängerlexikon, Bern: Saur 2003, p. 2217.&nbsp;Ludwig Eisenberg: Großes biographisches Lexikon der deutschen Bühne im XIX. Jahrhundert.&nbsp; Leipzig: List 1903, pp. 468- 469." ;
personp:comment "born Strusin[e]/Galizien (Strussiw/UA)\n" ; personp:comment "born Strusin[e]/Galizien (Strussiw/UA)\n" ;
@ -484,7 +486,6 @@ person:WilAur-00 personp:Importsource migrants:ImportSource-Own ;
personp:family_name "Wilczek" ; personp:family_name "Wilczek" ;
personp:first_name "Aurelie" ; personp:first_name "Aurelie" ;
personp:IDPerson "WilAur-00" ; personp:IDPerson "WilAur-00" ;
a migrants:person ;
personp:birthdate "1845-01-20"^^xsd:date ; personp:birthdate "1845-01-20"^^xsd:date ;
personp:birthdate_max "1845-01-20"^^xsd:date ; personp:birthdate_max "1845-01-20"^^xsd:date ;
personp:deathdate "1927-08-06"^^xsd:date ; personp:deathdate "1927-08-06"^^xsd:date ;
@ -498,7 +499,8 @@ person:WilAur-00 personp:Importsource migrants:ImportSource-Own ;
migrants:RelationshipType- a migrants:RelationshipType . migrants:RelationshipType- a migrants:RelationshipType .
person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ; person:MamEmm-00 a migrants:person ;
personp:Importsource migrants:ImportSource-Own ;
personp:gender migrants:Gender-female ; personp:gender migrants:Gender-female ;
personp:ref-IDDeathPlace location:AT-VIE-00 ; personp:ref-IDDeathPlace location:AT-VIE-00 ;
personp:ref-IDBirthPlace location:HU-Pest-00 ; personp:ref-IDBirthPlace location:HU-Pest-00 ;
@ -506,7 +508,6 @@ person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ;
personp:family_name "Mampé-Babnigg" ; personp:family_name "Mampé-Babnigg" ;
personp:first_name "Emma" ; personp:first_name "Emma" ;
personp:IDPerson "MamEmm-00" ; personp:IDPerson "MamEmm-00" ;
a migrants:person ;
personp:birthdate "1825-02-25"^^xsd:date ; personp:birthdate "1825-02-25"^^xsd:date ;
personp:birthdate_max "1825-02-25"^^xsd:date ; personp:birthdate_max "1825-02-25"^^xsd:date ;
personp:deathdate "1904-05-05"^^xsd:date ; personp:deathdate "1904-05-05"^^xsd:date ;
@ -518,97 +519,97 @@ person:MamEmm-00 personp:Importsource migrants:ImportSource-Own ;
personp:VIAF <https://viaf.org/viaf/62289633> ; personp:VIAF <https://viaf.org/viaf/62289633> ;
personp:CERL <https://data.cerl.org/thesaurus/cnp01075147> . personp:CERL <https://data.cerl.org/thesaurus/cnp01075147> .
migrants:MigrationReason-Other rdfs:label "Other"@en ; migrants:MigrationReason-Other a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Other"@en .
location:AT-Weid-00 locationp:City migrants:City-Weidling ; location:AT-Weid-00 a migrants:location ;
locationp:City migrants:City-Weidling ;
locationp:State migrants:State-Statzendorf ; locationp:State migrants:State-Statzendorf ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q484858" ; locationp:wikidata "Q484858" ;
locationp:IDLocation "AT-Weid-00" ; locationp:IDLocation "AT-Weid-00" ;
a migrants:location ;
locationp:latitude "48.3081"^^xsd:float ; locationp:latitude "48.3081"^^xsd:float ;
locationp:longitude "15.6408"^^xsd:float . locationp:longitude "15.6408"^^xsd:float .
location:GER-Dresd-00 locationp:City migrants:City-Dresden ; location:GER-Dresd-00 a migrants:location ;
locationp:City migrants:City-Dresden ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1731" ; locationp:wikidata "Q1731" ;
locationp:IDLocation "GER-Dresd-00" ; locationp:IDLocation "GER-Dresd-00" ;
a migrants:location ;
locationp:latitude "51.05"^^xsd:float ; locationp:latitude "51.05"^^xsd:float ;
locationp:longitude "13.74"^^xsd:float ; locationp:longitude "13.74"^^xsd:float ;
locationp:GeoNamesID 2935022 ; locationp:GeoNamesID 2935022 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Dresden> . locationp:wikipedia <https://en.wikipedia.org/wiki/Dresden> .
location:GER-MUC-00 locationp:City migrants:City-Munich ; location:GER-MUC-00 a migrants:location ;
locationp:City migrants:City-Munich ;
locationp:Country migrants:Country-Germany ; locationp:Country migrants:Country-Germany ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1726" ; locationp:wikidata "Q1726" ;
locationp:IDLocation "GER-MUC-00" ; locationp:IDLocation "GER-MUC-00" ;
a migrants:location ;
locationp:latitude "48.1333"^^xsd:float ; locationp:latitude "48.1333"^^xsd:float ;
locationp:longitude "11.5667"^^xsd:float ; locationp:longitude "11.5667"^^xsd:float ;
locationp:GeoNamesID 2867714 ; locationp:GeoNamesID 2867714 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Munich> . locationp:wikipedia <https://en.wikipedia.org/wiki/Munich> .
location:LV-RIX-00 locationp:City migrants:City-Riga ; location:LV-RIX-00 a migrants:location ;
locationp:City migrants:City-Riga ;
locationp:Country migrants:Country-Latvia ; locationp:Country migrants:Country-Latvia ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1773" ; locationp:wikidata "Q1773" ;
locationp:IDLocation "LV-RIX-00" ; locationp:IDLocation "LV-RIX-00" ;
a migrants:location ;
locationp:latitude "56.9489"^^xsd:float ; locationp:latitude "56.9489"^^xsd:float ;
locationp:longitude "24.1064"^^xsd:float ; locationp:longitude "24.1064"^^xsd:float ;
locationp:GeoNamesID 456172 ; locationp:GeoNamesID 456172 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Riga> . locationp:wikipedia <https://en.wikipedia.org/wiki/Riga> .
migrants:MigrationReason-Labour rdfs:label "Labour"@en ; migrants:MigrationReason-Labour a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Labour"@en .
location:AT-VIE-00 locationp:City migrants:City-Vienna ; location:AT-VIE-00 a migrants:location ;
locationp:City migrants:City-Vienna ;
locationp:Country migrants:Country-Austria ; locationp:Country migrants:Country-Austria ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q1741" ; locationp:wikidata "Q1741" ;
locationp:IDLocation "AT-VIE-00" ; locationp:IDLocation "AT-VIE-00" ;
a migrants:location ;
locationp:latitude "48.21"^^xsd:float ; locationp:latitude "48.21"^^xsd:float ;
locationp:longitude "16.3634"^^xsd:float ; locationp:longitude "16.3634"^^xsd:float ;
locationp:GeoNamesID 2761369 ; locationp:GeoNamesID 2761369 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Vienna> . locationp:wikipedia <https://en.wikipedia.org/wiki/Vienna> .
location:CZ-Karlsb-00 locationp:City migrants:City-KarlovyVary ; location:CZ-Karlsb-00 a migrants:location ;
locationp:City migrants:City-KarlovyVary ;
locationp:Country migrants:Country-CzechRepublic ; locationp:Country migrants:Country-CzechRepublic ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q384544" ; locationp:wikidata "Q384544" ;
locationp:IDLocation "CZ-Karlsb-00" ; locationp:IDLocation "CZ-Karlsb-00" ;
a migrants:location ;
locationp:latitude "50.2306"^^xsd:float ; locationp:latitude "50.2306"^^xsd:float ;
locationp:longitude "12.8725"^^xsd:float ; locationp:longitude "12.8725"^^xsd:float ;
locationp:GeoNamesID 3073803 ; locationp:GeoNamesID 3073803 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Karlovy_Vary> . locationp:wikipedia <https://en.wikipedia.org/wiki/Karlovy_Vary> .
migrants:MigrationReason-Education rdfs:label "Education"@en ; migrants:MigrationReason-Education a migrants:MigrationReason ;
a migrants:MigrationReason . rdfs:label "Education"@en .
location:IT-Mila-00 locationp:City migrants:City-Milan ; location:IT-Mila-00 a migrants:location ;
locationp:City migrants:City-Milan ;
locationp:Country migrants:Country-Italy ; locationp:Country migrants:Country-Italy ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q490" ; locationp:wikidata "Q490" ;
locationp:IDLocation "IT-Mila-00" ; locationp:IDLocation "IT-Mila-00" ;
a migrants:location ;
locationp:latitude "45.4669"^^xsd:float ; locationp:latitude "45.4669"^^xsd:float ;
locationp:longitude "9.19"^^xsd:float ; locationp:longitude "9.19"^^xsd:float ;
locationp:GeoNamesID 3173435 ; locationp:GeoNamesID 3173435 ;
locationp:wikipedia <https://en.wikipedia.org/wiki/Milan> . locationp:wikipedia <https://en.wikipedia.org/wiki/Milan> .
location:UA-Lv-00 locationp:City migrants:City-Lviv ; location:UA-Lv-00 a migrants:location ;
locationp:City migrants:City-Lviv ;
locationp:Country migrants:Country-Ukraine ; locationp:Country migrants:Country-Ukraine ;
locationp:Continent migrants:Continent-Europe ; locationp:Continent migrants:Continent-Europe ;
locationp:wikidata "Q36036" ; locationp:wikidata "Q36036" ;
locationp:IDLocation "UA-Lv-00" ; locationp:IDLocation "UA-Lv-00" ;
a migrants:location ;
locationp:latitude "49.83"^^xsd:float ; locationp:latitude "49.83"^^xsd:float ;
locationp:longitude "24.0142"^^xsd:float ; locationp:longitude "24.0142"^^xsd:float ;
locationp:GeoNamesID 702550 ; locationp:GeoNamesID 702550 ;