DiSSCo / openDS

The home of the open Digital Specimen (openDS) specification
Apache License 2.0
16 stars 9 forks source link

RFC: DiSSCo Terms and Vocabularies Implementation strategy #112

Open sharifX opened 1 month ago

sharifX commented 1 month ago

A new Request for Comments (RFC) outlining the DiSSCo Vocabulary Implementation Plan. This RFC proposes a dedicated vocabulary server for DiSSCo-specific terms and controlled vocabularies, treating them as FAIR Digital Objects (FDOs).

Key points:

  1. We propose using Handle PIDs for each term, rather than the more familiar IRIs and CURIEs typically used in RDF/JSON-LD vocabulary implementations. This approach aligns with our FDO strategy and enhances persistence and resolvability. However, we're also keeping in mind the readability, existing CURIE usage practices, and common JSON-LD parsing and semantic validation.
  2. The RFC focuses on the process of implementing and serving these terms, not on the terms themselves.

The RFC google doc can be found here .

Please submit your comments by 2024-08-23.

sharifX commented 1 month ago

Check usage of DefinedTerms for schema.org interoperability (see more here RO-Crate recommendation)

sharifX commented 1 month ago

Add hdl context. Example:

{
  "@context": {
    "hdl": "https://hdl.handle.net/",
   "schema": "https://schema.org/"
    "ods": "http://rs.dissco.eu/opends/terms/"
  },
 "@type": "schema:DefinedTerm",
  "@id": "hdl:20.5000.10/SSA-ASD-FJJ",
}