Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.04 KB

File metadata and controls

28 lines (14 loc) · 1.04 KB
title The Codemeta JSON-LD Representation

CodeMeta uses JSON-LD to represent and translate between software metadata formats. JSON-LD lead developer Manu Sporny explains how JSON-LD works in this short clip:

{{< youtube Tm3fD89dqRE >}}

The JSON-LD Context File

The current codemeta context file can be used from https://w3id.org/codemeta/3.0 -- 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 https://schema.org. A list of all properties provided by the current CodeMeta context file can be found on the terms page. Here's an example codemeta.json file for the codemetar R package.

Compaction & expansion examples: