Tet
Hello, world!

About me

I edit articles in both English and Portuguese, translating from English and from Portuguese, bridging the gap of knowledge for both wikis. I also contribute to Commons and Wikidata. Feel free to leave a message in my discussion page.

My work

Contact me



Babel user information
pt-BR-N Este usuário tem como língua materna o português brasileiro.
pt-N Este utilizador tem como língua materna o português.
en-3 This user has advanced knowledge of English.
es-1 Este usuario tiene un conocimiento básico del español.
Users by language

Quick links edit

SELECT DISTINCT ?item ?itemLabel ?dob ?age
WHERE {
  ?item wdt:P106 wd:Q1930187;
        p:P108 ?NYT_statement.
  ?NYT_statement ps:P108 wd:Q9684;
  OPTIONAL {
    ?item wdt:P569 ?dob.
    BIND(xsd:integer((NOW() - ?dob) / 365.25) AS ?age)
  }
  MINUS { # Former employee
    ?NYT_statement pq:P582 [].
  }
  MINUS { ?item wdt:P570 ?dod. } # Living deprived
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?dob)
Try it!
SELECT (COUNT(*) AS ?count)
WHERE{
  ?item wdt:P31 wd:Q3184121.
}
Try it!