Wikidata:WikiProject University degrees/Properties

From Wikidata
Jump to navigation Jump to search

Home

 

Items & Properties

 

Reports

 

Queries

 

Discussions

 

What properties will be useful for modelling university degrees in Wikidata?

General properties of a university[edit]

Title ID Data type Description Examples Inverse
instance ofP31Iteminstance of: that class of which this subject is a particular example and member; different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform)HTW Berlin <instance of> university of applied sciences-
inceptionP571Point in timedate of establishment: time when an entity begins to exist; for date of official opening use P1619HTW Berlin <inception> 1994-
official websiteP856URLofficial website and home page: 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 pageHTW Berlin <official website> http://www.htw-berlin.de-
countryP17Itemcountry: sovereign state that this item is in (not to be used for human beings)HTW Berlin <country> Germany-
students countP2196Quantitystudent and schoolchild: number of students of any type in an educational organization. Qualify with " point in time" (P585). The most recent count would generally have preferred rank; data for previous years normal rank (not deprecated rank). Don't overwrite.HTW Berlin <students count> 13,355-
located in the administrative territorial entityP131Itemadministrative territorial entity: the item is located on the territory of the following administrative entity. Use P276 for specifying locations that are non-administrative places and for items about events. Use P1382 if the item falls only partially into the administrative entity.HTW Berlin <located in the administrative territorial entity> Berlin-
grantsP5460Itemaward: confers degree, honor, award, prize, title, certificate or medal denoting achievement to a person or organizationHTW Berlin <grants> Master of Science-

General properties of a degree[edit]

Title ID Data type Description Examples Inverse
instance ofP31Iteminstance of: that class of which this subject is a particular example and member; different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform)Bachelor of Arts <instance of> academic degree-
subclass ofP279Itemsubclass 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.: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform)Bachelor of Arts <subclass of> bachelor's degree-
academic degreeP512Itemacademic degree: academic degree that the person holdsDouglas Adams <academic degree> Bachelor of Arts-
academic majorP812Itemacademic major: major someone studied at college/universityDouglas Adams <academic major> English literature-
academic minorP811Itemacademic minor: minor someone studied at college/universityDouglas Adams <academic minor> English literature-
short nameP1813Monolingual textabbreviation: short name of a place, organisation, person, journal, wikidata property, etc. Used by some Wikipedia templates.doctor rerum naturalium <short name> "Dr. rer. nat. (German)"-

It turns out that many academic degrees are not well-formed in Wikidata. Generally the property ("academic major" for students, "academic discipline" for research) is missing for most fields. They should be instances of the major and subclasses of the discipline, as there are constantly new subsubdisciplines being invented.

Degrees already found in Wikidata[edit]

There are many (and quite chaotic) degrees already listed in Wikidata. Confusingly, there is an item with the same name (academic degree (Q189533)) as a property (academic degree (P512)). See discussion on the talk page [1]. There are also lists of degrees such as this list of academic degrees [2] and this list of academic titles [3] in Dutch.

bachelor's degree (Q163727) master's degree (Q183816) doctorate (Q849697) magister degree (Q1589434) candidate (Q2383393) Other

Note the difference between the item academic degree (Q189533) an institution awards and the property academic degree (P512) that a person has!

Many of these degrees should be replaced with academic degree -> Bachelor (or Master) and academic major -> (the major)

Proposed properties[edit]

Important items[edit]

Please add more as you discover the need for them!

List of academic disciplines[edit]

This is important as we propose not creating items academic-degree-in-discipline, but having a university confer a degree, and these degrees being offered in a selection of disciplines.

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID
    SELECT ?discipline ?disciplineLabel WHERE {
      ?discipline wdt:P31 wd:Q11862829.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
    }