Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 438 Bytes

title-translations

title translations using AI

Run

select (?e as ?book_id) (?wl as ?tibetan_title) {
  {
    ?e a :Work ;
       skos:prefLabel ?wl .
    FILTER(lang(?wl) = "bo-x-ewts")
  } union {
    ?e a :Instance .
    FILTER(not exists{
    	?e :instanceOf ?w .
        ?w skos:prefLabel ?wwl .
    })
    ?e skos:prefLabel ?wl .
    FILTER(lang(?wl) = "bo-x-ewts")
  }
} limit 10

and save in tibetan_titles.csv