@twin.org/standards-w3c-dcat 0.0.3-next.5 → 0.0.3-next.7

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.
Files changed (83) hide show
  1. package/dist/es/dataTypes/dcatDataTypes.js +9 -9
  2. package/dist/es/dataTypes/dcatDataTypes.js.map +1 -1
  3. package/dist/es/index.js +9 -9
  4. package/dist/es/index.js.map +1 -1
  5. package/dist/es/models/IDcatCatalog.js +2 -0
  6. package/dist/es/models/IDcatCatalog.js.map +1 -0
  7. package/dist/es/models/IDcatCatalogRecord.js +2 -0
  8. package/dist/es/models/IDcatCatalogRecord.js.map +1 -0
  9. package/dist/es/models/IDcatDataService.js +2 -0
  10. package/dist/es/models/IDcatDataService.js.map +1 -0
  11. package/dist/es/models/IDcatDataset.js +2 -0
  12. package/dist/es/models/IDcatDataset.js.map +1 -0
  13. package/dist/es/models/IDcatDatasetSeries.js +2 -0
  14. package/dist/es/models/IDcatDatasetSeries.js.map +1 -0
  15. package/dist/es/models/IDcatDistribution.js +2 -0
  16. package/dist/es/models/IDcatDistribution.js.map +1 -0
  17. package/dist/es/models/IDcatRelationship.js +2 -0
  18. package/dist/es/models/IDcatRelationship.js.map +1 -0
  19. package/dist/es/models/IDcatResource.js +2 -0
  20. package/dist/es/models/IDcatResource.js.map +1 -0
  21. package/dist/es/models/IDcatRole.js +2 -0
  22. package/dist/es/models/IDcatRole.js.map +1 -0
  23. package/dist/es/models/types/dcatPropertyTypes.js.map +1 -1
  24. package/dist/es/schemas/{Catalog.json → DcatCatalog.json} +27 -27
  25. package/dist/es/schemas/{CatalogRecord.json → DcatCatalogRecord.json} +6 -6
  26. package/dist/es/schemas/{DataService.json → DcatDataService.json} +10 -10
  27. package/dist/es/schemas/{Dataset.json → DcatDataset.json} +15 -15
  28. package/dist/es/schemas/{DatasetSeries.json → DcatDatasetSeries.json} +15 -15
  29. package/dist/es/schemas/{Distribution.json → DcatDistribution.json} +8 -8
  30. package/dist/es/schemas/{Relationship.json → DcatRelationship.json} +2 -2
  31. package/dist/es/schemas/{Resource.json → DcatResource.json} +10 -10
  32. package/dist/es/schemas/{Role.json → DcatRole.json} +2 -2
  33. package/dist/types/index.d.ts +9 -9
  34. package/dist/types/models/{ICatalog.d.ts → IDcatCatalog.d.ts} +11 -11
  35. package/dist/types/models/{ICatalogRecord.d.ts → IDcatCatalogRecord.d.ts} +8 -8
  36. package/dist/types/models/{IDataService.d.ts → IDcatDataService.d.ts} +2 -2
  37. package/dist/types/models/{IDataset.d.ts → IDcatDataset.d.ts} +9 -9
  38. package/dist/types/models/{IDatasetSeries.d.ts → IDcatDatasetSeries.d.ts} +2 -2
  39. package/dist/types/models/{IDistribution.d.ts → IDcatDistribution.d.ts} +9 -9
  40. package/dist/types/models/{IRelationship.d.ts → IDcatRelationship.d.ts} +3 -3
  41. package/dist/types/models/{IResource.d.ts → IDcatResource.d.ts} +13 -13
  42. package/dist/types/models/{IRole.d.ts → IDcatRole.d.ts} +3 -3
  43. package/dist/types/models/types/dcatPropertyTypes.d.ts +6 -6
  44. package/docs/changelog.md +34 -0
  45. package/docs/reference/index.md +15 -15
  46. package/docs/reference/interfaces/{ICatalog.md → IDcatCatalog.md} +46 -46
  47. package/docs/reference/interfaces/{ICatalogRecord.md → IDcatCatalogRecord.md} +4 -4
  48. package/docs/reference/interfaces/{IDataService.md → IDcatDataService.md} +30 -30
  49. package/docs/reference/interfaces/{IDataset.md → IDcatDataset.md} +34 -34
  50. package/docs/reference/interfaces/{IDatasetSeries.md → IDcatDatasetSeries.md} +40 -40
  51. package/docs/reference/interfaces/{IDistribution.md → IDcatDistribution.md} +3 -3
  52. package/docs/reference/interfaces/{IRelationship.md → IDcatRelationship.md} +2 -2
  53. package/docs/reference/interfaces/{IResource.md → IDcatResource.md} +10 -10
  54. package/docs/reference/interfaces/{IRole.md → IDcatRole.md} +2 -2
  55. package/docs/reference/type-aliases/{DateTimeType.md → DcatDateTimeType.md} +2 -2
  56. package/docs/reference/type-aliases/DcatDecimalType.md +5 -0
  57. package/docs/reference/type-aliases/DcatDurationType.md +5 -0
  58. package/docs/reference/type-aliases/DcatIriType.md +5 -0
  59. package/docs/reference/type-aliases/{LiteralType.md → DcatLiteralType.md} +2 -2
  60. package/docs/reference/type-aliases/DcatNonNegativeIntegerType.md +5 -0
  61. package/package.json +5 -5
  62. package/dist/es/models/ICatalog.js +0 -2
  63. package/dist/es/models/ICatalog.js.map +0 -1
  64. package/dist/es/models/ICatalogRecord.js +0 -2
  65. package/dist/es/models/ICatalogRecord.js.map +0 -1
  66. package/dist/es/models/IDataService.js +0 -2
  67. package/dist/es/models/IDataService.js.map +0 -1
  68. package/dist/es/models/IDataset.js +0 -2
  69. package/dist/es/models/IDataset.js.map +0 -1
  70. package/dist/es/models/IDatasetSeries.js +0 -2
  71. package/dist/es/models/IDatasetSeries.js.map +0 -1
  72. package/dist/es/models/IDistribution.js +0 -2
  73. package/dist/es/models/IDistribution.js.map +0 -1
  74. package/dist/es/models/IRelationship.js +0 -2
  75. package/dist/es/models/IRelationship.js.map +0 -1
  76. package/dist/es/models/IResource.js +0 -2
  77. package/dist/es/models/IResource.js.map +0 -1
  78. package/dist/es/models/IRole.js +0 -2
  79. package/dist/es/models/IRole.js.map +0 -1
  80. package/docs/reference/type-aliases/DecimalType.md +0 -5
  81. package/docs/reference/type-aliases/DurationType.md +0 -5
  82. package/docs/reference/type-aliases/IriType.md +0 -5
  83. package/docs/reference/type-aliases/NonNegativeIntegerType.md +0 -5
@@ -3,14 +3,14 @@ import type { IJsonLdNodeObject } from "@twin.org/data-json-ld";
3
3
  import type { IOdrlPolicy } from "@twin.org/standards-w3c-odrl";
4
4
  import type { DcatClasses } from "./dcatClasses.js";
5
5
  import type { DcatContextType } from "./dcatContextType.js";
6
- import type { DateTimeType, DecimalType, DurationType, LiteralType, NonNegativeIntegerType } from "./types/dcatPropertyTypes.js";
6
+ import type { DcatDateTimeType, DcatDecimalType, DcatDurationType, DcatLiteralType, DcatNonNegativeIntegerType } from "./types/dcatPropertyTypes.js";
7
7
  /**
8
8
  * Interface for DCAT Distribution.
9
9
  * A specific representation of a dataset. A dataset might be available in multiple
10
10
  * serializations that may differ in various ways.
11
11
  * @see https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution
12
12
  */
13
- export interface IDistribution extends IJsonLdNodeObject {
13
+ export interface IDcatDistribution extends IJsonLdNodeObject {
14
14
  /**
15
15
  * The JSON-LD context for the resource.
16
16
  */
@@ -23,22 +23,22 @@ export interface IDistribution extends IJsonLdNodeObject {
23
23
  * A name given to the distribution.
24
24
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
25
25
  */
26
- "dcterms:title"?: LiteralType;
26
+ "dcterms:title"?: DcatLiteralType;
27
27
  /**
28
28
  * A free-text account of the distribution.
29
29
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description
30
30
  */
31
- "dcterms:description"?: LiteralType;
31
+ "dcterms:description"?: DcatLiteralType;
32
32
  /**
33
33
  * Date of formal issuance of the distribution.
34
34
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date
35
35
  */
36
- "dcterms:issued"?: DateTimeType;
36
+ "dcterms:issued"?: DcatDateTimeType;
37
37
  /**
38
38
  * Most recent date on which the distribution was changed, updated or modified.
39
39
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date
40
40
  */
41
- "dcterms:modified"?: DateTimeType;
41
+ "dcterms:modified"?: DcatDateTimeType;
42
42
  /**
43
43
  * A legal document under which the distribution is made available.
44
44
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license
@@ -73,17 +73,17 @@ export interface IDistribution extends IJsonLdNodeObject {
73
73
  * The size of the distribution in bytes.
74
74
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_byte_size
75
75
  */
76
- "dcat:byteSize"?: NonNegativeIntegerType;
76
+ "dcat:byteSize"?: DcatNonNegativeIntegerType;
77
77
  /**
78
78
  * The minimum spatial separation resolvable in a distribution, measured in meters.
79
79
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution
80
80
  */
81
- "dcat:spatialResolutionInMeters"?: DecimalType;
81
+ "dcat:spatialResolutionInMeters"?: DcatDecimalType;
82
82
  /**
83
83
  * Minimum time period resolvable in the distribution.
84
84
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
85
85
  */
86
- "dcat:temporalResolution"?: DurationType;
86
+ "dcat:temporalResolution"?: DcatDurationType;
87
87
  /**
88
88
  * An established standard to which the distribution conforms.
89
89
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to
@@ -1,14 +1,14 @@
1
1
  import type { IJsonLdNodeObject } from "@twin.org/data-json-ld";
2
2
  import type { DcatClasses } from "./dcatClasses.js";
3
3
  import type { DcatContextType } from "./dcatContextType.js";
4
- import type { IRole } from "./IRole.js";
4
+ import type { IDcatRole } from "./IDcatRole.js";
5
5
  /**
6
6
  * Interface for DCAT Relationship.
7
7
  * An association class for attaching additional information to a relationship
8
8
  * between DCAT Resources.
9
9
  * @see https://www.w3.org/TR/vocab-dcat-3/#Class:Relationship
10
10
  */
11
- export interface IRelationship extends IJsonLdNodeObject {
11
+ export interface IDcatRelationship extends IJsonLdNodeObject {
12
12
  /**
13
13
  * The JSON-LD context for the resource.
14
14
  */
@@ -26,5 +26,5 @@ export interface IRelationship extends IJsonLdNodeObject {
26
26
  * The function of an entity or agent with respect to another resource.
27
27
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:relationship_hadRole
28
28
  */
29
- "dcat:hadRole"?: IRole;
29
+ "dcat:hadRole"?: IDcatRole;
30
30
  }
@@ -1,17 +1,17 @@
1
1
  import type { ObjectOrArray } from "@twin.org/core";
2
2
  import type { IJsonLdNodeObject } from "@twin.org/data-json-ld";
3
- import type { IAgent } from "@twin.org/standards-foaf";
3
+ import type { IFoafAgent } from "@twin.org/standards-foaf";
4
4
  import type { IOdrlPolicy } from "@twin.org/standards-w3c-odrl";
5
5
  import type { DcatClasses } from "./dcatClasses.js";
6
6
  import type { DcatContextType } from "./dcatContextType.js";
7
- import type { IRelationship } from "./IRelationship.js";
8
- import type { DateTimeType, LiteralType } from "./types/dcatPropertyTypes.js";
7
+ import type { IDcatRelationship } from "./IDcatRelationship.js";
8
+ import type { DcatDateTimeType, DcatLiteralType } from "./types/dcatPropertyTypes.js";
9
9
  /**
10
10
  * Base interface for DCAT catalogued resources.
11
11
  * This is the parent class of dcat:Dataset, dcat:DataService, and dcat:Catalog.
12
12
  * @see https://www.w3.org/TR/vocab-dcat-3/#Class:Resource
13
13
  */
14
- export interface IResource extends IJsonLdNodeObject {
14
+ export interface IDcatResource extends IJsonLdNodeObject {
15
15
  /**
16
16
  * The JSON-LD context for the resource.
17
17
  */
@@ -25,27 +25,27 @@ export interface IResource extends IJsonLdNodeObject {
25
25
  * A name given to the resource.
26
26
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
27
27
  */
28
- "dcterms:title"?: LiteralType;
28
+ "dcterms:title"?: DcatLiteralType;
29
29
  /**
30
30
  * A free-text account of the resource.
31
31
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
32
32
  */
33
- "dcterms:description"?: LiteralType;
33
+ "dcterms:description"?: DcatLiteralType;
34
34
  /**
35
35
  * A unique identifier of the resource.
36
36
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
37
37
  */
38
- "dcterms:identifier"?: LiteralType;
38
+ "dcterms:identifier"?: DcatLiteralType;
39
39
  /**
40
40
  * Date of formal issuance (publication) of the resource.
41
41
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
42
42
  */
43
- "dcterms:issued"?: DateTimeType;
43
+ "dcterms:issued"?: DcatDateTimeType;
44
44
  /**
45
45
  * Most recent date on which the resource was changed, updated or modified.
46
46
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
47
47
  */
48
- "dcterms:modified"?: DateTimeType;
48
+ "dcterms:modified"?: DcatDateTimeType;
49
49
  /**
50
50
  * A language of the resource.
51
51
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
@@ -55,12 +55,12 @@ export interface IResource extends IJsonLdNodeObject {
55
55
  * An entity responsible for making the resource available.
56
56
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
57
57
  */
58
- "dcterms:publisher"?: IAgent | string;
58
+ "dcterms:publisher"?: IFoafAgent | string;
59
59
  /**
60
60
  * An entity responsible for producing the resource.
61
61
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
62
62
  */
63
- "dcterms:creator"?: IAgent;
63
+ "dcterms:creator"?: IFoafAgent;
64
64
  /**
65
65
  * Information about who can access the resource or an indication of its security status.
66
66
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
@@ -95,7 +95,7 @@ export interface IResource extends IJsonLdNodeObject {
95
95
  * A keyword or tag describing the resource.
96
96
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
97
97
  */
98
- "dcat:keyword"?: LiteralType;
98
+ "dcat:keyword"?: DcatLiteralType;
99
99
  /**
100
100
  * A main category of the resource. A resource can have multiple themes.
101
101
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
@@ -110,7 +110,7 @@ export interface IResource extends IJsonLdNodeObject {
110
110
  * Link to a description of a relationship with another resource.
111
111
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation
112
112
  */
113
- "dcat:qualifiedRelation"?: IRelationship | string;
113
+ "dcat:qualifiedRelation"?: IDcatRelationship | string;
114
114
  /**
115
115
  * An ODRL conformant policy expressing the rights associated with the resource.
116
116
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_policy
@@ -1,14 +1,14 @@
1
1
  import type { IJsonLdNodeObject } from "@twin.org/data-json-ld";
2
2
  import type { DcatClasses } from "./dcatClasses.js";
3
3
  import type { DcatContextType } from "./dcatContextType.js";
4
- import type { LiteralType } from "./types/dcatPropertyTypes.js";
4
+ import type { DcatLiteralType } from "./types/dcatPropertyTypes.js";
5
5
  /**
6
6
  * Interface for DCAT Role.
7
7
  * A role is the function of a resource or agent with respect to another resource,
8
8
  * in the context of resource attribution or resource relationships.
9
9
  * @see https://www.w3.org/TR/vocab-dcat-3/#Class:Role
10
10
  */
11
- export interface IRole extends IJsonLdNodeObject {
11
+ export interface IDcatRole extends IJsonLdNodeObject {
12
12
  /**
13
13
  * The JSON-LD context for the resource.
14
14
  */
@@ -21,5 +21,5 @@ export interface IRole extends IJsonLdNodeObject {
21
21
  * A name given to the distribution.
22
22
  * @see https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
23
23
  */
24
- "dcterms:title"?: LiteralType;
24
+ "dcterms:title"?: DcatLiteralType;
25
25
  }
@@ -5,25 +5,25 @@
5
5
  /**
6
6
  * Literal values can be strings or arrays of strings (for multi-valued properties).
7
7
  */
8
- export type LiteralType = string | string[];
8
+ export type DcatLiteralType = string | string[];
9
9
  /**
10
10
  * IRI references - can be a single IRI or array of IRIs.
11
11
  */
12
- export type IriType = string | string[];
12
+ export type DcatIriType = string | string[];
13
13
  /**
14
14
  * Date/time values in ISO 8601 format.
15
15
  * Can be xsd:date, xsd:dateTime, or xsd:gYear.
16
16
  */
17
- export type DateTimeType = string;
17
+ export type DcatDateTimeType = string;
18
18
  /**
19
19
  * Duration values in ISO 8601 duration format (xsd:duration).
20
20
  */
21
- export type DurationType = string;
21
+ export type DcatDurationType = string;
22
22
  /**
23
23
  * Decimal number values (xsd:decimal).
24
24
  */
25
- export type DecimalType = number;
25
+ export type DcatDecimalType = number;
26
26
  /**
27
27
  * Non-negative integer values (xsd:nonNegativeInteger).
28
28
  */
29
- export type NonNegativeIntegerType = number;
29
+ export type DcatNonNegativeIntegerType = number;
package/docs/changelog.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @twin.org/standards-w3c-dcat - Changelog
2
2
 
3
+ ## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.6...standards-w3c-dcat-v0.0.3-next.7) (2026-01-06)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-w3c-dcat:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.6 to 0.0.3-next.7
16
+ * @twin.org/standards-foaf bumped from 0.0.3-next.6 to 0.0.3-next.7
17
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
18
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.6 to 0.0.3-next.7
19
+
20
+ ## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.5...standards-w3c-dcat-v0.0.3-next.6) (2025-12-03)
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **standards-w3c-dcat:** Synchronize repo versions
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.5 to 0.0.3-next.6
33
+ * @twin.org/standards-foaf bumped from 0.0.3-next.5 to 0.0.3-next.6
34
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
35
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.5 to 0.0.3-next.6
36
+
3
37
  ## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.4...standards-w3c-dcat-v0.0.3-next.5) (2025-11-28)
4
38
 
5
39
 
@@ -6,15 +6,15 @@
6
6
 
7
7
  ## Interfaces
8
8
 
9
- - [ICatalog](interfaces/ICatalog.md)
10
- - [ICatalogRecord](interfaces/ICatalogRecord.md)
11
- - [IDataService](interfaces/IDataService.md)
12
- - [IDataset](interfaces/IDataset.md)
13
- - [IDatasetSeries](interfaces/IDatasetSeries.md)
14
- - [IDistribution](interfaces/IDistribution.md)
15
- - [IRelationship](interfaces/IRelationship.md)
16
- - [IResource](interfaces/IResource.md)
17
- - [IRole](interfaces/IRole.md)
9
+ - [IDcatCatalog](interfaces/IDcatCatalog.md)
10
+ - [IDcatCatalogRecord](interfaces/IDcatCatalogRecord.md)
11
+ - [IDcatDataService](interfaces/IDcatDataService.md)
12
+ - [IDcatDataset](interfaces/IDcatDataset.md)
13
+ - [IDcatDatasetSeries](interfaces/IDcatDatasetSeries.md)
14
+ - [IDcatDistribution](interfaces/IDcatDistribution.md)
15
+ - [IDcatRelationship](interfaces/IDcatRelationship.md)
16
+ - [IDcatResource](interfaces/IDcatResource.md)
17
+ - [IDcatRole](interfaces/IDcatRole.md)
18
18
 
19
19
  ## Type Aliases
20
20
 
@@ -22,12 +22,12 @@
22
22
  - [DcatContextType](type-aliases/DcatContextType.md)
23
23
  - [DcatContexts](type-aliases/DcatContexts.md)
24
24
  - [DcatRelationshipType](type-aliases/DcatRelationshipType.md)
25
- - [LiteralType](type-aliases/LiteralType.md)
26
- - [IriType](type-aliases/IriType.md)
27
- - [DateTimeType](type-aliases/DateTimeType.md)
28
- - [DurationType](type-aliases/DurationType.md)
29
- - [DecimalType](type-aliases/DecimalType.md)
30
- - [NonNegativeIntegerType](type-aliases/NonNegativeIntegerType.md)
25
+ - [DcatLiteralType](type-aliases/DcatLiteralType.md)
26
+ - [DcatIriType](type-aliases/DcatIriType.md)
27
+ - [DcatDateTimeType](type-aliases/DcatDateTimeType.md)
28
+ - [DcatDurationType](type-aliases/DcatDurationType.md)
29
+ - [DcatDecimalType](type-aliases/DcatDecimalType.md)
30
+ - [DcatNonNegativeIntegerType](type-aliases/DcatNonNegativeIntegerType.md)
31
31
 
32
32
  ## Variables
33
33