User:Máté/átírás

Japán javítandó kana névvel

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, country of citizenship (P27)  View with Reasonator View with SQID, name in kana (P1814)  View with Reasonator View with SQID
    SELECT * WHERE {
      ?item wdt:P31 wd:Q5; wdt:P27 wd:Q17; wdt:P1814 ?kana; rdfs:label ?enLabel, ?huLabel.
      FILTER(lang(?enLabel)="en")
      FILTER(lang(?huLabel)="hu")
      FILTER(str(?enLabel) = str(?huLabel))
      OPTIONAL{ [] schema:about ?item; schema:isPartOf <https://hu.wikipedia.org/>; schema:name ?huwiki }
    }
    
Orosz javítandó (Szovjetunió nélkül)

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, country of citizenship (P27)  View with Reasonator View with SQID
    SELECT * WHERE {
      ?item wdt:P31 wd:Q5; wdt:P27 wd:Q159; rdfs:label ?enLabel, ?huLabel.
      FILTER(lang(?enLabel)="en")
      FILTER(lang(?huLabel)="hu")
      FILTER(str(?enLabel) = str(?huLabel))
      OPTIONAL{ [] schema:about ?item; schema:isPartOf <https://hu.wikipedia.org/>; schema:name ?huwiki }
    }
    
Dél-koreai javítandó koreai címkével

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, country of citizenship (P27)  View with Reasonator View with SQID
    SELECT * WHERE {
      ?item wdt:P31 wd:Q5; wdt:P27 wd:Q884; rdfs:label ?koLabel, ?enLabel, ?huLabel.
      FILTER(lang(?enLabel)="en")
      FILTER(lang(?huLabel)="hu")
      FILTER(lang(?koLabel)="ko")
      FILTER(str(?enLabel) = str(?huLabel))
      OPTIONAL{ [] schema:about ?item; schema:isPartOf <https://hu.wikipedia.org/>; schema:name ?huwiki }
    }
    
Örmény javítandó örmény címkével

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, country of citizenship (P27)  View with Reasonator View with SQID
    SELECT * WHERE {
      ?item wdt:P31 wd:Q5; wdt:P27 wd:Q399; rdfs:label ?hyLabel, ?enLabel, ?huLabel.
      FILTER(lang(?enLabel)="en")
      FILTER(lang(?huLabel)="hu")
      FILTER(lang(?hyLabel)="hy")
      FILTER(str(?enLabel) = str(?huLabel))
      OPTIONAL{ [] schema:about ?item; schema:isPartOf <https://hu.wikipedia.org/>; schema:name ?huwiki }
    }