Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
095326d
Update DCAT-AP:Dataset for the FAIR principles and MELODA5 dimensions…
Sep 11, 2023
9ab77d3
Update DCAT-AP:DataService for the FAIR principles and MELODA5 dimens…
Sep 11, 2023
626680f
Update to v3.0.0 and correction some issues from Waterverse
Oct 14, 2024
8c67a2b
Update Dataset and DataService classes
Oct 15, 2024
bb96271
Update some examples problem and update notes.yaml and README.md of t…
Oct 15, 2024
be9f4a6
Resolve conflicts to master
Oct 15, 2024
08d13f4
Delete DataService/README.md
albertoabellagarcia Oct 17, 2024
b8f38f5
Delete README.md
albertoabellagarcia Oct 17, 2024
1c64c0a
Delete .gitignore
albertoabellagarcia Oct 21, 2024
06a4ed7
Resolutio some PR comments
Nov 6, 2024
bbd130b
Merge branch 'extend_schemas' of github.com:smart-data-models/dataMod…
Nov 6, 2024
00dcd96
Review of the examples and adding content to notes.yaml
Nov 7, 2024
5abeec8
Update DataService class and the jsonld examples
Nov 7, 2024
1781290
Update notes.yaml from Dataset and DataService classes
Nov 8, 2024
c3786b0
Update to resolve Data Models Testing tool
Nov 8, 2024
9f08edc
Update notes.yaml
Nov 10, 2024
a1bc5a4
Update data model schemas and add json examples
Nov 11, 2024
17e3b29
Change from modifiedAt to modified
Nov 12, 2024
5a7ecd3
Update notes
Nov 12, 2024
b0cdbbc
Update examples in Dataset
Nov 13, 2024
99ac771
Update spatialResolution value in normalized json and jsonld
Nov 13, 2024
abc5318
Update Dataset data model
Nov 14, 2024
6e10bc5
Update DataService class
Nov 14, 2024
ab7d8d8
Remove modifiedAt property from the examples
Nov 14, 2024
4744e00
Update values of license property
Nov 14, 2024
be722d5
Update example-normalized.json
Nov 14, 2024
7a215c2
Update example-normalized.json
Nov 14, 2024
cd11642
Review PR comments about Dataset and DataService
Dec 6, 2024
ceaf7c3
fix typo in example
albertoabellagarcia Dec 9, 2024
2cfc1b1
Adding description to the email property in the DataService class
Jan 31, 2025
c4e39ff
Merge branch 'extend_schemas' of github.com:smart-data-models/dataMod…
Jan 31, 2025
127af36
Resolve some pending comments in the review
Jan 31, 2025
67db207
Update Dataset data model
Feb 14, 2025
a8f6411
Resolve new problems detected with testing tool in DataService
Feb 14, 2025
a0b2ee1
Update DCAT-AP classes: Catalogue, Dataset, and DataService
Feb 24, 2025
a387033
Resolve problems detected in DCAT-AP v2.1.1 in Agent, Catalogue, Cata…
Mar 31, 2025
00af063
Update modified files in Distribution
Mar 31, 2025
6e243c6
Update examples of Dataset to put realistic value on publisher
Sep 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Agent/examples/example-normalized.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
}
},
"name": {
Expand Down
4 changes: 2 additions & 2 deletions Agent/examples/example-normalized.json.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"id_", "type_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "address__value__areaServed_", "name__type_", "name__value__0_", "name__value__1_", "Type__type_", "Type__value_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "geo:json", "Point", "12.934074", "-149.532943", "StructuredValue", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "European Union", "StructuredValue", "Agent 10", "Agente 10", "Text", "EU Publications office"
"id_", "type_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "name__type_", "name__value__0_", "name__value__1_", "Type__type_", "Type__value_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "geo:json", "Point", "12.934074", "-149.532943", "StructuredValue", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "StructuredValue", "Agent 10", "Agente 10", "Text", "EU Publications office"
3 changes: 1 addition & 2 deletions Agent/examples/example-normalized.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
}
},
"name": {
Expand Down
4 changes: 2 additions & 2 deletions Agent/examples/example-normalized.jsonld.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"id_", "type_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "address__value__areaServed_", "name__type_", "name__value__0_", "name__value__1_", "Type__type_", "Type__value_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "@context__0_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "Property", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "European Union", "Property", "Agent 10", "Agente 10", "Property", "EU Publications office", "GeoProperty", "Point", "12.934074", "-149.532943", "https://raw.githubusercontent.com/smart-data-models/dataModel.DCAT-AP/master/context.jsonld"
"id_", "type_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "name__type_", "name__value__0_", "name__value__1_", "Type__type_", "Type__value_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "@context__0_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "Property", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "Property", "Agent 10", "Agente 10", "Property", "EU Publications office", "GeoProperty", "Point", "12.934074", "-149.532943", "https://raw.githubusercontent.com/smart-data-models/dataModel.DCAT-AP/master/context.jsonld"
3 changes: 1 addition & 2 deletions Agent/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
},
"Type": "EU Publications office"
}
4 changes: 2 additions & 2 deletions Agent/examples/example.json.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"id_", "type_", "name__0_", "name__1_", "location__type_", "location__coordinates__0_", "location__coordinates__1_", "address__streetAddress_", "address__addressLocality_", "address__addressRegion_", "address__addressCountry_", "address__postalCode_", "address__postOfficeBoxNumber_", "address__areaServed_", "Type_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "Agent 10", "Agente 10", "Point", "12.934074", "-149.532943", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "European Union", "EU Publications office"
"id_", "type_", "name__0_", "name__1_", "location__type_", "location__coordinates__0_", "location__coordinates__1_", "address__streetAddress_", "address__addressLocality_", "address__addressRegion_", "address__addressCountry_", "address__postalCode_", "address__postOfficeBoxNumber_", "Type_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "Agent 10", "Agente 10", "Point", "12.934074", "-149.532943", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "EU Publications office"
3 changes: 1 addition & 2 deletions Agent/examples/example.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
},
"name": [
"Agent 10",
Expand Down
4 changes: 2 additions & 2 deletions Agent/examples/example.jsonld.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"id_", "type_", "address__streetAddress_", "address__addressLocality_", "address__addressRegion_", "address__addressCountry_", "address__postalCode_", "address__postOfficeBoxNumber_", "address__areaServed_", "name__0_", "name__1_", "Type_", "location__type_", "location__coordinates__0_", "location__coordinates__1_", "@context__0_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "European Union", "Agent 10", "Agente 10", "EU Publications office", "Point", "12.934074", "-149.532943", "https://raw.githubusercontent.com/smart-data-models/dataModel.DCAT-AP/master/context.jsonld"
"id_", "type_", "address__streetAddress_", "address__addressLocality_", "address__addressRegion_", "address__addressCountry_", "address__postalCode_", "address__postOfficeBoxNumber_", "name__0_", "name__1_", "Type_", "location__type_", "location__coordinates__0_", "location__coordinates__1_", "@context__0_"
"urn:ngsi-ld:id:ZLHO:07918336", "Agent", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "Agent 10", "Agente 10", "EU Publications office", "Point", "12.934074", "-149.532943", "https://raw.githubusercontent.com/smart-data-models/dataModel.DCAT-AP/master/context.jsonld"
6 changes: 4 additions & 2 deletions Agent/schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "1.0.1",
"modelTags": "",
"modelTags": "INTERSTAT, WATERVERSE",
"$id": "https://smart-data-models.github.io/dataModel.DCAT-AP/Agent/schema.json",
"title": "Agent DCAT-AP 2.1.1 schema",
"description": "Agent Schema meeting DCAT-AP 2.1.1 specification",
"description": "Agent Schema definition based on DCAT-AP 2.1.1 specification",
"derivedFrom": "https://github.com/SEMICeu/DCAT-AP/blob/master/releases/2.1.1/dcat-ap_2.1.1.pdf",
"license": "https://creativecommons.org/licenses/by/4.0",
"type": "object",
"allOf": [
{
Expand Down
14 changes: 7 additions & 7 deletions Catalogue/ADOPTERS.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
description: This is a compilation list of the current adopters of the data model CatalogueDCAT-AP of the Subject dataModel.DCAT-AP. All fields are non mandatory. More info at https://smart-data-models.github.io/data-models/templates/dataModel/CURRENT_ADOPTERS.yaml
currentAdopters:
-
adopter:
description:
mail:
organization:
project:
comments:
startDate:
adopter: Waterverse Project
description:
mail:
organization:
project: https://waterverse.eu/
comments: Adoption of DCAT-AP to define metadata information of Datasets including FAIR and Meloda5 principles
startDate: 2024-10-01
3 changes: 1 addition & 2 deletions Catalogue/examples/example-normalized.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
}
},
"dataset": {
Expand Down
4 changes: 2 additions & 2 deletions Catalogue/examples/example-normalized.json.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"id_", "type_", "description__type_", "description__value__0_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "address__value__areaServed_", "dataset__type_", "dataset__value__0_", "publisher__type_", "publisher__value_", "title__type_", "title__value__0_", "title__value__1_", "homepage__type_", "homepage__value_", "language__type_", "language__value__0_", "language__value__1_", "license__type_", "license__value_", "issued__type_", "issued__value_", "spatial__type_", "spatial__value__0__type_", "spatial__value__0__coordinates__0_", "spatial__value__0__coordinates__1_", "themeTaxonomy__type_", "themeTaxonomy__value__0_", "themeTaxonomy__value__1_", "modified__type_", "modified__value_", "hasPart__type_", "hasPart__value__0_", "isPartOf__type_", "isPartOf__value_", "record__type_", "record__value__0_", "record__value__1_", "rights__type_", "rights__value_", "catalog__type_", "catalog__value__0_", "catalog__value__1_", "creator__type_", "creator__value__0_"
"urn:ngsi-ld:Catalogue:id:LMVP:18269678", "Catalogue", "StructuredValue", "Interesting art recently book girl yard represent book. Garden style wish blood your ground size.", "geo:json", "Point", "-83.400987", "0.152532", "StructuredValue", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "European Union", "StructuredValue", "urn:ngsi-ld:Catalogue:dataset:ZBCW:95668818", "Text", "spanish open data portal", "StructuredValue", "Hair commercial free civil. Figure American film despite few. Box watch cold act mean thank music people. Third fill us.", "Technology life low standard second.", "Text", "urn:ngsi-ld:Catalogue:homepage:ZFAW:13633782", "StructuredValue", "Town size computer way. Since challenge phone state listen south low.", "Eight once single. Build every kid.", "Text", "Improve social simply court week debate bad. Structure ago cup head point. Above much can own course.", "DateTime", "2004-08-22T22:32:47Z", "StructuredValue", "Point", "57.234944", "52.840273", "StructuredValue", "Tourism", "Economy", "DateTime", "1982-09-02T03:16:28Z", "StructuredValue", "urn:ngsi-ld:Catalogue:hasPart:GVZM:66676591", "Text", "urn:ngsi-ld:Catalogue:isPartOf:NXBZ:88517287", "StructuredValue", "urn:ngsi-ld:Catalogue:items:HLGA:73285516", "urn:ngsi-ld:Catalogue:items:IHOB:85266800", "Text", "Open source", "StructuredValue", "urn:ngsi-ld:Catalogue:items:LZMQ:44249979", "urn:ngsi-ld:Catalogue:items:PECX:02526105", "StructuredValue", "Role fact sport shoulder blue direction probably order."
"id_", "type_", "description__type_", "description__value__0_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "dataset__type_", "dataset__value__0_", "publisher__type_", "publisher__value_", "title__type_", "title__value__0_", "title__value__1_", "homepage__type_", "homepage__value_", "language__type_", "language__value__0_", "language__value__1_", "license__type_", "license__value_", "issued__type_", "issued__value_", "spatial__type_", "spatial__value__0__type_", "spatial__value__0__coordinates__0_", "spatial__value__0__coordinates__1_", "themeTaxonomy__type_", "themeTaxonomy__value__0_", "themeTaxonomy__value__1_", "modified__type_", "modified__value_", "hasPart__type_", "hasPart__value__0_", "isPartOf__type_", "isPartOf__value_", "record__type_", "record__value__0_", "record__value__1_", "rights__type_", "rights__value_", "catalog__type_", "catalog__value__0_", "catalog__value__1_", "creator__type_", "creator__value__0_"
"urn:ngsi-ld:Catalogue:id:LMVP:18269678", "Catalogue", "StructuredValue", "Interesting art recently book girl yard represent book. Garden style wish blood your ground size.", "geo:json", "Point", "-83.400987", "0.152532", "StructuredValue", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "StructuredValue", "urn:ngsi-ld:Catalogue:dataset:ZBCW:95668818", "Text", "spanish open data portal", "StructuredValue", "Hair commercial free civil. Figure American film despite few. Box watch cold act mean thank music people. Third fill us.", "Technology life low standard second.", "Text", "urn:ngsi-ld:Catalogue:homepage:ZFAW:13633782", "StructuredValue", "Town size computer way. Since challenge phone state listen south low.", "Eight once single. Build every kid.", "Text", "Improve social simply court week debate bad. Structure ago cup head point. Above much can own course.", "DateTime", "2004-08-22T22:32:47Z", "StructuredValue", "Point", "57.234944", "52.840273", "StructuredValue", "Tourism", "Economy", "DateTime", "1982-09-02T03:16:28Z", "StructuredValue", "urn:ngsi-ld:Catalogue:hasPart:GVZM:66676591", "Text", "urn:ngsi-ld:Catalogue:isPartOf:NXBZ:88517287", "StructuredValue", "urn:ngsi-ld:Catalogue:items:HLGA:73285516", "urn:ngsi-ld:Catalogue:items:IHOB:85266800", "Text", "Open source", "StructuredValue", "urn:ngsi-ld:Catalogue:items:LZMQ:44249979", "urn:ngsi-ld:Catalogue:items:PECX:02526105", "StructuredValue", "Role fact sport shoulder blue direction probably order."
7 changes: 3 additions & 4 deletions Catalogue/examples/example-normalized.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
}
},
"catalog": {
"type": "Relationship",
"value": [
"object": [
"urn:ngsi-ld:Catalogue:items:LZMQ:44249979",
"urn:ngsi-ld:Catalogue:items:PECX:02526105"
]
Expand Down Expand Up @@ -84,7 +83,7 @@
},
"record": {
"type": "Relationship",
"value": [
"object": [
"Catalogue.items.HLGA.73285516",
"Catalogue.items.IHOB.85266800"
]
Expand Down
4 changes: 2 additions & 2 deletions Catalogue/examples/example-normalized.jsonld.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"id_", "type_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "address__value__areaServed_", "catalog__type_", "catalog__value__0_", "catalog__value__1_", "creator__type_", "creator__object__0_", "dataset__type_", "dataset__object__0_", "description__type_", "description__value__0_", "hasPart__type_", "hasPart__object__0_", "homepage__type_", "homepage__value_", "isPartOf__type_", "isPartOf__object_", "language__type_", "language__value__0_", "language__value__1_", "license__type_", "license__value_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "modified__type_", "modified__value__@type_", "modified__value__@value_", "publisher__type_", "publisher__value_", "record__type_", "record__value__0_", "record__value__1_", "issued__type_", "issued__value__@type_", "issued__value__@value_", "rights__type_", "rights__value_", "spatial__type_", "spatial__value__type_", "spatial__value__coordinates__0_", "spatial__value__coordinates__1_", "themeTaxonomy__type_", "themeTaxonomy__value__0_", "themeTaxonomy__value__1_", "title__type_", "title__value__0_", "title__value__1_", "@context__0_"
"urn:ngsi-ld:Catalogue:id:LMVP:18269678", "Catalogue", "Property", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "European Union", "Relationship", "urn:ngsi-ld:Catalogue:items:LZMQ:44249979", "urn:ngsi-ld:Catalogue:items:PECX:02526105", "Relationship", "", "Relationship", "urn:ngsi-ld:Catalogue:dataset:ZBCW:95668818", "Property", "", "Relationship", "urn:ngsi-ld:Catalogue:hasPart:GVZM:66676591", "Property", "Catalogue:homepage:ZFAW:13633782", "Relationship", "urn:ngsi-ld:Catalogue:isPartOf:NXBZ:88517287", "Property", "ES", "DE", "Property", "Creative Commons 3.0 International", "GeoProperty", "Point", "-83.400987", "0.152532", "Property", "DateTime", "1982-09-02T03:16:28Z", "Property", "Spain open data portal", "Relationship", "Catalogue.items.HLGA.73285516", "Catalogue.items.IHOB.85266800", "Property", "DateTime", "2004-08-22T22:32:47Z", "Property", "", "GeoProperty", "Point", "57.234944", "52.840273", "Property", "Tourism", "Economy", "Property", "New catalogue", "Nuevo catalogo", "https://raw.githubusercontent.com/smart-data-models/dataModel.DCAT-AP/master/context.jsonld"
"id_", "type_", "address__type_", "address__value__streetAddress_", "address__value__addressLocality_", "address__value__addressRegion_", "address__value__addressCountry_", "address__value__postalCode_", "address__value__postOfficeBoxNumber_", "catalog__type_", "catalog__value__0_", "catalog__value__1_", "creator__type_", "creator__object__0_", "dataset__type_", "dataset__object__0_", "description__type_", "description__value__0_", "hasPart__type_", "hasPart__object__0_", "homepage__type_", "homepage__value_", "isPartOf__type_", "isPartOf__object_", "language__type_", "language__value__0_", "language__value__1_", "license__type_", "license__value_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "modified__type_", "modified__value__@type_", "modified__value__@value_", "publisher__type_", "publisher__value_", "record__type_", "record__value__0_", "record__value__1_", "issued__type_", "issued__value__@type_", "issued__value__@value_", "rights__type_", "rights__value_", "spatial__type_", "spatial__value__type_", "spatial__value__coordinates__0_", "spatial__value__coordinates__1_", "themeTaxonomy__type_", "themeTaxonomy__value__0_", "themeTaxonomy__value__1_", "title__type_", "title__value__0_", "title__value__1_", "@context__0_"
"urn:ngsi-ld:Catalogue:id:LMVP:18269678", "Catalogue", "Property", "2 Rue Mercier", "Luxembourg", "Luxembourg", "Luxembourg", "2985 ", "", "Relationship", "urn:ngsi-ld:Catalogue:items:LZMQ:44249979", "urn:ngsi-ld:Catalogue:items:PECX:02526105", "Relationship", "", "Relationship", "urn:ngsi-ld:Catalogue:dataset:ZBCW:95668818", "Property", "", "Relationship", "urn:ngsi-ld:Catalogue:hasPart:GVZM:66676591", "Property", "Catalogue:homepage:ZFAW:13633782", "Relationship", "urn:ngsi-ld:Catalogue:isPartOf:NXBZ:88517287", "Property", "ES", "DE", "Property", "Creative Commons 3.0 International", "GeoProperty", "Point", "-83.400987", "0.152532", "Property", "DateTime", "1982-09-02T03:16:28Z", "Property", "Spain open data portal", "Relationship", "Catalogue.items.HLGA.73285516", "Catalogue.items.IHOB.85266800", "Property", "DateTime", "2004-08-22T22:32:47Z", "Property", "", "GeoProperty", "Point", "57.234944", "52.840273", "Property", "Tourism", "Economy", "Property", "New catalogue", "Nuevo catalogo", "https://raw.githubusercontent.com/smart-data-models/dataModel.DCAT-AP/master/context.jsonld"
3 changes: 1 addition & 2 deletions Catalogue/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"addressRegion": "Luxembourg",
"addressCountry": "Luxembourg",
"postalCode": "2985 ",
"postOfficeBoxNumber": "",
"areaServed": "European Union"
"postOfficeBoxNumber": ""
},
"dataset": [
"urn:ngsi-ld:Catalogue:dataset:ZBCW:95668818"
Expand Down
Loading