From ff33e77fb4a2432c1092b814c7221b3f9f1f6bf0 Mon Sep 17 00:00:00 2001 From: Daniel Hernandez Date: Sun, 22 Feb 2026 11:33:59 +0100 Subject: [PATCH] Reformating Turtle files. --- data/001-religions.ttl | 18 +++++++++--------- data/ontology.ttl | 3 ++- data/persons_religions.ttl | 29 ++++++++++++++--------------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/data/001-religions.ttl b/data/001-religions.ttl index cfb9a59..33e079f 100644 --- a/data/001-religions.ttl +++ b/data/001-religions.ttl @@ -67,14 +67,14 @@ religion:232 a mig:ReligionAffiliation ; mig:person person:LewAug-00 ; mig:religion religion:Christianity ; mig:dateStartFuzzy "1812" ; - mig:dateStart "1812-01-01"^^ ; + mig:dateStart "1812-01-01"^^xsd:date ; rdfs:comment "evangelical" . religion:235 a mig:ReligionAffiliation ; mig:person person:LewAug-00 ; mig:religion religion:Christianity ; mig:dateStartFuzzy "1852" ; - mig:dateStart "1852-01-01"^^ ; + mig:dateStart "1852-01-01"^^xsd:date ; rdfs:comment "catholic" . religion:238 a mig:ReligionAffiliation ; @@ -84,7 +84,7 @@ religion:238 a mig:ReligionAffiliation ; religion:244 a mig:ReligionAffiliation ; mig:person person:MahGus-00 ; mig:religion religion:Judaism ; - mig:dateStart "1897-02-23"^^ ; + mig:dateStart "1897-02-23"^^xsd:date ; rdfs:comment "converted to Catholicism and was baptized\n“My Judaism, as things are now in the world, prevents me from entering any court theater. - Not Vienna, not Berlin, not Dresden, not Munich is open to me. The same wind blows everywhere. \"(Letter to Friedrich Löhr 1804)" . religion:245 a mig:ReligionAffiliation ; @@ -108,7 +108,7 @@ religion:250 a mig:ReligionAffiliation ; religion:253 a mig:ReligionAffiliation ; mig:person person:RehAda-00 ; mig:religion religion:Christianity ; - mig:dateStart "1857-06-12"^^ ; + mig:dateStart "1857-06-12"^^xsd:date ; rdfs:comment "baptised in St Michael's Roman Catholic Church" . religion:259 a mig:ReligionAffiliation ; @@ -154,10 +154,10 @@ religion:355 a mig:ReligionAffiliation ; mig:person person:KreHei-00 ; mig:religion religion:Judaism ; mig:dateStartFuzzy "1871" ; - mig:dateStart "1871-01-01"^^ ; + mig:dateStart "1871-01-01"^^xsd:date ; mig:dateStartMax "1873" ; - mig:dateEndMin "1873-01-01"^^ ; - mig:dateEndMax "1873-12-31"^^ ; + mig:dateEndMin "1873-01-01"^^xsd:date ; + mig:dateEndMax "1873-12-31"^^xsd:date ; rdfs:comment "He converted to the Catholic faith at the age of 54 as part of the assimilation of wider Jewish circles after the \"Interconfessional Laws\" of 1868 in Austria allowed a change of religion. He had all his children baptised Protestants in the places where they were born and where he had a stage engagement in each case." . religion:356 a mig:ReligionAffiliation ; @@ -183,14 +183,14 @@ religion:423 a mig:ReligionAffiliation ; mig:person person:ZemAle-00 ; mig:religion religion:Judaism ; mig:dateStartFuzzy "1899" ; - mig:dateStart "1899-01-01"^^ ; + mig:dateStart "1899-01-01"^^xsd:date ; rdfs:comment "In 1899 he resigned from the Israelite religious community because the climate for Jews in Vienna was deteriorating." . religion:429 a mig:ReligionAffiliation ; mig:person person:ZemAle-00 ; mig:religion religion:Christianity ; mig:dateStartFuzzy "1906" ; - mig:dateStart "1906-01-01"^^ ; + mig:dateStart "1906-01-01"^^xsd:date ; rdfs:comment "converting to Protestantism." . religion:431 a mig:ReligionAffiliation ; diff --git a/data/ontology.ttl b/data/ontology.ttl index 20311b4..a38d874 100644 --- a/data/ontology.ttl +++ b/data/ontology.ttl @@ -9,7 +9,8 @@ dct:creator tm:DanielHernandez . tm:DanielHernandez a schema:Person ; - schema:identifier [ a schema:PropertyValue ; + schema:identifier [ + a schema:PropertyValue ; schema:propertyID "ORCID" ; schema:value "0000-0002-7896-0875" ] ; schema:familyName "Hernandez"@en ; diff --git a/data/persons_religions.ttl b/data/persons_religions.ttl index 1432f0d..a302a3b 100644 --- a/data/persons_religions.ttl +++ b/data/persons_religions.ttl @@ -1,9 +1,9 @@ -@prefix mig: <> . -@prefix person: . -@prefix rdfs: . +@prefix tm: . +@prefix person: . +@prefix rdfs: . @prefix religion: . -@prefix schema: . -@prefix xsd: . +@prefix schema: . +@prefix xsd: . religion:196 a tm:ReligionAffiliation ; tm:person person:BecMar-00 ; @@ -67,14 +67,14 @@ religion:232 a tm:ReligionAffiliation ; tm:person person:LewAug-00 ; tm:religion religion:Christianity ; tm:dateStartFuzzy "1812" ; - tm:dateStart "1812-01-01"^^ ; + tm:dateStart "1812-01-01"^^xsd:date ; rdfs:comment "evangelical" . religion:235 a tm:ReligionAffiliation ; tm:person person:LewAug-00 ; tm:religion religion:Christianity ; tm:dateStartFuzzy "1852" ; - tm:dateStart "1852-01-01"^^ ; + tm:dateStart "1852-01-01"^^xsd:date ; rdfs:comment "catholic" . religion:238 a tm:ReligionAffiliation ; @@ -84,7 +84,7 @@ religion:238 a tm:ReligionAffiliation ; religion:244 a tm:ReligionAffiliation ; tm:person person:MahGus-00 ; tm:religion religion:Judaism ; - tm:dateStart "1897-02-23"^^ ; + tm:dateStart "1897-02-23"^^xsd:date ; rdfs:comment "converted to Catholicism and was baptized\n“My Judaism, as things are now in the world, prevents me from entering any court theater. - Not Vienna, not Berlin, not Dresden, not Munich is open to me. The same wind blows everywhere. \"(Letter to Friedrich Löhr 1804)" . religion:245 a tm:ReligionAffiliation ; @@ -108,7 +108,7 @@ religion:250 a tm:ReligionAffiliation ; religion:253 a tm:ReligionAffiliation ; tm:person person:RehAda-00 ; tm:religion religion:Christianity ; - tm:dateStart "1857-06-12"^^ ; + tm:dateStart "1857-06-12"^^xsd:date ; rdfs:comment "baptised in St Michael's Roman Catholic Church" . religion:259 a tm:ReligionAffiliation ; @@ -154,10 +154,10 @@ religion:355 a tm:ReligionAffiliation ; tm:person person:KreHei-00 ; tm:religion religion:Judaism ; tm:dateStartFuzzy "1871" ; - tm:dateStart "1871-01-01"^^ ; + tm:dateStart "1871-01-01"^^xsd:date ; tm:dateStartMax "1873" ; - tm:dateEndMin "1873-01-01"^^ ; - tm:dateEndMax "1873-12-31"^^ ; + tm:dateEndMin "1873-01-01"^^xsd:date ; + tm:dateEndMax "1873-12-31"^^xsd:date ; rdfs:comment "He converted to the Catholic faith at the age of 54 as part of the assimilation of wider Jewish circles after the \"Interconfessional Laws\" of 1868 in Austria allowed a change of religion. He had all his children baptised Protestants in the places where they were born and where he had a stage engagement in each case." . religion:356 a tm:ReligionAffiliation ; @@ -183,14 +183,14 @@ religion:423 a tm:ReligionAffiliation ; tm:person person:ZemAle-00 ; tm:religion religion:Judaism ; tm:dateStartFuzzy "1899" ; - tm:dateStart "1899-01-01"^^ ; + tm:dateStart "1899-01-01"^^xsd:date ; rdfs:comment "In 1899 he resigned from the Israelite religious community because the climate for Jews in Vienna was deteriorating." . religion:429 a tm:ReligionAffiliation ; tm:person person:ZemAle-00 ; tm:religion religion:Christianity ; tm:dateStartFuzzy "1906" ; - tm:dateStart "1906-01-01"^^ ; + tm:dateStart "1906-01-01"^^xsd:date ; rdfs:comment "converting to Protestantism." . religion:431 a tm:ReligionAffiliation ; @@ -205,4 +205,3 @@ religion:445 a tm:ReligionAffiliation ; religion:446 a tm:ReligionAffiliation ; tm:person person:HerAde-00 ; tm:religion religion:Christianity . -