Skip to content

Commit 7a1774c

Browse files
committed
Release 0.6.1
1 parent f1dbf9b commit 7a1774c

2 files changed

Lines changed: 42 additions & 38 deletions

File tree

jskos.qmd

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,9 +1209,9 @@ The fields `PARTS` and `_id` in the following example can be ignored:
12091209
:::
12101210

12111211

1212-
# References {.unnumbered}
1212+
# References {-}
12131213

1214-
## Normative references {.unnumbered}
1214+
## Normative references {-}
12151215

12161216
- M. Appleby et al: *IIIF Presentation API 3.0*. June 2020.
12171217
<https://iiif.io/api/presentation/3.0/>
@@ -1267,7 +1267,7 @@ The fields `PARTS` and `_id` in the following example can be ignored:
12671267
[RFC 3066]: https://tools.ietf.org/html/rfc3066
12681268
[RFC 7946]: https://tools.ietf.org/html/rfc7946
12691269

1270-
## Informative references {.unnumbered}
1270+
## Informative references {-}
12711271

12721272
* R. Albertoni, D. Browning, S. Cox, A. Gonzalez Beltran, A. Perego, P. Winstanley:
12731273
*Data Catalog Vocabulary (DCAT) - Version 3*.
@@ -1316,11 +1316,11 @@ The fields `PARTS` and `_id` in the following example can be ignored:
13161316
[RFC 5234]: http://tools.ietf.org/html/rfc5234
13171317
[ng-skos]: http://gbv.github.io/ng-skos/
13181318

1319-
# Appendices {.unnumbered}
1319+
# Appendices {-}
13201320

13211321
The following appendices are *non-normative*.
13221322

1323-
## JSON-LD {.unnumbered #json-ld}
1323+
## JSON-LD {- #json-ld}
13241324

