BDI Data:Main Page
Welcome to BDI Data
This is a wiki instance with Wikibase support, to explore the possibility of describing terminology data using wikibase.
This wiki is still in an experimental state. The data represented in this wiki are not part of any standard and are not normative!
For testing purposes, data from the ABCD 3.0 project is hosted here. This wiki is not the place for documented ABCD concepts. Please go to the TDWG Terms wiki for that: https://terms.tdwg.org/wiki/ABCD_2 .
Getting Started
- List of Available Properties
- List of Items (alphabetically sorted by Item number, i.e. 1, 10, 11, 2, ...)
ABCD 3.0 Modelling
If a new concept is created, it has to be given a label and a description first. Afterwards the type of it must be assigned by using the property is of type (P9) . The following types are available:
- Class (Q32) - For concepts that will be represented as classes in OWL.
- Object Property (Q33) - Property to connect a class to other classes.
- Datatype Property (Q34) - Property to connect a class to a value of a simple type.
- Controlled Vocabulary (Q14) - A class that only allows to create specific instances of itself.
- Controlled Term (Q16) - An allowed instance of a Controlled Vocabulary (Q14)
The type of a concept decides which properties are required, which are optional and which are not used at all. The table below shows all used properties and their relation to the concept types.
x ... Property is required. (x) ... Property is optional.
is of type | Class | Property | Controlled Vocabulary | Controlled Term | Description | |
---|---|---|---|---|---|---|
Object Property | Datatype Property | |||||
Label | x | x | x | x | x | Wikibase Label field. |
Description | x | x | x | x | x | Wikibase Description field. |
is part of (P8) | x | x | x | x | x | Denotes the standard to which the concept belongs. |
Concept Name (P25) | x | x | x | x | x | The name of the concept following the naming convention: no spaces, camelCase, no special characters. |
has range (P13) | x | Denotes the class a property points to. | ||||
has datatype (P27) | x | Property to assign the rdf:Datatype to a datatype property. | ||||
allowed value (P16) | x | Connect a controlled vocabulary to ist controlled terms. | ||||
in Vocabulary (P51) | x | Connect a controlled term to the controlled vocabulary it belongs to. | ||||
additional Description (P55) | (x) | (x) | (x) | (x) | (x) | Can be used to add a longer description. |
in Concept Group (P48) | (x) | (x) | (x) | (x) | (x) | Denoting soft grouping of concepts for human readable documentation. |
associated Property (P45) | (x) | Connects a concept to the classes that are often using them. | ||||
subclass of (P1) | (x) | Indicates class inheritance. | ||||
subproperty of (P50) | (x) | (x) | Indicates property inheritance. | |||
is of type (P9) | (x) | (x) | Denotes that a property can only occur once per class. | |||
associated Concept (P46) | (x) | (x) | Connects a property to the classes that are often using them. | |||
is coupled with (P33) | (x) | (x) | Bijektive property that connects two properties which only yield useful information when used together. | |||
has domain (P29) | (x) | (x) | Denotes the class the property can be used by. |