Main Page

From IR Abbreviations
Jump to navigation Jump to search

Where shall we begin...

This Wikibase is intended to illuminate complicated abbreviations in the legal-journal-scholarship universe.

Data models

Data model for journals
Property Value Usage note
instance of (P1) Item see query below for possible items
wikidata identifier (P5) External identifier the Qnumber from Wikidata
parent organization (P10) Item the controlling entity or party of the journal in question
has children (P11) Item inverse of property P10
related to (P12) Item indicates a relationship or connection between the journal and another entity exists
repository url (P15) URL link to repository for a journal, where published content lives
home page (P16) URL link to the home page of the journal
Bluebook abbreviation (P18) External identifier indicates Bluebook citation (?)


Data model for organizations (publishers & institutions)
Property Value Usage note
instance of (P1) Item see query below for possible items
wikidata identifier (P5) External identifier the Qnumber from Wikidata
has children (P11) Item indicates what entities (ie: journals) are controlled by the organization in question; inverse of property P10
related to (P12) Item indicates a relationship or connection between the organization and another entity exists
home page (P16) URL link to the home page of the organization


Data model for companions
Property Value Usage note
instance of (P1) Item companion: should be used to clarify the item accompanies or is a spin-off item from a journal
wikidata identifier (P5) External identifier the Qnumber from Wikidata
parent organization (P10) Item the controlling entity or party of the companion in question
related to (P12) Item indicates a relationship or connection between the companion and another entity exists
home page (P16) URL link to the home page of the companion

Query for Companions & Related to

What do i need to know about how Wikibase works?

Wikibase ecosystem

There are many Wikibases in the ecosystem. The community around Wikibase includes Wikibase users, partners, volunteer developers and tool builders, forming the vibrant and diverse Wikibase Ecosystem. In this ecosystem, we imagine that one day all the Wikibase instances will be connected between themselves and back to Wikidata.

How is information structured?

Data is stored in Wikibase in the shape of Items. Each item is accorded its own page. Items are used to represent all the things in human knowledge, including topics, concepts, and objects. For example, the "1988 Summer Olympics", "love", "Elvis Presley", and "gorilla" can all be items. Items are made up of Statements that describe detailed characteristics of an Item. A statement (graph format: Subject-Predicate-Object) is how the information we know about an item - the data we have about it - gets recorded in your Wikibase instance. This happens by pairing a property with at least one value; this pair is at the heart of a statement. Statements also serve to connect items to each other, resulting in a linked data structure.

Check out this visualization of the linked data structure

The property in a statement describes the data value, and can be thought of as a category of data like "color", "population," or "Commons media" (files hosted on Wikimedia Commons). The value in the statement is the actual piece of data that describes the item. Each property has a data type which defines the kind of values allowed in statements with that property. For example, the property “date of birth” will only accept data in the format of a date.

Check out this visualisation of the structure of an item

Example In order to record information about the occupation of Marie Curie, you would need to add a statement to the item for Marie Curie (Q7186). Using the property, occupation (P106), you could then add the value physicist (Q169470). You could also add the value chemist (Q593644). Note how both chemist and physicist are each their own item, thereby allowing Marie Curie to be linked to these items.

Don’t panic -> links to help

This is a lot of information and possibilities and might seem daunting. Don’t panic. There’s a lot of documentation for you to read, many other Wikibases you can look at to get inspired, a community that is happy to help out with any questions, and the development team who’s happy to support you where needed.

Last but not least

Special thanks to Joe for explaining to Tallulah (hiiii it's me) how the Wiki-universe functions!

Real Query

Query