Skip to content

Files

Latest commit

391e1f1 · Jan 20, 2025

History

History
39 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.4 KB

RS Quality dimensions

This repository describes the RS quality dimensions used in the EVERSE project.

Namespaces used in this document:

Namespace prefix Namespace URI
schema http://schema.org/
dcterms http://purl.org/dc/terms/

The following metadata attributes define a Research Quality dimension:

Attribute Key (YAML) Term (mapping) Expected value
persistent identifier identifier schema:identifier schema:Text (String)
Dimension name name schema:name schema:Text (String)
Brief description description schema:description schema:Text (String)
definition source source dcterms:source rdfs:Literal (URL)

To see an example of a dimension, see the template YAML file stored in this repository.

The latest version of the vocabulary is accessible at https://w3id.org/everse/rsqd

To obtain the JSON-LD context, just perform content negotiation as follows:

curl -sH "accept:application/ld+json" -L https://w3id.org/everse/rsqd

The vocabulary has versioning enabled. To get a particular version add the version number in the URL:

curl -sH "accept:application/ld+json" -L https://w3id.org/everse/rsqd/0.0.1