Jump to content

Wikidata:WikiProject ISRO

Shortcut: WD:ISRO
From Wikidata


Adding details to and maintaining items related to Indian Space Research Organisation (Q229058) and Department of Space (Q4158548).

Organizations

[edit]

Queries

[edit]

Indian Space Research Organisation (Q229058) and Department of Space (Q4158548) have a lot of organizations within them. Their structure needs to be maintained using parent organization or unit (P749) and child organization or unit (P355). The current structure can be visualized using the following query:

#defaultView:Graph
SELECT ?item ?itemLabel ?linkTo {
  wd:Q4158548 wdt:P355* ?item
  OPTIONAL { ?item wdt:P355 ?linkTo }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Try it!

Query to see a map or a timeline of the organizations use

#defaultView:Map
# Can be seen as a timeline too.
SELECT ?item ?itemLabel ?date ?loc {
  wd:Q4158548 wdt:P355* ?item.
  ?item wdt:P571 ?date.
  ?item wdt:P625 ?loc
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Try it!

Properties

[edit]
Title ID Data type Description Examples Inverse
instance ofP31Iteminstance of and instance or subclass of: type to which this subject corresponds/belongs. Different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountainGachalá Emerald <instance of> emerald-
inceptionP571Point in timedate of establishment, founding and date of the first award ceremony: time when an entity begins to exist; for date of official opening use P1619Society of Jesus <inception> -
countryP17Itemhistorical country, state, sovereign state and country: sovereign state that this item is in (not to be used for human beings)Wusung Radio Tower <country> People's Republic of China-
parent organization or unitP749Itemparent organization/unit: parent organization or unit of an organization or unit, opposite of child organization or unit (P355); use instance of (P31) to distinguish organization (Q43229) and organization unit (Q10387680)Airbus SAS <parent organization or unit> Airbus SEchild organization or unit
child organization or unitP355Itemsubsidiary organization, subsidiary company and foreign subsidiary company: child organization/unit of a organization/unit; for companies, generally a fully owned separate corp., see business division (P199); opposite of parent org./unit (P749); use instance of (P31) to distinguish org. (Q43229) and org. unit (Q10387680)The Walt Disney Company <child organization or unit> Walt Disney Studios Motion Pictures and Walt Disney Animation Studiosparent organization or unit
headquarters locationP159Itemheadquarters, siège social réel, seat, episcopal see and titular see: city or town where an organization's headquarters is or has been situated. Use P276 qualifier for specific buildingOrganization of the Petroleum Exporting Countries <headquarters location> Vienna-
official websiteP856URLofficial website: URL of the official page of an item (current or former). Usage: If a listed URL no longer points to the official website, do not remove it, but see the "Hijacked or dead websites" section of the Talk pageFacebook <official website> https://www.facebook.com-
coordinate locationP625Geographic coordinatesgeographic coordinate: geocoordinates of the subject. For Earth, please note that only the WGS84 geodetic datum is currently supportedMount Everest <coordinate location> 27° 59′ 17.00″ N 86° 55′ 31.00″ E-
logo imageP154Commons media filelogo: graphic mark or emblem commonly used by commercial enterprises, organizations and productsKansas City Royals <logo image> Kansas City Royals Insignia.svg-

Questions

[edit]

Types of launch vehicles

[edit]

Queries

[edit]
SELECT ?item ?label WHERE {
  ?item wdt:P176 wd:Q229058.
  ?item wdt:P279* wd:Q697175
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
    ?item rdfs:label ?label
  }
}
Try it!

Properties

[edit]
Title ID Data type Description Examples Inverse
subclass ofP279Itemsubclass of and instance or subclass of: this item is a subclass (subset) of that item; ALL instances of this item are instances of that item; different from P31 (instance of), e.g.: volcano is a subclass of mountain; Everest is an instance of mountainapple <subclass of> fruit-
manufacturerP176Itemmanufacturer: (main or final) manufacturer or producer of this productAirbus A320 family <manufacturer> Airbus SASproduct or material produced
imageP18Commons media fileillustration and image: image of relevant illustration of the subject; if available, also use more specific properties (sample: coat of arms image, locator map, flag image, signature image, logo image, collage image)Douglas Adams <image> Douglas adams portrait cropped.jpg-
heightP2048Quantityheight and human height: vertical length of an entityEiffel Tower <height> 324 metre-
diameterP2386Quantitydiameter: diameter of a circular or spherical objectLondon Eye <diameter> 120 metre-
massP2067Quantitymass: mass (in colloquial usage also known as weight) of the itemPluto <mass> 13.05 yottagram-
throughputP2957Quantitythroughput: volume of units that do or can pass through or be transported by the objectV.90 <throughput> 56 kilobit per second-
start pointP1427Itembeginning: starting place of this journey, flight, voyage, trek, migration etc.2004 Tour de France, Stage 2 <start point> Charleroi-

Questions

[edit]

Launches

[edit]

Queries

[edit]
SELECT ?item ?label WHERE {
  ?item wdt:P31 wd:Q2133344.
  ?item wdt:P137 wd:Q229058.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
    ?item rdfs:label ?label
  }
}
Try it!

Properties

[edit]
Title ID Data type Description Examples Inverse
instance ofP31Iteminstance of and instance or subclass of: type to which this subject corresponds/belongs. Different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountainGachalá Emerald <instance of> emerald-
space launch vehicleP375Itemlaunch vehicle: type of rocket or other vehicle for launching subject payload into outer spaceSkylab <space launch vehicle> Saturn V-
operatorP137Itemoperator and operator of: person, profession, organization or entity that operates the equipment, facility, or serviceYamanote Line <operator> East Japan Railway Companyitem operated
UTC date of spacecraft launchP619Point in timespace launch: date of spacecraft launch in UTCSTS-1 <UTC date of spacecraft launch> -
manufacturerP176Itemmanufacturer: (main or final) manufacturer or producer of this productAirbus A320 family <manufacturer> Airbus SASproduct or material produced
start pointP1427Itembeginning: starting place of this journey, flight, voyage, trek, migration etc.2004 Tour de France, Stage 2 <start point> Charleroi-
carries passengers or cargoP3437Itemcargo: type of passengers or cargo a vehicle, transport network, or operator carriesMRS 50326 Trecate-Gricignano <carries passengers or cargo> liquefied petroleum gas-
throughputP2957Quantitythroughput: volume of units that do or can pass through or be transported by the objectV.90 <throughput> 56 kilobit per second-

Questions

[edit]

Satellites

[edit]
SELECT ?item ?label WHERE {
  ?item wdt:P31 wd:Q2133344.
  ?item wdt:P137 wd:Q229058.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
    ?item rdfs:label ?label
  }
}
Try it!


Participants

[edit]

The participants listed below can be notified using the following template in discussions:
{{Ping project|ISRO}}