File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
<li typeof =" schema:SoftwareSourceCode" >
2
2
<a property =" schema:codeRepository" href =" {{ implementation .repo }}" >
3
3
<span property =" schema:name" >{{ implementation .name }}</span >
4
- <span class =" badge{% unless implementation .state == 'WIP ' %}{% if implementation .jsonldVersion == 1.1 %} badge-success{% else %} badge-info{% endif %}{% endunless %}" >
4
+ <span class =" badge{% unless implementation .state == 'InProgress ' %}{% if implementation .jsonldVersion == 1.1 %} badge-success{% else %} badge-info{% endif %}{% endunless %}" >
5
5
{%- if implementation .jsonldVersion == 1.0 -%}
6
6
1.0
7
7
{%- else -%}
8
- {{ implementation .jsonldVersion }}{% if implementation .state == 'WIP ' %} (<abbr title =" Work In Progress" >WIP</abbr >){% endif %}
8
+ {{ implementation .jsonldVersion }}{% if implementation .state == 'InProgress ' %} (<abbr title =" Work In Progress" >WIP</abbr >){% endif %}
9
9
{%- endif -%}
10
10
</span >
11
11
</a >
Original file line number Diff line number Diff line change
1
+ " @context " :
2
+ implementations : " @graph"
3
+ applicationCategory : https://schema.org/applicationCategory
4
+ language : https://schema.org/programmingLanguage
5
+ jsonldVersion : https://json-ld.org/#jsonldVersion
6
+ name : https://schema.org/name
7
+ repo : https://schema.org/codeRepository
8
+ state : https://schema.org/creativeWorkStatus
1
9
implementations :
2
10
# JavaScript
3
11
- repo : https://github.com/digitalbazaar/jsonld.js
@@ -88,7 +96,7 @@ implementations:
88
96
- repo : https://github.com/timothee-haudebourg/json-ld
89
97
name : json-ld
90
98
jsonldVersion : 1.1
91
- state : WIP
99
+ state : InProgress
92
100
language : Rust
93
101
- repo : https://crates.io/crates/sophia
94
102
name : sophia
@@ -98,5 +106,5 @@ implementations:
98
106
- repo : https://github.com/mattrglobal/jsonld-lint
99
107
name : jsonld-lint
100
108
jsonldVersion : 1.1
101
- state : WIP
109
+ state : InProgress
102
110
language : Typescript
You can’t perform that action at this time.
0 commit comments