13251325
The following [JSON-LD 1.1 context document](http://www.w3.org/TR/json-ld/#the-context)
13261326
(available [from here](context.json)) can be used to map JSKOS without
@@ -1338,7 +1338,7 @@ Applications should further add implicit RDF triples, such as `$someConcept
13381338
rdf:type skos:Concept`, if such information can be derived from JSKOS by other
13391339
means.
13401340

1341-
## Validation {.unnumbered #validation}
1341+
## Validation {- #validation}
13421342

13431343
Experimental JSON Schemas exist but don't cover all aspects of JSKOS:
13441344

@@ -1361,15 +1361,15 @@ Public services to validate JSKOS data are included in instances of
13611361
[jskos-validate]: https://www.npmjs.com/package/jskos-validate
13621362
[jskos-server]: https://www.npmjs.com/package/jskos-server
13631363

1364-
## Item types as concepts {.unnumbered}
1364+
## Item types as concepts {-}
13651365

13661366
[Item types](#item-type) can be expressed with [concepts] from the following [concept scheme]:
13671367

13681368
~~~json
13691369
{{< include examples/item-types.scheme.json >}}
13701370
~~~
13711371

1372-
## SKOS features not supported in JSKOS {.unnumbered}
1372+
## SKOS features not supported in JSKOS {-}
13731373

13741374
JSKOS is aligned with SKOS but all references to SKOS are informative only.
13751375
The following features of SKOS are not supported in JSKOS:
@@ -1390,7 +1390,7 @@ The following features of SKOS are not supported in JSKOS:
13901390
[documentation properties]: http://www.w3.org/TR/2009/REC-skos-reference-20090818/#notes
13911391
[mapping properties]: http://www.w3.org/TR/2009/REC-skos-reference-20090818/#mapping
13921392

1393-
## JSKOS features not supported in SKOS {.unnumbered}
1393+
## JSKOS features not supported in SKOS {-}
13941394

13951395
The following features of JSKOS have no corresponce in SKOS:
13961396

@@ -1401,7 +1401,7 @@ The following features of JSKOS have no corresponce in SKOS:
14011401
* order of multiple notations
14021402
* order of multiple inScheme statements
14031403

1404-
## Additional examples {.unnumbered}
1404+
## Additional examples {-}
14051405

14061406
:::{#lst-gnd-concept-scheme lst-cap="Integrated Authority File (GND)"}
14071407

@@ -1461,18 +1461,22 @@ Multiple mappings from one concept (612.112 in DDC) to GND.
14611461
```
14621462
:::
14631463

1464-
# Changelog {.unnumbered}
1464+
# Changelog {-}
14651465

14661466
JSKOS started in 2014 as as part of project [coli-conc](https://coli-conc.gbv.de/).
14671467

14681468
### 0.7.0 (draft) {-}
14691469

1470+
- ...
1471+
1472+
### 0.6.1 (2025-10-07) {-}
1473+
14701474
- Mapping field `mappingRelevance` is not experimental anymore
14711475
- Add mapping field `justification`
14721476
- Add item fields `tool`, `version`, `issue`, `issueTracker`, and `guidelines`
14731477
- Move concept scheme field `versionOf` to item
14741478

1475-
### 0.6.0 (2025-01-20) {.unnumbered}
1479+
### 0.6.0 (2025-01-20) {-}
14761480

14771481
- Add [ranks](#rank) and [qualified statements]
14781482
- Add extended dates for `startDate`, `endDate`, and `relatedDate`.
@@ -1482,124 +1486,124 @@ JSKOS started in 2014 as as part of project [coli-conc](https://coli-conc.gbv.de
14821486
- Add item field `basedOn`
14831487
- Update references, layout and wording
14841488

1485-
### 0.5.4 (2024-09-27) {.unnumbered}
1489+
### 0.5.4 (2024-09-27) {-}
14861490

14871491
- Change JSON-LD context for spatial fields (`location`, `place`, `startPlace`, `endPlace`)
14881492
- Add Concept field `deprecated`
14891493
- Add Item field `replacedBy`
14901494
- Clarify anchoring of regular expressions
14911495
- Mention non-indexing concepts
14921496

1493-
### 0.5.3 (2024-09-18) {.unnumbered}
1497+
### 0.5.3 (2024-09-18) {-}
14941498

14951499
- Allow `@context` to hold an array
14961500

1497-
### 0.5.2 (2024-08-30) {.unnumbered}
1501+
### 0.5.2 (2024-08-30) {-}
14981502

14991503
- Allow location of type `GeometryCollection`
15001504
- Fix schema.org namespace in JSON-LD context document
15011505

1502-
### 0.5.1 (2023-07-03) {.unnumbered}
1506+
### 0.5.1 (2023-07-03) {-}
15031507

15041508
- More precise type of `inScheme`, `topConceptOf`, `mappings`, `occurrences`
15051509
- Add some inference rules and integrity constraints
15061510
- Fix JSON Schema files to allow negative dates and strict annotation dates
15071511
- Add item fields `place` and `media`
15081512

1509-
### 0.5.0 (2022-08-29) {.unnumbered}
1513+
### 0.5.0 (2022-08-29) {-}
15101514

15111515
* Make clear concordance field name distributions (plural)
15121516
* Add license, compressFormat, packageFormat, size, checksum, accessURL to distribution
15131517
* Remove fields for undefined JSKOS-API URLs
15141518

1515-
### 0.4.9 (2022-01-18) {.unnumbered}
1519+
### 0.4.9 (2022-01-18) {-}
15161520

15171521
* Change format of URI in JSON Schema from URI to IRI
15181522
* Change base format of URL in JSON Schema from URI to IRI
15191523

1520-
### 0.4.8 (2021-02-18) {.unnumbered}
1524+
### 0.4.8 (2021-02-18) {-}
15211525

15221526
* Add concept scheme field notationExamples
15231527

1524-
### 0.4.7 (2021-02-10) {.unnumbered}
1528+
### 0.4.7 (2021-02-10) {-}
15251529

15261530
* Add resource field source
15271531
* Add item field address
15281532
* Move startPlace/endPlace to Item and map them to schema:location
15291533

1530-
### 0.4.6 (2019-12-02) {.unnumbered}
1534+
### 0.4.6 (2019-12-02) {-}
15311535

15321536
* Add memberRoles
15331537

1534-
### 0.4.5 (2019-04-08) {.unnumbered}
1538+
### 0.4.5 (2019-04-08) {-}
15351539

15361540
* Add annotations (basic support)
15371541

1538-
### 0.4.4 (2018-11-02) {.unnumbered}
1542+
### 0.4.4 (2018-11-02) {-}
15391543

15401544
* Add concept scheme fields notationPattern and uriPattern
15411545
* Add concept fields startPlace and endPlace
15421546

1543-
### 0.4.2 (2018-08-22) {.unnumbered}
1547+
### 0.4.2 (2018-08-22) {-}
15441548

15451549
* Move identifier field from item to resource
15461550
* Add SKOS documentation field note to item
15471551
* Add optional JSON Schemas
15481552

1549-
### 0.4.1 (2018-06-26) {.unnumbered}
1553+
### 0.4.1 (2018-06-26) {-}
15501554

15511555
* Rename distribution field to distributions
15521556
* Allow digits in custom fields
15531557

1554-
### 0.4.0 (2018-06-22) {.unnumbered}
1558+
### 0.4.0 (2018-06-22) {-}
15551559

15561560
* Add Registry field occurrences
15571561
* Add Distribution object type
15581562
* Change rule for custom fields
15591563

1560-
### 0.3.2 (2018-05-29) {.unnumbered}
1564+
### 0.3.2 (2018-05-29) {-}
15611565

15621566
* Add Concept Scheme field namespace
15631567

1564-
### 0.3.1 (2017-11-22) {.unnumbered}
1568+
### 0.3.1 (2017-11-22) {-}
15651569

15661570
* Extend ocurrences to co-occurrences
15671571

1568-
### 0.3.0 (2017-11-15) {.unnumbered}
1572+
### 0.3.0 (2017-11-15) {-}
15691573

15701574
* Add occurrences
15711575

1572-
### 0.2.2 (2017-11-06) {.unnumbered}
1576+
### 0.2.2 (2017-11-06) {-}
15731577

15741578
* Add mappings field to Concept
15751579

1576-
### 0.2.1 (2017-09-27) {.unnumbered}
1580+
### 0.2.1 (2017-09-27) {-}
15771581

15781582
* Disallow empty strings except as mandatory placeholder with language ranges
15791583
* Support composed concepts with `memberSet` and `memberList`
15801584

1581-
### 0.2.0 (2017-09-21) {.unnumbered}
1585+
### 0.2.0 (2017-09-21) {-}
15821586

15831587
* Rename object to resource
15841588
* Move startDate, endDate, relatedDate, and location from Concept to Item
15851589
* Add item types
15861590
* Update JSON-LD context document
15871591

1588-
### 0.1.4 (2016-12-02) {.unnumbered}
1592+
### 0.1.4 (2016-12-02) {-}
15891593

15901594
* Update JSON-LD context document
15911595
* Change definition of concept bundles to use fields memberSet/List/Choice
15921596
instead of members
15931597

1594-
### 0.1.3 (2016-10-03) {.unnumbered}
1598+
### 0.1.3 (2016-10-03) {-}
15951599

15961600
* Change definition of "location" field to subset of GeoJSON (RFC 7946)
15971601

1598-
### 0.1.2 (2016-06-13) {.unnumbered}
1602+
### 0.1.2 (2016-06-13) {-}
15991603

16001604
* Add "location" field for geographic coordinates
16011605

1602-
### 0.1.1 (2016-05-20) {.unnumbered}
1606+
### 0.1.1 (2016-05-20) {-}
16031607

16041608
* Make field "license" a set instead of a single URI
16051609
* Add field "extent"

version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
subtitle: Version 0.6.0
2-
date: 2025-01-20
1+
subtitle: Version 0.6.1
2+
date: 2025-10-07

0 commit comments

Comments
 (0)