User:Pere prlpz

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Babel user information
ca-N Aquest usuari és un parlant natiu de català.
es-4 Este usuario tiene un conocimiento casi nativo del español.
en-2 This user has intermediate knowledge of English.
oc-2 Aqueste utilizaire dispausa d'un nivèl intermediari de coneissença en occitan.
pt-1 Este utilizador tem um nível básico de português.
gl-1 Este usuario ten un coñecemento básico de galego.
de-1 Dieser Benutzer beherrscht Deutsch auf grundlegendem Niveau.
eu-1 Erabiltzaile honek oinarrizko mailan lagun dezake euskaraz.
fr-1 Cet utilisateur dispose de connaissances de base en français.
it-1 Questo utente può contribuire con un livello elementare in italiano.
sc-1 Custu impitadore podet agiudare, ca unu azicu de sardu lu connoschet.
an-1 Iste usuario conoixe l'aragonés con un libel basico.
ast-1 Esti usuariu tien un conocimientu básicu d'asturianu.
frp-1 Cet’utilisator at des cognessences totes simples en arpetan.
ro-1 Acest utilizator poate contribui cu un nivel de bază de română.
ia-1 Iste usator ha cognoscentias de base de interlingua.
eo-1 Ĉi tiu uzanto povas komuniki per baza nivelo de Esperanto.
io-1 Ca uzero havas bazala savo pri Ido.
Users by language

Llista de seguiment altres humans

Llocs:

Consultes[edit]

Revisió general[edit]

#Les meves imatges geolocalitzades
SELECT ?file ?coord ?layer ?image
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P1259 ?coord.
  ?file wdt:P571 ?data.
  ?file schema:url ?image.
  BIND(year(?data) as ?layer)
}
#defaultView:Map

Try it!

#Coses representades a les meves fotos
SELECT ?item ?itemLabel ?layer ?layerLabel ?coord
WITH {
  SELECT DISTINCT ?item WHERE {
    ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
}
} AS %1
WHERE {
  INCLUDE %1.
    SERVICE <https://query.wikidata.org/sparql> {
      ?item wdt:P31 ?layer.
      ?item wdt:P625 ?coord .
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
      OPTIONAL{?layer rdfs:label ?layerLabel.
              FILTER(LANG(?layerLabel) = "ca").}
    }
}
#defaultView:Map

Try it!

#Coses representades a les meves fotos i coordenades de les fotos 
SELECT ?layer ?coord ?image ?file ?item ?itemLabel
WITH {
  SELECT DISTINCT ?item WHERE {
    ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
}
} AS %1
WHERE {
  {
    ?file (p:P170/pq:P4174) "Pere prlpz".
    ?file wdt:P1259 ?coord.
    ?file schema:url ?image.
    VALUES ?layer {"foto"}
  }
  UNION
  {
  INCLUDE %1.
    SERVICE <https://query.wikidata.org/sparql> {
      ?item wdt:P625 ?coord .
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
     VALUES ?layer {"objecte"}
    }
  }
}
#defaultView:Map

Try it!

#Coses més representades a les meves fotos
SELECT DISTINCT ?item ?itemLabel  (COUNT(DISTINCT(?file)) AS ?totfiles)
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
    SERVICE <https://query.wikidata.org/sparql> {
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
    }
}
GROUP BY ?item ?itemLabel
ORDER BY DESC(?totfiles) ?itemlabel

Try it!

#Instàncies de coses representades a les meves fotos
SELECT ?inst ?instLabel (COUNT(DISTINCT(?item)) AS ?totitems)
WITH {
  SELECT DISTINCT ?item WHERE {
    ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
}
} AS %1
WHERE {
  INCLUDE %1.
    SERVICE <https://query.wikidata.org/sparql> {
      ?item wdt:P31 ?inst.
      OPTIONAL{?inst rdfs:label ?instLabel.
              FILTER(LANG(?instLabel) = "ca").}
    }
}
GROUP BY ?inst ?instLabel
ORDER BY DESC(?totitems) ?instLabel

Try it!

# Els meus dies més productius
SELECT DISTINCT ?data (COUNT(DISTINCT(?file)) AS ?totfiles) (COUNT(DISTINCT(?item)) AS ?totitems) 
  (SAMPLE(?item) AS ?mostraItems) (SAMPLE(?file) AS ?mostraFiles)
WHERE {
    ?file (p:P170/pq:P4174) "Pere prlpz".
  OPTIONAL {?file wdt:P180 ?item.}
  ?file wdt:P571 ?data.
}
GROUP BY ?data

Try it!

#Coses representades més dies a les meves fotos (taula)
SELECT DISTINCT ?item ?itemLabel (COUNT(DISTINCT(?data)) AS ?totdates)
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
  OPTIONAL {?file wdt:P571 ?data.}
    SERVICE <https://query.wikidata.org/sparql> {
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
    }
}
GROUP BY ?item ?itemLabel
ORDER BY DESC(?totdates) ?itemlabel

Try it!

