Skip to content

buda-base/title-translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

title translations using AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages