@twin.org/standards-dublin-core 0.0.3-next.54 → 0.0.3-next.55
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 +7 -0
- package/docs/reference/classes/DublinCoreDataTypes.md +1 -1
- package/docs/reference/interfaces/IDublinCorePeriodOfTime.md +5 -5
- package/docs/reference/variables/DublinCoreClasses.md +2 -2
- package/docs/reference/variables/DublinCoreContexts.md +6 -6
- package/docs/reference/variables/DublinCorePropertyType.md +10 -10
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/twinfoundation/standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
9
|
+
|
|
3
10
|
## [0.0.3-next.54](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.3-next.53...standards-dublin-core-v0.0.3-next.54) (2026-03-12)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -9,7 +9,7 @@ https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.or
|
|
|
9
9
|
|
|
10
10
|
## Properties
|
|
11
11
|
|
|
12
|
-
### @type?
|
|
12
|
+
### @type? {#type}
|
|
13
13
|
|
|
14
14
|
> `optional` **@type**: `"PeriodOfTime"`
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ The type identifier for PeriodOfTime.
|
|
|
17
17
|
|
|
18
18
|
***
|
|
19
19
|
|
|
20
|
-
### dcat:startDate?
|
|
20
|
+
### dcat:startDate? {#dcatstartdate}
|
|
21
21
|
|
|
22
22
|
> `optional` **dcat:startDate**: `string`
|
|
23
23
|
|
|
@@ -29,7 +29,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:period_start_date
|
|
|
29
29
|
|
|
30
30
|
***
|
|
31
31
|
|
|
32
|
-
### dcat:endDate?
|
|
32
|
+
### dcat:endDate? {#dcatenddate}
|
|
33
33
|
|
|
34
34
|
> `optional` **dcat:endDate**: `string`
|
|
35
35
|
|
|
@@ -41,7 +41,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:period_end_date
|
|
|
41
41
|
|
|
42
42
|
***
|
|
43
43
|
|
|
44
|
-
### time:hasBeginning?
|
|
44
|
+
### time:hasBeginning? {#timehasbeginning}
|
|
45
45
|
|
|
46
46
|
> `optional` **time:hasBeginning**: `string`
|
|
47
47
|
|
|
@@ -53,7 +53,7 @@ https://www.w3.org/TR/owl-time/#time:hasBeginning
|
|
|
53
53
|
|
|
54
54
|
***
|
|
55
55
|
|
|
56
|
-
### time:hasEnd?
|
|
56
|
+
### time:hasEnd? {#timehasend}
|
|
57
57
|
|
|
58
58
|
> `optional` **time:hasEnd**: `string`
|
|
59
59
|
|
|
@@ -7,14 +7,14 @@ Based on http://purl.org/dc/dcmitype
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### Collection
|
|
10
|
+
### Collection {#collection}
|
|
11
11
|
|
|
12
12
|
> `readonly` **Collection**: `"Collection"` = `"Collection"`
|
|
13
13
|
|
|
14
14
|
See Description at
|
|
15
15
|
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/dcmitype/Collection
|
|
16
16
|
|
|
17
|
-
### PeriodOfTime
|
|
17
|
+
### PeriodOfTime {#periodoftime}
|
|
18
18
|
|
|
19
19
|
> `readonly` **PeriodOfTime**: `"PeriodOfTime"` = `"PeriodOfTime"`
|
|
20
20
|
|
|
@@ -6,13 +6,13 @@ The contexts for Dublin Core.
|
|
|
6
6
|
|
|
7
7
|
## Type Declaration
|
|
8
8
|
|
|
9
|
-
### NamespaceTerms
|
|
9
|
+
### NamespaceTerms {#namespaceterms}
|
|
10
10
|
|
|
11
11
|
> `readonly` **NamespaceTerms**: `"http://purl.org/dc/terms/"` = `"http://purl.org/dc/terms/"`
|
|
12
12
|
|
|
13
13
|
The canonical RDF namespace URI for Dublin Core Terms.
|
|
14
14
|
|
|
15
|
-
### ContextTerms
|
|
15
|
+
### ContextTerms {#contextterms}
|
|
16
16
|
|
|
17
17
|
> `readonly` **ContextTerms**: `"http://purl.org/dc/terms/"` = `"http://purl.org/dc/terms/"`
|
|
18
18
|
|
|
@@ -20,19 +20,19 @@ The value to use in JSON-LD context for Dublin Core Terms.
|
|
|
20
20
|
Note: ContextTerms matches NamespaceTerms (both include trailing slash) as per Dublin Core specification.
|
|
21
21
|
The Dublin Core Terms JSON-LD context URL format includes a trailing slash.
|
|
22
22
|
|
|
23
|
-
### JsonLdContextTerms
|
|
23
|
+
### JsonLdContextTerms {#jsonldcontextterms}
|
|
24
24
|
|
|
25
25
|
> `readonly` **JsonLdContextTerms**: `"https://schema.twindev.org/dublin-core/terms.jsonld"` = `"https://schema.twindev.org/dublin-core/terms.jsonld"`
|
|
26
26
|
|
|
27
27
|
JSON-LD Context URL for Dublin Core Terms.
|
|
28
28
|
|
|
29
|
-
### NamespaceDcmiType
|
|
29
|
+
### NamespaceDcmiType {#namespacedcmitype}
|
|
30
30
|
|
|
31
31
|
> `readonly` **NamespaceDcmiType**: `"http://purl.org/dc/dcmitype/"` = `"http://purl.org/dc/dcmitype/"`
|
|
32
32
|
|
|
33
33
|
The canonical RDF namespace URI for Dublin Core DCMI Types.
|
|
34
34
|
|
|
35
|
-
### ContextDcmiType
|
|
35
|
+
### ContextDcmiType {#contextdcmitype}
|
|
36
36
|
|
|
37
37
|
> `readonly` **ContextDcmiType**: `"http://purl.org/dc/dcmitype/"` = `"http://purl.org/dc/dcmitype/"`
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ The value to use in JSON-LD context for Dublin Core DCMI Types.
|
|
|
40
40
|
Note: ContextDcmiType matches NamespaceDcmiType (both include trailing slash) as per Dublin Core specification.
|
|
41
41
|
The Dublin Core DCMI Types JSON-LD context URL format includes a trailing slash.
|
|
42
42
|
|
|
43
|
-
### JsonLdContextDcmiType
|
|
43
|
+
### JsonLdContextDcmiType {#jsonldcontextdcmitype}
|
|
44
44
|
|
|
45
45
|
> `readonly` **JsonLdContextDcmiType**: `"https://schema.twindev.org/dublin-core/dcmitype.jsonld"` = `"https://schema.twindev.org/dublin-core/dcmitype.jsonld"`
|
|
46
46
|
|
|
@@ -7,49 +7,49 @@ Based on http://purl.org/dc/terms/
|
|
|
7
7
|
|
|
8
8
|
## Type Declaration
|
|
9
9
|
|
|
10
|
-
### Creator
|
|
10
|
+
### Creator {#creator}
|
|
11
11
|
|
|
12
12
|
> `readonly` **Creator**: `"creator"` = `"creator"`
|
|
13
13
|
|
|
14
14
|
The individual, agent, or organisation that authored the Policy.
|
|
15
15
|
Note: String values may not be normalized and should not be used for direct comparison.
|
|
16
16
|
|
|
17
|
-
### Description
|
|
17
|
+
### Description {#description}
|
|
18
18
|
|
|
19
19
|
> `readonly` **Description**: `"description"` = `"description"`
|
|
20
20
|
|
|
21
21
|
A human-readable representation or summary of the Policy.
|
|
22
22
|
Note: String values may not be normalized and should not be used for direct comparison.
|
|
23
23
|
|
|
24
|
-
### Issued
|
|
24
|
+
### Issued {#issued}
|
|
25
25
|
|
|
26
26
|
> `readonly` **Issued**: `"issued"` = `"issued"`
|
|
27
27
|
|
|
28
28
|
The date (and time) the Policy was first issued.
|
|
29
29
|
Note: String values may not be normalized and should not be used for direct comparison.
|
|
30
30
|
|
|
31
|
-
### Modified
|
|
31
|
+
### Modified {#modified}
|
|
32
32
|
|
|
33
33
|
> `readonly` **Modified**: `"modified"` = `"modified"`
|
|
34
34
|
|
|
35
35
|
The date (and time) the Policy was updated.
|
|
36
36
|
Note: String values may not be normalized and should not be used for direct comparison.
|
|
37
37
|
|
|
38
|
-
### Publisher
|
|
38
|
+
### Publisher {#publisher}
|
|
39
39
|
|
|
40
40
|
> `readonly` **Publisher**: `"publisher"` = `"publisher"`
|
|
41
41
|
|
|
42
42
|
The publisher of the Policy.
|
|
43
43
|
Note: String values may not be normalized and should not be used for direct comparison.
|
|
44
44
|
|
|
45
|
-
### Subject
|
|
45
|
+
### Subject {#subject}
|
|
46
46
|
|
|
47
47
|
> `readonly` **Subject**: `"subject"` = `"subject"`
|
|
48
48
|
|
|
49
49
|
The subject of the Policy.
|
|
50
50
|
Note: String values may not be normalized and should not be used for direct comparison.
|
|
51
51
|
|
|
52
|
-
### Coverage
|
|
52
|
+
### Coverage {#coverage}
|
|
53
53
|
|
|
54
54
|
> `readonly` **Coverage**: `"coverage"` = `"coverage"`
|
|
55
55
|
|
|
@@ -57,21 +57,21 @@ The jurisdiction under which the Policy is relevant.
|
|
|
57
57
|
Note: When using string values, they may not be normalized and should not be used for direct comparison.
|
|
58
58
|
Using "@id" references is preferred for comparison purposes.
|
|
59
59
|
|
|
60
|
-
### Replaces
|
|
60
|
+
### Replaces {#replaces}
|
|
61
61
|
|
|
62
62
|
> `readonly` **Replaces**: `"replaces"` = `"replaces"`
|
|
63
63
|
|
|
64
64
|
The identifier of a Policy that this Policy supersedes.
|
|
65
65
|
Using "@id" references is preferred for comparison purposes.
|
|
66
66
|
|
|
67
|
-
### IsReplacedBy
|
|
67
|
+
### IsReplacedBy {#isreplacedby}
|
|
68
68
|
|
|
69
69
|
> `readonly` **IsReplacedBy**: `"isReplacedBy"` = `"isReplacedBy"`
|
|
70
70
|
|
|
71
71
|
The identifier of a Policy that supersedes this Policy.
|
|
72
72
|
Using "@id" references is preferred for comparison purposes.
|
|
73
73
|
|
|
74
|
-
### HasPart
|
|
74
|
+
### HasPart {#haspart}
|
|
75
75
|
|
|
76
76
|
> `readonly` **HasPart**: `"hasPart"` = `"hasPart"`
|
|
77
77
|
|