18 lines
534 B
Turtle
18 lines
534 B
Turtle
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix religion: <https://daniel.degu.cl/data/theater-migrants/religions.ttl#> .
|
|
@prefix tm: <https://daniel.degu.cl/data/theather-migrants/ontology.ttl#> .
|
|
|
|
religion:Buddhism a tm:Religion ;
|
|
rdfs:label "Buddhism"@en .
|
|
|
|
religion:Christianity a tm:Religion ;
|
|
rdfs:label "Christianity"@en .
|
|
|
|
religion:Hinduism a tm:Religion ;
|
|
rdfs:label "Hinduism"@en .
|
|
|
|
religion:Judaism a tm:Religion ;
|
|
rdfs:label "Judaism"@en .
|
|
|
|
religion:Islam a tm:Religion ;
|
|
rdfs:label "Islam"@en .
|