User:Blue.painting

From Wikidata
Jump to navigation Jump to search

Welcome my user page!


Tools

[edit]

General

[edit]

Pinned

Main

API

[edit]

SourceMD

[edit]

Other

[edit]

ISBN

[edit]
  • "Since 1 January 2007, ISBNs have contained thirteen digits, a format that is compatible with "Bookland" European Article Numbers (EAN), which have 13 digits.
  • Note: the (978) part is is the w:Bookland country code, EAN is

Crossref API

[edit]

Wikidata Projects

[edit]

Business, etc.

[edit]

Events

[edit]

Book examples

[edit]

Do check out:


[edit]

Useful Wikidata pages

[edit]


Scholia

[edit]

Profiles

[edit]

Wikidata

[edit]

Toolforge

[edit]

Github

[edit]

Temp

[edit]
  • RAPPORT SCIENTIFIQUE D'ACTIVITE Période 1999 - 2002 : Institut Fresnel Marseille (PDF) (in French), 2002, Wikidata Q124877580View profile on Scholia
  • Rapport quadriennal 2006 - 2010 : Institut Fresnel UMR 6133 (PDF) (in French), 2010, Wikidata Q124852607View profile on Scholia
  • HCERES vague C (2016 - 2017) : Évaluation de l'unité Institut Fresnel (PDF) (in French), 2017, Wikidata Q124882293View profile on Scholia

Items

[edit]

Textbooks

[edit]

CEA

[edit]
  • IRAMIS
    • CIMAP (Centre de Recherche sur les Ions, les Matériaux et la Photonique)
    • LIDyL
    • LLB (Laboratoire Léon Brillouin)
    • LSI (Laboratoire des Solides Irradiés)
    • NIMBE
    • SPEC

Other

[edit]

Other

[edit]

SPARQL

[edit]
[edit]

Notes

[edit]
  • wdt:P22 (property)
  • wd:Q1339 (item)

nathQueries

[edit]
SELECT ?itm ?itmLabel
WHERE
{
# ?itm employer   company
  ?itm wdt:P108   wd:Q124472845.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
LIMIT 10
SELECT ?paper ?paperLabel
WHERE
{
# ?paper published in  Nano Letters
  ?paper wdt:P1433     wd:Q787913.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
LIMIT 10
SELECT ?itm ?itmLabel
WHERE
{
# ?itm author  Vincent
  ?itm wdt:P50 wd:Q37837507.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
LIMIT 10
SELECT ?itm ?itmLabel
WHERE
{
# ?itm subclass written work
  ?itm wdt:P279 wd:Q47461344.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Examples

[edit]
SELECT ?fruit
WHERE
{
  ?fruit hasColor yellow.
  ?fruit tastes sour.
}
SELECT ?fruit
WHERE
{
  ?fruit color yellow.
  ?fruit taste sour.
}
SELECT ?child
WHERE
{
# ?child  father   Bach
  ?child wdt:P22 wd:Q1339.
}
SELECT ?child ?childLabel
WHERE
{
# ?child  father   Bach
  ?child wdt:P22 wd:Q1339.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}

QuickStatements

[edit]

Notes

[edit]
  • can use tab or |

Resources

[edit]

Examples

[edit]

LAST|P31|Q5 (instance of : human)

LAST|P21|Q6581097 (sex or gender : male )

LAST|P101|Q8134 (field of work : economics)

New researcher

[edit]
CREATE
LAST|Len|"label en"
LAST|Den|"descr en"
LAST|Aen|"aka en"
LAST|P31|Q5
LAST|P21|Q6581097
LAST|P496|"0000-0003-0099-2313"

Written work template

[edit]
CREATE
LAST|Len|"label en"
LAST|Den|"descr en"
LAST|Aen|"aka en"
LAST|P1476|en:"title english"
LAST|P31|Q47461344
LAST|P212|"isbn13"
LAST|P957|"isbn10"
LAST|P243|"oclc"

PhD thesis template

[edit]
CREATE
LAST|Len|"label en"
LAST|Den|"descr en"
LAST|Aen|"aka en"
LAST|P31|Q187685
LAST|P50|QxxxxxxAUTHOR
LAST|P1476|en:"title english"
LAST|P577|"year"   <-----  it's the year/date giving error !!! need to figure out
LAST|P243|"OCLC_control_number"
LAST|P5005|"NNT"