#Coses representades més dies a les meves fotos (mapa)
SELECT DISTINCT ?item ?itemLabel (COUNT(DISTINCT(?data)) AS ?layer) ?coord
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
  OPTIONAL {?file wdt:P571 ?data.}
    SERVICE <https://query.wikidata.org/sparql> {
      ?item wdt:P625 ?coord.
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
    }
}
GROUP BY ?item ?itemLabel ?coord
#defaultView:Map

Try it!

Try it!

Try it!

Try it!

Revisió amb paràmetre[edit]

#Excursió la Vall d'Aran (per data)
SELECT ?file ?image ?data ?coord
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P571 ?data.
  FILTER("2022-08-13"^^xsd:dateTime <= ?data && ?data <= "2022-08-15"^^xsd:dateTime).
  ?file schema:url ?image.
  OPTIONAL {  
    ?file wdt:P1259 ?coord.
  }
}
ORDER BY ?data
#defaultView:ImageGrid

Try it!

#Fotos meves que representen focs artificials o el que sigui
SELECT ?file ?image
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file schema:url ?image.
  ?file wdt:P180 wd:Q127933. # canviar pel que sigui
}
#defaultView:ImageGrid

Try it!

#Fotos meves que representen instàncies d'escola o el que sigui
SELECT ?file ?image
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file schema:url ?image.
  ?file wdt:P180 ?item. 
  SERVICE <https://query.wikidata.org/sparql> {
    ?item wdt:P31 wd:Q111236457# canviar pel que sigui
  }
}
#defaultView:ImageGrid

Try it!

#Coses més representades a les meves fotos per un dia concret
SELECT DISTINCT ?item ?itemLabel  (COUNT(DISTINCT(?file)) AS ?totfiles)
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
  ?file wdt:P571 ?data.
 FILTER("2012-04-09"^^xsd:dateTime = ?data).    
  SERVICE <https://query.wikidata.org/sparql> {
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
    }
}
GROUP BY ?item ?itemLabel
ORDER BY DESC(?totfiles) ?itemlabel

Try it!


Manteniment de depicts (P180)[edit]

#Fotos meves que no representen res
SELECT ?file ?image
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file schema:url ?image.
  MINUS {?file wdt:P180 []}
}
#defaultView:ImageGrid

Try it!

#Fotos meves que no representen res, per un any concret
SELECT ?file ?image
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file schema:url ?image.
  MINUS {?file wdt:P180 []}
   ?file wdt:P571 ?data.
  FILTER(year(?data)=2015)
}
#defaultView:ImageGrid

Try it!

#Les meves imatges geolocalitzades que no representen res
SELECT ?file ?coord ?layer ?image
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P1259 ?coord.
  ?file wdt:P571 ?data.
  ?file schema:url ?image.
  BIND(year(?data) as ?layer)
  MINUS {?file wdt:P180 []}
}
#defaultView:Map

Try it!

#Coses per il·lustrar amb les meves fotos
SELECT DISTINCT  ?item ?itemLabel ?file
WHERE {
  ?file (p:P170/pq:P4174) "Pere prlpz".
  ?file wdt:P180 ?item.
    SERVICE <https://query.wikidata.org/sparql> {
      MINUS {?item wdt:P18 []}
      OPTIONAL{?item rdfs:label ?itemLabel.
              FILTER(LANG(?itemLabel) = "ca").}
    }
}
ORDER BY ?item

Try it!

Try it!

De tot[edit]

De tot, però segurament obsolet.

http://tools.wikimedia.de/~daniel/WikiSense/CheckUsage.php?i=#end

Imatges que he pujat a commons - Compte que no totes són meves

La imatge que no em surt a la galeria perquè algú altre li ha remenat els colors

Category:Images from Wiki Loves Monuments 2011

Les meves contribucions a commons del dia que em vaig oblidar d'iniciar la sessió

Pere prlpz català

Pere prlpz basc

Pere prlpz sard

Pere prlpz occità

Pere prlpz aragonès

Pere prlpz gallec

Pere prlpz anglès

Pere prlpz alemany

Pere prlpz holandès

Pere prlpz francès

Pere prlpz castellà

Pere prlpz commons

Pere prlpz Viquiespècies

Pere prlpz meta

Eines i recordatoris[edit]

És habitual trobar propostes d'esborrat de fitxers en ús, que són clarament contràries a les normes:

 Keep The logo/map/flag/etc is in use by other Wikimedia projects (several Wikipedia articles) and therefore in scope. According to commons:scope, "It should be stressed that Commons does not exist to editorialise on other projects – that an image is in use on a non talk/user page is enough for it to be within scope." If you feel this logo/map/flag/etc should not be used, you should tell the Wikipedias and try to convince local communities to use another one or not to use any logo/map/flag/etc at all.

{{vk}} The logo/map/flag/etc is in use by other Wikimedia projects (several Wikipedia articles) and therefore in scope. According to [[:commons:scope]], "''It should be stressed that Commons does not exist to editorialise on other projects – that an image is in use on a non talk/user page is enough for it to be within scope.''" If you feel this logo/map/flag/etc should not be used, you should tell the Wikipedias and try to convince local communities to use another one or not to use any logo/map/flag/etc at all.