Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.48 KB

File metadata and controls

59 lines (46 loc) · 2.48 KB

{% include last-modified.html %}

Naming Conventions

Edit page |

Conventions for naming things will be added here as needed.

Resource Names

Use

  • lowercase starting at http and until reaching the name of the class or property. This part is interchangeable with a short lowercase prefix.
  • following the last '/' please use camelCase. For properties the first letter is lowercase. For Classes the first letter is uppercase.
  • When using # (hash) everything before the hash is interchangeable with the prefix and should be lower case. After the # please use camelCase.

Avoid

Examples

Graph Names

Reserved

The following graph names are reserved:

Artsdata Databus

All data must be imported using the Artsdata Databus. When data in imported using the databus, the graphs are automatically names as follows:

Parameters:

  • account is a free Artsdata account setup for a specific user to upload data
  • group is the general grouping of articats usually around a project or software that produces datasets
  • artifact is the dataset name
  • version is the version of the dataset

Use

  • Valid IRIs
  • For the path after the last '/' (front slash), use lowercase letters seperated by dash "-"

Avoid

Examples