@twin.org/standards-dublin-core 0.0.3-next.55 → 0.0.3-next.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.3-next.55...standards-dublin-core-v0.0.3-next.56) (2026-03-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-dublin-core:** Synchronize repo versions
|
|
9
|
+
|
|
3
10
|
## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.3-next.54...standards-dublin-core-v0.0.3-next.55) (2026-03-19)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -11,7 +11,7 @@ https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.or
|
|
|
11
11
|
|
|
12
12
|
### @type? {#type}
|
|
13
13
|
|
|
14
|
-
> `optional` **@type
|
|
14
|
+
> `optional` **@type?**: `"PeriodOfTime"`
|
|
15
15
|
|
|
16
16
|
The type identifier for PeriodOfTime.
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ The type identifier for PeriodOfTime.
|
|
|
19
19
|
|
|
20
20
|
### dcat:startDate? {#dcatstartdate}
|
|
21
21
|
|
|
22
|
-
> `optional` **dcat:startDate
|
|
22
|
+
> `optional` **dcat:startDate?**: `string`
|
|
23
23
|
|
|
24
24
|
The start date of the period.
|
|
25
25
|
|
|
@@ -31,7 +31,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:period_start_date
|
|
|
31
31
|
|
|
32
32
|
### dcat:endDate? {#dcatenddate}
|
|
33
33
|
|
|
34
|
-
> `optional` **dcat:endDate
|
|
34
|
+
> `optional` **dcat:endDate?**: `string`
|
|
35
35
|
|
|
36
36
|
The end date of the period.
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:period_end_date
|
|
|
43
43
|
|
|
44
44
|
### time:hasBeginning? {#timehasbeginning}
|
|
45
45
|
|
|
46
|
-
> `optional` **time:hasBeginning
|
|
46
|
+
> `optional` **time:hasBeginning?**: `string`
|
|
47
47
|
|
|
48
48
|
The beginning of a period or interval.
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ https://www.w3.org/TR/owl-time/#time:hasBeginning
|
|
|
55
55
|
|
|
56
56
|
### time:hasEnd? {#timehasend}
|
|
57
57
|
|
|
58
|
-
> `optional` **time:hasEnd
|
|
58
|
+
> `optional` **time:hasEnd?**: `string`
|
|
59
59
|
|
|
60
60
|
The end of a period or interval.
|
|
61
61
|
|