From 744c053f34f9e6ef2a5302143c1b11fdfb452b8b Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Fri, 6 Oct 2023 13:07:23 +0200 Subject: [PATCH 1/3] Update to CodeMeta 3.0 permalinks --- content/jsonld.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/jsonld.md b/content/jsonld.md index bfdbfe2..9524c42 100644 --- a/content/jsonld.md +++ b/content/jsonld.md @@ -12,9 +12,15 @@ CodeMeta uses JSON-LD to represent and translate between software metadata forma ## The JSON-LD Context File -The current codemeta context file can be found at [![DOI](https://img.shields.io/badge/doi%3A-10.5063%2FSCHEMA%2FCODEMETA--2.0-blue.svg)](https://doi.org/10.5063/schema/codemeta-2.0) +The current codemeta context file can be used from -- note that browsers will redirect using _content negotiation_ to a HTML page, while JSON-LD processors will get the JSON-LD context. +### Released versions +* +* +* + +### CodeMeta terms CodeMeta properties are built on and extend software properties from . A list of all properties provided by the current CodeMeta `context` file can be found on the [terms](/terms) page. Here's an example [codemeta.json file](https://github.com/codemeta/codemetar/blob/master/codemeta.json) for the `codemetar` R package. From 896c9b6d7dcc77b97e17e0647301f5b1f140beb8 Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Fri, 6 Oct 2023 13:07:36 +0200 Subject: [PATCH 2/3] Permalink and version for terms --- content/terms.Rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/terms.Rmd b/content/terms.Rmd index f0c672f..776fe3b 100644 --- a/content/terms.Rmd +++ b/content/terms.Rmd @@ -9,6 +9,9 @@ library("readr") library("dplyr") ``` +* Permalink: +* CodeMeta version: 3.0 + ## Terms from Schema.org Recognized properties for CodeMeta `SoftwareSourceCode` and `SoftwareApplication` includes the following terms from . These terms are part of the CodeMeta specification and can be used without any prefix. From cd931f5fbfc0e0f1fa33db050aff616e50a9cefb Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Fri, 6 Oct 2023 13:10:16 +0200 Subject: [PATCH 3/3] Warning on term namespace --- content/terms.Rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/terms.Rmd b/content/terms.Rmd index 776fe3b..ba14c17 100644 --- a/content/terms.Rmd +++ b/content/terms.Rmd @@ -38,6 +38,9 @@ knitr::kable("html", table.attr="class=\"table table-striped\"") The CodeMeta project also introduces the following additional properties, which lack clear equivalents in but can play an important role in software metadata records covered by the CodeMeta crosswalk. +* Namespace: + - **Warning**: This namespace will change to be w3id-based for CodeMeta 4.0 + ```{r} cw %>% filter(grepl("codemeta:", `Parent Type`)) %>%