@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema1: <http://schema.org/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.salted-project.eu/catalog.ttl?page=1> a hydra:PagedCollection ;
    hydra:firstPage "https://ckan.salted-project.eu/catalog.ttl?page=1" ;
    hydra:itemsPerPage 100 ;
    hydra:lastPage "https://ckan.salted-project.eu/catalog.ttl?page=1" ;
    hydra:totalItems 29 .

<https://ckan.salted-project.eu> a dcat:Catalog ;
    dct:language "en" ;
    dct:modified "2023-12-12T15:10:33.788394"^^xsd:dateTime ;
    dct:title "CKAN SALTED" ;
    dcat:dataset <https://ckan.salted-project.eu/dataset/04b80778-4fc3-4cc3-9635-9358d4194003>,
        <https://ckan.salted-project.eu/dataset/079b9a97-df89-4d86-9710-e4b7dad10b0c>,
        <https://ckan.salted-project.eu/dataset/1b1ff072-7583-4fe8-8cf1-64cdae3a050b>,
        <https://ckan.salted-project.eu/dataset/20c56251-9699-440f-a935-050c718e5303>,
        <https://ckan.salted-project.eu/dataset/236742f4-caa2-4674-83c4-75206a8d1836>,
        <https://ckan.salted-project.eu/dataset/2407c1df-7b85-4345-810e-ce50cc9800df>,
        <https://ckan.salted-project.eu/dataset/2514d4af-9e21-4588-aaff-f189995edc3b>,
        <https://ckan.salted-project.eu/dataset/2b3d441b-255a-4e38-b1a9-86f984526f3a>,
        <https://ckan.salted-project.eu/dataset/2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a>,
        <https://ckan.salted-project.eu/dataset/2d025904-0147-41aa-bad3-823388dcdf28>,
        <https://ckan.salted-project.eu/dataset/2ef8f24f-217c-4f6d-85e0-73b93df42e37>,
        <https://ckan.salted-project.eu/dataset/3c85f92f-4070-4e15-99b6-e001b11c11b9>,
        <https://ckan.salted-project.eu/dataset/505960b9-527e-4402-bb76-8e85f145f640>,
        <https://ckan.salted-project.eu/dataset/54d7e995-1433-490e-a9fa-5f88172f2a2e>,
        <https://ckan.salted-project.eu/dataset/612d4c1a-bc0c-484e-8133-dd19ff2ef07a>,
        <https://ckan.salted-project.eu/dataset/7b1d4785-f23e-47f2-a49e-14685be7fbd1>,
        <https://ckan.salted-project.eu/dataset/8e7aff2d-39b1-412d-96c6-18960a7ff41b>,
        <https://ckan.salted-project.eu/dataset/9481b139-8a66-489d-ad43-f7e5e9d4e66b>,
        <https://ckan.salted-project.eu/dataset/9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61>,
        <https://ckan.salted-project.eu/dataset/a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc>,
        <https://ckan.salted-project.eu/dataset/ab3054cf-7195-47e9-ad40-e1a8d975c383>,
        <https://ckan.salted-project.eu/dataset/b1cb26f7-f79b-401c-86d9-57fd65b22dbe>,
        <https://ckan.salted-project.eu/dataset/babcc4a4-062d-48d1-a145-e2d9ba7d6596>,
        <https://ckan.salted-project.eu/dataset/da26dd7f-9c07-4395-a3a1-64a530026a88>,
        <https://ckan.salted-project.eu/dataset/e169a924-e14d-405c-8444-78e9bc1d2d1e>,
        <https://ckan.salted-project.eu/dataset/f49eb536-23cc-4e47-abed-7526758b467b>,
        <https://ckan.salted-project.eu/dataset/f836d31d-045d-4182-bc31-9242278ef8b2>,
        <https://ckan.salted-project.eu/dataset/f8f9401e-1953-4101-9cde-188185074a54>,
        <https://ckan.salted-project.eu/dataset/ff4f3194-f413-4e34-b924-0cb01ff15df1> ;
    foaf:homepage <https://ckan.salted-project.eu> .

<https://ckan.salted-project.eu/dataset/04b80778-4fc3-4cc3-9635-9358d4194003> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It representes the building indexes for the cities of Berlin (Germany) and Madrid (Spain)." ;
    dct:identifier "04b80778-4fc3-4cc3-9635-9358d4194003" ;
    dct:issued "2023-12-11T10:40:01.053908"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T10:40:01.053944"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU,ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T10:40:00.894862"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T10:40:00.894862"^^xsd:dateTime ] ;
    dct:title "Building:Building" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/04b80778-4fc3-4cc3-9635-9358d4194003/resource/urn_ngsi-ld_distribution_salted_project_building_building_json>,
        <https://ckan.salted-project.eu/dataset/04b80778-4fc3-4cc3-9635-9358d4194003/resource/urn_ngsi-ld_distribution_salted_project_building_building_jsonld> ;
    dcat:keyword "Building",
        "CityLiveabilityIndex" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI> .

<https://ckan.salted-project.eu/dataset/04b80778-4fc3-4cc3-9635-9358d4194003/resource/urn_ngsi-ld_distribution_salted_project_building_building_json> a dcat:Distribution ;
    dct:description "Building:Building realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T10:40:01.053908"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T10:40:07.667919"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Building%2FBuilding__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Building%2FBuilding__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/04b80778-4fc3-4cc3-9635-9358d4194003/resource/urn_ngsi-ld_distribution_salted_project_building_building_jsonld> a dcat:Distribution ;
    dct:description "Building:Building realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T10:40:01.053908"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T10:40:07.669062"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Building%2FBuilding__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Building%2FBuilding__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/079b9a97-df89-4d86-9710-e4b7dad10b0c> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """AgendaAnalytics is a use case for Linked Data and AI within the SALTED project. It strives to measure the adherence of a an organization (like a company or city) to a given agenda (like development or compliance goals).\r
The congruence between the organization’s publications and the agenda is computed using NLP techniques.\r
The dataset relevant for the use case consists of 5 entity types:\r
Organization, KeyPerformanceIndicator, DistributionDCAT-AP, DataServiceDCAT-AP, DataServiceRun.\r
The full documentation is available at: https://salted-project.eu/\r
\r
The DataServiceRun represents a specific run of the corresponding DataService (entity type DataServiceDCAT-AP).  Within the AgendaAnalytics use case it is used to transparently persist the process of obtaining data for each Organization. E.g.: Each time data gets crawled for an Organization, the run of the Crawling service will be persisted as entity containing for instance the timestamp, parameters, inputs and outputs.""" ;
    dct:identifier "079b9a97-df89-4d86-9710-e4b7dad10b0c" ;
    dct:issued "2023-11-30T19:02:58.084847"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-11-30T19:02:58.084863"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-11-30T19:02:57.933087"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-11-30T19:02:57.933087"^^xsd:dateTime ] ;
    dct:title "DCAT-AP:DataServiceRun" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KybeidosGmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/079b9a97-df89-4d86-9710-e4b7dad10b0c/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicerun_json>,
        <https://ckan.salted-project.eu/dataset/079b9a97-df89-4d86-9710-e4b7dad10b0c/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicerun_jsonld> ;
    dcat:keyword "AgendaAnalytics",
        "NGSI-LD",
        "SALTED Project",
        "Technical Infrastructure Entity" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ECON>,
        <EDUC>,
        <ENVI>,
        <REGI>,
        <SOCI>,
        <TECH> .

<https://ckan.salted-project.eu/dataset/079b9a97-df89-4d86-9710-e4b7dad10b0c/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicerun_json> a dcat:Distribution ;
    dct:description "DCAT-AP:DataServiceRun realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-11-30T19:02:58.084847"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-11-30T19:03:02.528795"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceRun__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceRun__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/079b9a97-df89-4d86-9710-e4b7dad10b0c/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicerun_jsonld> a dcat:Distribution ;
    dct:description "DCAT-AP:DataServiceRun realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-11-30T19:02:58.084847"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-11-30T19:03:02.529966"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceRun__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceRun__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/1b1ff072-7583-4fe8-8cf1-64cdae3a050b> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the level of electromagnetic field measured by the sensors deployed in the city of Santander through the SmartSantander platform." ;
    dct:identifier "1b1ff072-7583-4fe8-8cf1-64cdae3a050b" ;
    dct:issued "2023-08-24T12:05:15.706000"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T12:05:15.706034"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T12:05:15.497405"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T12:05:15.497405"^^xsd:dateTime ] ;
    dct:title "Environment:ElectroMagneticObserved" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/1b1ff072-7583-4fe8-8cf1-64cdae3a050b/resource/urn_ngsi-ld_distribution_salted_project_environment_electromagneticobserved_json>,
        <https://ckan.salted-project.eu/dataset/1b1ff072-7583-4fe8-8cf1-64cdae3a050b/resource/urn_ngsi-ld_distribution_salted_project_environment_electromagneticobserved_jsonld> ;
    dcat:keyword "ElectroMagneticObserved",
        "Electromagnetic field",
        "SmartSantander" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/1b1ff072-7583-4fe8-8cf1-64cdae3a050b/resource/urn_ngsi-ld_distribution_salted_project_environment_electromagneticobserved_json> a dcat:Distribution ;
    dct:description "Environment:ElectroMagneticObserved realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T12:05:15.706000"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T11:55:35.401732"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FElectroMagneticObserved__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FElectroMagneticObserved__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/1b1ff072-7583-4fe8-8cf1-64cdae3a050b/resource/urn_ngsi-ld_distribution_salted_project_environment_electromagneticobserved_jsonld> a dcat:Distribution ;
    dct:description "Environment:ElectroMagneticObserved realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T12:05:15.706000"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T11:55:35.402912"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FElectroMagneticObserved__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FElectroMagneticObserved__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/20c56251-9699-440f-a935-050c718e5303> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the AirQualityObserved subindexes for the city of Madrid." ;
    dct:identifier "20c56251-9699-440f-a935-050c718e5303" ;
    dct:issued "2023-12-11T15:37:35.903281"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T15:37:35.903314"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T15:37:35.763585"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T15:37:35.763585"^^xsd:dateTime ] ;
    dct:title "SALTED:CityLiveabilityIndex:Madrid:SubIndex:AirQualityAnnualMean" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/20c56251-9699-440f-a935-050c718e5303/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_subindex_airqualityannualmean_json>,
        <https://ckan.salted-project.eu/dataset/20c56251-9699-440f-a935-050c718e5303/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_subindex_airqualityannualmean_jsonld> ;
    dcat:keyword "AirQualityObserved",
        "CO",
        "CityLiveabilityIndex",
        "NO2",
        "O3",
        "PM10",
        "PM25" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/20c56251-9699-440f-a935-050c718e5303/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_subindex_airqualityannualmean_json> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Madrid:SubIndex:AirQualityAnnualMean realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T15:37:35.903281"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:58:55.956360"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FSubIndex%2FAirQualityAnnualMean__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FSubIndex%2FAirQualityAnnualMean__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/20c56251-9699-440f-a935-050c718e5303/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_subindex_airqualityannualmean_jsonld> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Madrid:SubIndex:AirQualityAnnualMean realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T15:37:35.903281"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:58:55.957571"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FSubIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FSubIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/236742f4-caa2-4674-83c4-75206a8d1836> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """AgendaAnalytics is a use case for Linked Data and AI within the SALTED project. It strives to measure the adherence of a an organization (like a company or city) to a given agenda (like development or compliance goals).\r
The congruence between the organization’s publications and the agenda is computed using NLP techniques.\r
The dataset relevant for the use case consists of 5 entity types:\r
Organization, KeyPerformanceIndicator, DistributionDCAT-AP, DataServiceDCAT-AP, DataServiceRun.\r
The full documentation is available at: https://salted-project.eu/\r
\r
An Organization represents an entity such as a school, NGO, corporation, club, etc. Within the AgendaAnalytics use case it is the base for any calculation / analysis.""" ;
    dct:identifier "236742f4-caa2-4674-83c4-75206a8d1836" ;
    dct:issued "2023-11-30T18:45:11.206755"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-11-30T18:45:11.206772"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-11-30T18:45:11.092883"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-11-30T18:45:11.092883"^^xsd:dateTime ] ;
    dct:title "Organization:Organization" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KybeidosGmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/236742f4-caa2-4674-83c4-75206a8d1836/resource/urn_ngsi-ld_distribution_salted_project_organization_organization_json>,
        <https://ckan.salted-project.eu/dataset/236742f4-caa2-4674-83c4-75206a8d1836/resource/urn_ngsi-ld_distribution_salted_project_organization_organization_jsonld> ;
    dcat:keyword "AgendaAnalytics",
        "NGSI-LD",
        "SALTED Project" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ECON>,
        <EDUC>,
        <ENVI>,
        <REGI>,
        <SOCI>,
        <TECH> .

<https://ckan.salted-project.eu/dataset/236742f4-caa2-4674-83c4-75206a8d1836/resource/urn_ngsi-ld_distribution_salted_project_organization_organization_json> a dcat:Distribution ;
    dct:description "Organization:Organization realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-11-30T18:45:11.206755"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-11-30T18:45:15.263074"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Organization%2FOrganization__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Organization%2FOrganization__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/236742f4-caa2-4674-83c4-75206a8d1836/resource/urn_ngsi-ld_distribution_salted_project_organization_organization_jsonld> a dcat:Distribution ;
    dct:description "Organization:Organization realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-11-30T18:45:11.206755"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-11-30T18:45:15.264235"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Organization%2FOrganization__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Organization%2FOrganization__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/2407c1df-7b85-4345-810e-ce50cc9800df> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the level of acoustic noise collected by the sensors deployed in the city of Santander through the SmartSantander platform." ;
    dct:identifier "2407c1df-7b85-4345-810e-ce50cc9800df" ;
    dct:issued "2023-08-24T14:31:51.674673"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T14:31:51.674709"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T14:31:51.463074"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T14:31:51.463074"^^xsd:dateTime ] ;
    dct:title "OCF:SoundPressureLevel" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/2407c1df-7b85-4345-810e-ce50cc9800df/resource/urn_ngsi-ld_distribution_salted_project_ocf_soundpressurelevel_json>,
        <https://ckan.salted-project.eu/dataset/2407c1df-7b85-4345-810e-ce50cc9800df/resource/urn_ngsi-ld_distribution_salted_project_ocf_soundpressurelevel_jsonld> ;
    dcat:keyword "Acoustic Noise",
        "SmartSantander",
        "Sound Pressure",
        "SoundPressureLevel" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/2407c1df-7b85-4345-810e-ce50cc9800df/resource/urn_ngsi-ld_distribution_salted_project_ocf_soundpressurelevel_json> a dcat:Distribution ;
    dct:description "OCF:SoundPressureLevel realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T14:31:51.674673"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:09:20.938391"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.OCF%2FSoundPressureLevel__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.OCF%2FSoundPressureLevel__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/2407c1df-7b85-4345-810e-ce50cc9800df/resource/urn_ngsi-ld_distribution_salted_project_ocf_soundpressurelevel_jsonld> a dcat:Distribution ;
    dct:description "OCF:SoundPressureLevel realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T14:31:51.674673"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:09:20.939578"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.OCF%2FSoundPressureLevel__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.OCF%2FSoundPressureLevel__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/2514d4af-9e21-4588-aaff-f189995edc3b> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the battery status of the IoT devices deployed by the city of Santander through the SmartSantander platform." ;
    dct:identifier "2514d4af-9e21-4588-aaff-f189995edc3b" ;
    dct:issued "2023-08-24T10:38:08.824734"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T10:38:08.824769"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T10:38:08.708315"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T10:38:08.708315"^^xsd:dateTime ] ;
    dct:title "Battery:BatteryStatus" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/2514d4af-9e21-4588-aaff-f189995edc3b/resource/urn_ngsi-ld_distribution_salted_project_battery_batterystatus_json>,
        <https://ckan.salted-project.eu/dataset/2514d4af-9e21-4588-aaff-f189995edc3b/resource/urn_ngsi-ld_distribution_salted_project_battery_batterystatus_jsonld> ;
    dcat:keyword "Battery",
        "Battery Status",
        "BatteryStatus",
        "SmartSantander" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENER>,
        <ENVI> .

<https://ckan.salted-project.eu/dataset/2514d4af-9e21-4588-aaff-f189995edc3b/resource/urn_ngsi-ld_distribution_salted_project_battery_batterystatus_json> a dcat:Distribution ;
    dct:description "Battery:BatteryStatus realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T10:38:08.824734"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T11:51:44.439530"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Battery%2FBatteryStatus__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Battery%2FBatteryStatus__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/2514d4af-9e21-4588-aaff-f189995edc3b/resource/urn_ngsi-ld_distribution_salted_project_battery_batterystatus_jsonld> a dcat:Distribution ;
    dct:description "Battery:BatteryStatus realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T10:38:08.824734"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T11:51:44.440691"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Battery%2FBatteryStatus__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Battery%2FBatteryStatus__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/2b3d441b-255a-4e38-b1a9-86f984526f3a> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the weather conditions measured by the sensors deployed in the city of Madrid. This weather conditions includes the wind direction and speed, solar irradiance, relative humidity and temperature, the amount of water rain registered and the atmospheric pressure." ;
    dct:identifier "2b3d441b-255a-4e38-b1a9-86f984526f3a" ;
    dct:issued "2023-12-11T10:22:42.366300"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T10:22:42.366339"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T10:22:42.194713"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T10:22:42.194713"^^xsd:dateTime ] ;
    dct:title "Weather:WeatherObserved" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/2b3d441b-255a-4e38-b1a9-86f984526f3a/resource/urn_ngsi-ld_distribution_salted_project_weather_weatherobserved_json>,
        <https://ckan.salted-project.eu/dataset/2b3d441b-255a-4e38-b1a9-86f984526f3a/resource/urn_ngsi-ld_distribution_salted_project_weather_weatherobserved_jsonld> ;
    dcat:keyword "CityLiveabilityIndex",
        "Irradiation",
        "Pressure",
        "RH",
        "Rain",
        "Temperature",
        "WeatherObserved",
        "WindDirection",
        "WindSpeed" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/2b3d441b-255a-4e38-b1a9-86f984526f3a/resource/urn_ngsi-ld_distribution_salted_project_weather_weatherobserved_json> a dcat:Distribution ;
    dct:description "Weather:WeatherObserved realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T10:22:42.366300"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T10:25:13.544665"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Weather%2FWeatherObserved__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Weather%2FWeatherObserved__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/2b3d441b-255a-4e38-b1a9-86f984526f3a/resource/urn_ngsi-ld_distribution_salted_project_weather_weatherobserved_jsonld> a dcat:Distribution ;
    dct:description "Weather:WeatherObserved realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T10:22:42.366300"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T10:25:13.545851"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Weather%2FWeatherObserved__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Weather%2FWeatherObserved__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """AgendaAnalytics is a use case for Linked Data and AI within the SALTED project. It strives to measure the adherence of a an organization (like a company or city) to a given agenda (like development or compliance goals).\r
The congruence between the organization’s publications and the agenda is computed using NLP techniques.\r
The dataset relevant for the use case consists of 5 entity types:\r
Organization, KeyPerformanceIndicator, DistributionDCAT-AP, DataServiceDCAT-AP, DataServiceRun.\r
The full documentation is available at: https://salted-project.eu/\r
\r
The Key Performance Indicator (KPI) is a  performance measurement. Within the AgendaAnalytics use case it showcases / aggregates the raw matching scores obtained from a specific run (entity type DataServiceRun) of the the AgendaMatching service (entity type DataServiceDCAT-AP).""" ;
    dct:identifier "2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a" ;
    dct:issued "2023-12-01T11:07:18.579252"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-01T11:07:18.579291"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-01T11:07:18.330230"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-01T11:07:18.330230"^^xsd:dateTime ] ;
    dct:title "KeyPerformanceIndicator:KeyPerformanceIndicator" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KybeidosGmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a/resource/urn_ngsi-ld_distribution_salted_project_keyperformanceindicator_keyperformanceindicator_json>,
        <https://ckan.salted-project.eu/dataset/2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a/resource/urn_ngsi-ld_distribution_salted_project_keyperformanceindicator_keyperformanceindicator_jsonld> ;
    dcat:keyword "AgendaAnalytics",
        "NGSI-LD",
        "SALTED Project" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ECON>,
        <EDUC>,
        <ENVI>,
        <REGI>,
        <SOCI>,
        <TECH> .

<https://ckan.salted-project.eu/dataset/2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a/resource/urn_ngsi-ld_distribution_salted_project_keyperformanceindicator_keyperformanceindicator_json> a dcat:Distribution ;
    dct:description "KeyPerformanceIndicator:KeyPerformanceIndicator realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-01T11:07:18.579252"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T12:36:52.420356"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23KeyPerformanceIndicator__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23KeyPerformanceIndicator__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/2cd4bb80-5bb4-4ee6-a754-ce9319bdb46a/resource/urn_ngsi-ld_distribution_salted_project_keyperformanceindicator_keyperformanceindicator_jsonld> a dcat:Distribution ;
    dct:description "KeyPerformanceIndicator:KeyPerformanceIndicator realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-01T11:07:18.579252"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T12:36:52.421565"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23KeyPerformanceIndicator__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23KeyPerformanceIndicator__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/2d025904-0147-41aa-bad3-823388dcdf28> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the state of the parking spots in the city of Santander. The measurements are obtained through the SmartSantander platform and the LoRa network deployed within the city and connected to TTN (The Things Network)." ;
    dct:identifier "2d025904-0147-41aa-bad3-823388dcdf28" ;
    dct:issued "2023-08-24T14:26:46.999323"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T14:26:46.999359"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T14:26:46.780648"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T14:26:46.780648"^^xsd:dateTime ] ;
    dct:title "Parking:ParkingSpot" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/2d025904-0147-41aa-bad3-823388dcdf28/resource/urn_ngsi-ld_distribution_salted_project_parking_parkingspot_json>,
        <https://ckan.salted-project.eu/dataset/2d025904-0147-41aa-bad3-823388dcdf28/resource/urn_ngsi-ld_distribution_salted_project_parking_parkingspot_jsonld> ;
    dcat:keyword "Parking",
        "Parking Spot",
        "ParkingSpot",
        "SmartSantander",
        "TTN Santander" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <TRAN> .

<https://ckan.salted-project.eu/dataset/2d025904-0147-41aa-bad3-823388dcdf28/resource/urn_ngsi-ld_distribution_salted_project_parking_parkingspot_json> a dcat:Distribution ;
    dct:description "Parking:ParkingSpot realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T14:26:46.999323"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:16:53.711792"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Parking%2FParkingSpot__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Parking%2FParkingSpot__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/2d025904-0147-41aa-bad3-823388dcdf28/resource/urn_ngsi-ld_distribution_salted_project_parking_parkingspot_jsonld> a dcat:Distribution ;
    dct:description "Parking:ParkingSpot realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T14:26:46.999323"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:16:53.712933"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Parking%2FParkingSpot__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Parking%2FParkingSpot__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/2ef8f24f-217c-4f6d-85e0-73b93df42e37> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the traffic observed data aggregated for the city of Madrid." ;
    dct:identifier "2ef8f24f-217c-4f6d-85e0-73b93df42e37" ;
    dct:issued "2023-12-11T15:05:22.580403"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T15:05:22.580442"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T15:05:22.489294"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T15:05:22.489294"^^xsd:dateTime ] ;
    dct:title "SALTED:TrafficObservedDistrictLevel" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/2ef8f24f-217c-4f6d-85e0-73b93df42e37/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserveddistrictlevel_json>,
        <https://ckan.salted-project.eu/dataset/2ef8f24f-217c-4f6d-85e0-73b93df42e37/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserveddistrictlevel_jsonld> ;
    dcat:keyword "CityLiveabilityIndex",
        "TrafficObserved" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI>,
        <TRAN> .

<https://ckan.salted-project.eu/dataset/2ef8f24f-217c-4f6d-85e0-73b93df42e37/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserveddistrictlevel_json> a dcat:Distribution ;
    dct:description "SALTED:TrafficObservedDistrictLevel realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T15:05:22.580403"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:05:28.386033"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObservedDistrictLevel__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObservedDistrictLevel__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/2ef8f24f-217c-4f6d-85e0-73b93df42e37/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserveddistrictlevel_jsonld> a dcat:Distribution ;
    dct:description "SALTED:TrafficObservedDistrictLevel realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T15:05:22.580403"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:05:28.387217"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObservedDistrictLevel__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObservedDistrictLevel__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/3c85f92f-4070-4e15-99b6-e001b11c11b9> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents a harmonised description of a generic SMUser made for the Social Media domain. This data type is primarily associated with the description of a user of Social Media applications." ;
    dct:identifier "3c85f92f-4070-4e15-99b6-e001b11c11b9" ;
    dct:issued "2023-12-12T15:09:22.611891"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-12T15:09:22.611929"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP,EUROPE"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-12T15:09:22.468553"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-12T15:09:22.468553"^^xsd:dateTime ] ;
    dct:title "SocialMedia:SMUser" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "IMT" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/3c85f92f-4070-4e15-99b6-e001b11c11b9/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smuser_json>,
        <https://ckan.salted-project.eu/dataset/3c85f92f-4070-4e15-99b6-e001b11c11b9/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smuser_jsonld> ;
    dcat:keyword "Social media",
        "Twitter Data Analysis",
        "Twitter User",
        "User-generated content" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI> .

<https://ckan.salted-project.eu/dataset/3c85f92f-4070-4e15-99b6-e001b11c11b9/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smuser_json> a dcat:Distribution ;
    dct:description "SocialMedia:SMUser realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-12T15:09:22.611891"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:09:29.393616"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMUser__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMUser__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/3c85f92f-4070-4e15-99b6-e001b11c11b9/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smuser_jsonld> a dcat:Distribution ;
    dct:description "SocialMedia:SMUser realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-12T15:09:22.611891"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:09:29.394755"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMUser__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMUser__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/505960b9-527e-4402-bb76-8e85f145f640> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents a harmonised description of a generic SMCollection made for the Social Media domain. This data type is primarily associated with the process of collection of Social Media posts (primarily Twitter)." ;
    dct:identifier "505960b9-527e-4402-bb76-8e85f145f640" ;
    dct:issued "2023-12-12T15:10:26.557977"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-12T15:10:26.558012"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP,EUROPE"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-12T15:10:26.471140"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-12T15:10:26.471140"^^xsd:dateTime ] ;
    dct:title "SocialMedia:SMCollection" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "IMT" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/505960b9-527e-4402-bb76-8e85f145f640/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smcollection_json>,
        <https://ckan.salted-project.eu/dataset/505960b9-527e-4402-bb76-8e85f145f640/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smcollection_jsonld> ;
    dcat:keyword "Social media",
        "Twitter Data Analysis",
        "User-generated content" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI> .

<https://ckan.salted-project.eu/dataset/505960b9-527e-4402-bb76-8e85f145f640/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smcollection_json> a dcat:Distribution ;
    dct:description "SocialMedia:SMCollection realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-12T15:10:26.557977"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:10:33.781216"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMCollection__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMCollection__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/505960b9-527e-4402-bb76-8e85f145f640/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smcollection_jsonld> a dcat:Distribution ;
    dct:description "SocialMedia:SMCollection realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-12T15:10:26.557977"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:10:33.782393"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMCollection__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMCollection__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/54d7e995-1433-490e-a9fa-5f88172f2a2e> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the AirQualityObserved subindexes for the city of Berlin." ;
    dct:identifier "54d7e995-1433-490e-a9fa-5f88172f2a2e" ;
    dct:issued "2023-12-11T15:42:43.074816"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T15:42:43.074855"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T15:42:42.935841"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T15:42:42.935841"^^xsd:dateTime ] ;
    dct:title "SALTED:CityLiveabilityIndex:Berlin:SubIndex:AirQualityAnnualMean" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/54d7e995-1433-490e-a9fa-5f88172f2a2e/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_subindex_airqualityannualmean_json>,
        <https://ckan.salted-project.eu/dataset/54d7e995-1433-490e-a9fa-5f88172f2a2e/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_subindex_airqualityannualmean_jsonld> ;
    dcat:keyword "AirQualityObserved",
        "CO",
        "CityLiveabilityIndex",
        "NO2",
        "O3",
        "PM10",
        "PM25" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/54d7e995-1433-490e-a9fa-5f88172f2a2e/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_subindex_airqualityannualmean_json> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Berlin:SubIndex:AirQualityAnnualMean realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T15:42:43.074816"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:59:27.584134"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FSubIndex%2FAirQualityAnnualMean__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FSubIndex%2FAirQualityAnnualMean__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/54d7e995-1433-490e-a9fa-5f88172f2a2e/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_subindex_airqualityannualmean_jsonld> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Berlin:SubIndex:AirQualityAnnualMean realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T15:42:43.074816"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:59:27.585273"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FSubIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FSubIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/612d4c1a-bc0c-484e-8133-dd19ff2ef07a> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the parcel defined on SIGPAC Spanish Goverment Register on the region of Lorca in Murcia. It has relationship with the AirQualityObserved entities for CO2 data and with AgriCrop entities for the kind of Crop used in the parcel." ;
    dct:identifier "612d4c1a-bc0c-484e-8133-dd19ff2ef07a" ;
    dct:issued "2023-12-05T15:40:57.021620"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-05T15:40:57.021657"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-05T15:40:56.802488"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-05T15:40:56.802488"^^xsd:dateTime ] ;
    dct:title "Agrifood:AgriParcel" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Amper" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/612d4c1a-bc0c-484e-8133-dd19ff2ef07a/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agriparcel_json>,
        <https://ckan.salted-project.eu/dataset/612d4c1a-bc0c-484e-8133-dd19ff2ef07a/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agriparcel_jsonld> ;
    dcat:keyword "AgriParcel",
        "Agriculture",
        "Crops",
        "Lorca",
        "Parcel" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <AGRI> .

<https://ckan.salted-project.eu/dataset/612d4c1a-bc0c-484e-8133-dd19ff2ef07a/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agriparcel_json> a dcat:Distribution ;
    dct:description "Agrifood:AgriParcel realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-05T15:40:57.021620"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-05T15:41:02.758029"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriParcel__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriParcel__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/612d4c1a-bc0c-484e-8133-dd19ff2ef07a/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agriparcel_jsonld> a dcat:Distribution ;
    dct:description "Agrifood:AgriParcel realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-05T15:40:57.021620"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-05T15:41:02.759177"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriParcel__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriParcel__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/7b1d4785-f23e-47f2-a49e-14685be7fbd1> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the status and certain properties (i.e. speed and position) of Santander's urban buses obtained through the Open Data Santander initiative." ;
    dct:identifier "7b1d4785-f23e-47f2-a49e-14685be7fbd1" ;
    dct:issued "2023-08-24T14:19:01.485005"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T14:19:01.485041"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T14:19:01.162733"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T14:19:01.162733"^^xsd:dateTime ] ;
    dct:title "Transportation:FleetVehicleStatus" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/7b1d4785-f23e-47f2-a49e-14685be7fbd1/resource/urn_ngsi-ld_distribution_salted_project_transportation_fleetvehiclestatus_json>,
        <https://ckan.salted-project.eu/dataset/7b1d4785-f23e-47f2-a49e-14685be7fbd1/resource/urn_ngsi-ld_distribution_salted_project_transportation_fleetvehiclestatus_jsonld> ;
    dcat:keyword "Fleet Buses",
        "Fleet Vehicles",
        "FleetVehicleStatus",
        "Open Data Santander" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <TRAN> .

<https://ckan.salted-project.eu/dataset/7b1d4785-f23e-47f2-a49e-14685be7fbd1/resource/urn_ngsi-ld_distribution_salted_project_transportation_fleetvehiclestatus_json> a dcat:Distribution ;
    dct:description "Transportation:FleetVehicleStatus realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T14:19:01.485005"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:17:49.057162"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FFleetVehicleStatus__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FFleetVehicleStatus__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/7b1d4785-f23e-47f2-a49e-14685be7fbd1/resource/urn_ngsi-ld_distribution_salted_project_transportation_fleetvehiclestatus_jsonld> a dcat:Distribution ;
    dct:description "Transportation:FleetVehicleStatus realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T14:19:01.485005"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:17:49.061403"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FFleetVehicleStatus__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FFleetVehicleStatus__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/8e7aff2d-39b1-412d-96c6-18960a7ff41b> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the state of bicycle docking stations in the cities of Santander (SmartSantander platform) and Barcelona (Open Data BCN portal)." ;
    dct:identifier "8e7aff2d-39b1-412d-96c6-18960a7ff41b" ;
    dct:issued "2023-08-24T14:56:50.183507"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T14:56:50.183543"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T14:56:49.902922"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T14:56:49.902922"^^xsd:dateTime ] ;
    dct:title "Transportation:BikeHireDockingStation" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/8e7aff2d-39b1-412d-96c6-18960a7ff41b/resource/urn_ngsi-ld_distribution_salted_project_transportation_bikehiredockingstation_json>,
        <https://ckan.salted-project.eu/dataset/8e7aff2d-39b1-412d-96c6-18960a7ff41b/resource/urn_ngsi-ld_distribution_salted_project_transportation_bikehiredockingstation_jsonld> ;
    dcat:keyword "Bike Hire Docking Station",
        "BikeHireDockingStation",
        "Open Data BCN",
        "SmartSantander" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <TRAN> .

<https://ckan.salted-project.eu/dataset/8e7aff2d-39b1-412d-96c6-18960a7ff41b/resource/urn_ngsi-ld_distribution_salted_project_transportation_bikehiredockingstation_json> a dcat:Distribution ;
    dct:description "Transportation:BikeHireDockingStation realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T14:56:50.183507"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:15:46.919487"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FBikeHireDockingStation__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FBikeHireDockingStation__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/8e7aff2d-39b1-412d-96c6-18960a7ff41b/resource/urn_ngsi-ld_distribution_salted_project_transportation_bikehiredockingstation_jsonld> a dcat:Distribution ;
    dct:description "Transportation:BikeHireDockingStation realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T14:56:50.183507"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:15:46.920626"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FBikeHireDockingStation__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FBikeHireDockingStation__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/9481b139-8a66-489d-ad43-f7e5e9d4e66b> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """AgendaAnalytics is a use case for Linked Data and AI within the SALTED project. It strives to measure the adherence of a an organization (like a company or city) to a given agenda (like development or compliance goals).\r
The congruence between the organization’s publications and the agenda is computed using NLP techniques.\r
The dataset relevant for the use case consists of 5 entity types:\r
Organization, KeyPerformanceIndicator, DistributionDCAT-AP, DataServiceDCAT-AP, DataServiceRun.\r
The full documentation is available at: https://salted-project.eu/\r
\r
The DataServiceDCAT-AP represents a specific service that handles data.  Within the AgendaAnalytics use case it is used to represent the data handling services, e.g. the AgendaMatching service and the Crawling service, containing for instance the provider and possible configuration options.""" ;
    dct:identifier "9481b139-8a66-489d-ad43-f7e5e9d4e66b" ;
    dct:issued "2023-12-01T13:19:36.109564"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-01T13:19:36.109598"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-01T13:19:35.964641"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-01T13:19:35.964641"^^xsd:dateTime ] ;
    dct:title "DCAT-AP:DataServiceDCAT-AP" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KybeidosGmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/9481b139-8a66-489d-ad43-f7e5e9d4e66b/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicedcat-ap_json>,
        <https://ckan.salted-project.eu/dataset/9481b139-8a66-489d-ad43-f7e5e9d4e66b/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicedcat-ap_jsonld> ;
    dcat:keyword "AgendaAnalytics",
        "NGSI-LD",
        "SALTED Project",
        "Technical Infrastructure Entity" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ECON>,
        <EDUC>,
        <ENVI>,
        <REGI>,
        <SOCI>,
        <TECH> .

<https://ckan.salted-project.eu/dataset/9481b139-8a66-489d-ad43-f7e5e9d4e66b/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicedcat-ap_json> a dcat:Distribution ;
    dct:description "DCAT-AP:DataServiceDCAT-AP realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-01T13:19:36.109564"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T13:19:40.450138"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceDCAT-AP__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceDCAT-AP__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/9481b139-8a66-489d-ad43-f7e5e9d4e66b/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_dataservicedcat-ap_jsonld> a dcat:Distribution ;
    dct:description "DCAT-AP:DataServiceDCAT-AP realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-01T13:19:36.109564"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T13:19:40.451352"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceDCAT-AP__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDataServiceDCAT-AP__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents a harmonised description of a generic SMPost made for the Social Media domain." ;
    dct:identifier "9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61" ;
    dct:issued "2023-12-12T15:06:19.775981"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-12T15:06:19.776016"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "EUROPE"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-12T15:06:19.633622"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-12T15:06:19.633622"^^xsd:dateTime ] ;
    dct:title "SocialMedia:SMPost" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "IMT" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smpost_json>,
        <https://ckan.salted-project.eu/dataset/9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smpost_jsonld> ;
    dcat:keyword "Social media",
        "Twitter Data Analysis",
        "Twitter Post",
        "User-generated content" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI> .

<https://ckan.salted-project.eu/dataset/9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smpost_json> a dcat:Distribution ;
    dct:description "SocialMedia:SMPost realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-12T15:06:19.775981"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:06:25.799148"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMPost__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMPost__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/9b4ba8ab-0c86-4b11-8fe2-bd066a1efd61/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smpost_jsonld> a dcat:Distribution ;
    dct:description "SocialMedia:SMPost realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-12T15:06:19.775981"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:06:25.800315"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMPost__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMPost__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents a kind of Crop as a generic entity. For each kind of crop in SIGPAC data an AgriCrop entity is defined." ;
    dct:identifier "a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc" ;
    dct:issued "2023-12-05T15:43:52.178332"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-05T15:43:52.178367"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-05T15:43:52.024073"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-05T15:43:52.024073"^^xsd:dateTime ] ;
    dct:title "Agrifood:AgriCrop" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Amper" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agricrop_json>,
        <https://ckan.salted-project.eu/dataset/a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agricrop_jsonld> ;
    dcat:keyword "AgriCrop",
        "Agriculture",
        "Crops",
        "Lorca",
        "Parcel" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <AGRI> .

<https://ckan.salted-project.eu/dataset/a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agricrop_json> a dcat:Distribution ;
    dct:description "Agrifood:AgriCrop realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-05T15:43:52.178332"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-05T15:43:57.934866"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriCrop__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriCrop__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/a69ff76e-e003-4dd7-a70f-0aaf0e5e15dc/resource/urn_ngsi-ld_distribution_salted_project_agrifood_agricrop_jsonld> a dcat:Distribution ;
    dct:description "Agrifood:AgriCrop realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-05T15:43:52.178332"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-05T15:43:57.935994"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriCrop__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Agrifood%2FAgriCrop__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/ab3054cf-7195-47e9-ad40-e1a8d975c383> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents a harmonised description of a generic SMAnalysis made for the Social Media domain. This type of data is primarily associated with the process of analysis of Social Media applications' posts." ;
    dct:identifier "ab3054cf-7195-47e9-ad40-e1a8d975c383" ;
    dct:issued "2023-12-12T15:03:50.738183"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-12T15:03:50.738219"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP,EUROPE"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-12T15:03:50.601224"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-12T15:03:50.601224"^^xsd:dateTime ] ;
    dct:title "SocialMedia:SMAnalysis" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "IMT" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/ab3054cf-7195-47e9-ad40-e1a8d975c383/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smanalysis_json>,
        <https://ckan.salted-project.eu/dataset/ab3054cf-7195-47e9-ad40-e1a8d975c383/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smanalysis_jsonld> ;
    dcat:keyword "Social media",
        "Twitter Data Analysis",
        "User-generated content" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI> .

<https://ckan.salted-project.eu/dataset/ab3054cf-7195-47e9-ad40-e1a8d975c383/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smanalysis_json> a dcat:Distribution ;
    dct:description "SocialMedia:SMAnalysis realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-12T15:03:50.738183"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:03:56.751457"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMAnalysis__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMAnalysis__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/ab3054cf-7195-47e9-ad40-e1a8d975c383/resource/urn_ngsi-ld_distribution_salted_project_socialmedia_smanalysis_jsonld> a dcat:Distribution ;
    dct:description "SocialMedia:SMAnalysis realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-12T15:03:50.738183"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:03:56.752653"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMAnalysis__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.SocialMedia%2FSMAnalysis__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/b1cb26f7-f79b-401c-86d9-57fd65b22dbe> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """AgendaAnalytics is a use case for Linked Data and AI within the SALTED project. It strives to measure the adherence of a an organization (like a company or city) to a given agenda (like development or compliance goals).\r
The congruence between the organization’s publications and the agenda is computed using NLP techniques.\r
The dataset relevant for the use case consists of 5 entity types:\r
Organization, KeyPerformanceIndicator, DistributionDCAT-AP, DataServiceDCAT-AP, DataServiceRun.\r
The full documentation is available at: https://salted-project.eu/\r
\r
A Distribution represents an instance of an item. Within the AgendaAnalytics use case a Distribution is used to represent each Agenda (e.g. SDG, ESG, ...) of interest, by defining the concrete Agenda structure and  texts used in the calculation / analysis.""" ;
    dct:identifier "b1cb26f7-f79b-401c-86d9-57fd65b22dbe" ;
    dct:issued "2023-12-01T11:02:33.972030"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-01T11:02:33.972065"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-01T11:02:33.732959"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-01T11:02:33.732959"^^xsd:dateTime ] ;
    dct:title "DCAT-AP:DistributionDCAT-AP" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KybeidosGmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/b1cb26f7-f79b-401c-86d9-57fd65b22dbe/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_distributiondcat-ap_json>,
        <https://ckan.salted-project.eu/dataset/b1cb26f7-f79b-401c-86d9-57fd65b22dbe/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_distributiondcat-ap_jsonld> ;
    dcat:keyword "Agenda",
        "AgendaAnalytics",
        "NGSI-LD",
        "SALTED Project" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ECON>,
        <EDUC>,
        <ENVI>,
        <REGI>,
        <SOCI>,
        <TECH> .

<https://ckan.salted-project.eu/dataset/b1cb26f7-f79b-401c-86d9-57fd65b22dbe/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_distributiondcat-ap_json> a dcat:Distribution ;
    dct:description "DCAT-AP:DistributionDCAT-AP realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-01T11:02:33.972030"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T11:02:39.015525"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDistributionDCAT-AP__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDistributionDCAT-AP__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/b1cb26f7-f79b-401c-86d9-57fd65b22dbe/resource/urn_ngsi-ld_distribution_salted_project_dcat-ap_distributiondcat-ap_jsonld> a dcat:Distribution ;
    dct:description "DCAT-AP:DistributionDCAT-AP realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-01T11:02:33.972030"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-01T11:02:39.016714"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDistributionDCAT-AP__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DCAT-AP%2FDistributionDCAT-AP__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/babcc4a4-062d-48d1-a145-e2d9ba7d6596> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the ambient temperature measured by the sensors deployed in the city of Santander through the SmartSantander platform." ;
    dct:identifier "babcc4a4-062d-48d1-a145-e2d9ba7d6596" ;
    dct:issued "2023-08-24T14:36:01.653421"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-08-24T14:36:01.653456"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-08-24T14:36:01.377450"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-08-24T14:36:01.377450"^^xsd:dateTime ] ;
    dct:title "EnergyCIM:Temperature" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/babcc4a4-062d-48d1-a145-e2d9ba7d6596/resource/urn_ngsi-ld_distribution_salted_project_energycim_temperature_json>,
        <https://ckan.salted-project.eu/dataset/babcc4a4-062d-48d1-a145-e2d9ba7d6596/resource/urn_ngsi-ld_distribution_salted_project_energycim_temperature_jsonld> ;
    dcat:keyword "SmartSantander",
        "Temperature" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/babcc4a4-062d-48d1-a145-e2d9ba7d6596/resource/urn_ngsi-ld_distribution_salted_project_energycim_temperature_json> a dcat:Distribution ;
    dct:description "EnergyCIM:Temperature realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-08-24T14:36:01.653421"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:16:22.160576"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.EnergyCIM%2FTemperature__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.EnergyCIM%2FTemperature__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/babcc4a4-062d-48d1-a145-e2d9ba7d6596/resource/urn_ngsi-ld_distribution_salted_project_energycim_temperature_jsonld> a dcat:Distribution ;
    dct:description "EnergyCIM:Temperature realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-08-24T14:36:01.653421"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:16:22.161944"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.EnergyCIM%2FTemperature__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.EnergyCIM%2FTemperature__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/da26dd7f-9c07-4395-a3a1-64a530026a88> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the AirQualityObserved indexes for the city of Berlin." ;
    dct:identifier "da26dd7f-9c07-4395-a3a1-64a530026a88" ;
    dct:issued "2023-12-11T15:38:47.545512"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T15:38:47.545549"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T15:38:47.402456"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T15:38:47.402456"^^xsd:dateTime ] ;
    dct:title "SALTED:CityLiveabilityIndex:Berlin:Index:AirQualityAnnualMean" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/da26dd7f-9c07-4395-a3a1-64a530026a88/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_index_airqualityannualmean_json>,
        <https://ckan.salted-project.eu/dataset/da26dd7f-9c07-4395-a3a1-64a530026a88/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_index_airqualityannualmean_jsonld> ;
    dcat:keyword "AirQualityObserved",
        "CO",
        "CityLiveabilityIndex",
        "NO2",
        "O3",
        "PM10",
        "PM25" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/da26dd7f-9c07-4395-a3a1-64a530026a88/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_index_airqualityannualmean_json> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Berlin:Index:AirQualityAnnualMean realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T15:38:47.545512"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:59:12.721720"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FIndex%2FAirQualityAnnualMean__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FIndex%2FAirQualityAnnualMean__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/da26dd7f-9c07-4395-a3a1-64a530026a88/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_berlin_index_airqualityannualmean_jsonld> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Berlin:Index:AirQualityAnnualMean realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T15:38:47.545512"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:59:12.722871"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FBerlin%2FIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/e169a924-e14d-405c-8444-78e9bc1d2d1e> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the traffic observed in the cities of Berlin (Germany) and Madrid (Spain)." ;
    dct:identifier "e169a924-e14d-405c-8444-78e9bc1d2d1e" ;
    dct:issued "2023-12-11T10:43:57.496681"^^xsd:dateTime ;
    dct:language "DEU",
        "ENG" ;
    dct:modified "2023-12-11T10:43:57.496718"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "DEU,ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T10:43:57.328801"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T10:43:57.328801"^^xsd:dateTime ] ;
    dct:title "SALTED:TrafficObserved" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/e169a924-e14d-405c-8444-78e9bc1d2d1e/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserved_json>,
        <https://ckan.salted-project.eu/dataset/e169a924-e14d-405c-8444-78e9bc1d2d1e/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserved_jsonld> ;
    dcat:keyword "CityLiveabilityIndex",
        "TrafficObserved" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <REGI>,
        <TRAN> .

<https://ckan.salted-project.eu/dataset/e169a924-e14d-405c-8444-78e9bc1d2d1e/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserved_json> a dcat:Distribution ;
    dct:description "SALTED:TrafficObserved realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T10:43:57.496681"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T10:45:44.693417"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObserved__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObserved__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/e169a924-e14d-405c-8444-78e9bc1d2d1e/resource/urn_ngsi-ld_distribution_salted_project_salted_trafficobserved_jsonld> a dcat:Distribution ;
    dct:description "SALTED:TrafficObserved realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T10:43:57.496681"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T10:45:44.694628"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObserved__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FTrafficObserved__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/f49eb536-23cc-4e47-abed-7526758b467b> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the AirQualityObserved indexes for the city of Madrid." ;
    dct:identifier "f49eb536-23cc-4e47-abed-7526758b467b" ;
    dct:issued "2023-12-11T15:07:54.995649"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-11T15:07:54.995696"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-11T15:07:54.853164"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-11T15:07:54.853164"^^xsd:dateTime ] ;
    dct:title "SALTED:CityLiveabilityIndex:Madrid:Index:AirQualityAnnualMean" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NEC_Laboratories_Europe_GmbH" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/f49eb536-23cc-4e47-abed-7526758b467b/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_index_airqualityannualmean_json>,
        <https://ckan.salted-project.eu/dataset/f49eb536-23cc-4e47-abed-7526758b467b/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_index_airqualityannualmean_jsonld> ;
    dcat:keyword "AirQualityObserved",
        "CO",
        "CityLiveabilityIndex",
        "NO2",
        "O3",
        "PM10",
        "PM25" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/f49eb536-23cc-4e47-abed-7526758b467b/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_index_airqualityannualmean_json> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Madrid:Index:AirQualityAnnualMean realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-11T15:07:54.995649"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:57:23.537861"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FIndex%2FAirQualityAnnualMean__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FIndex%2FAirQualityAnnualMean__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/f49eb536-23cc-4e47-abed-7526758b467b/resource/urn_ngsi-ld_distribution_salted_project_salted_cli_madrid_index_airqualityannualmean_jsonld> a dcat:Distribution ;
    dct:description "SALTED:CityLiveabilityIndex:Madrid:Index:AirQualityAnnualMean realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-11T15:07:54.995649"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-11T15:57:23.539390"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Furi.salted-project.eu%2FdataModel.SALTED%2FCityLiveabilityIndex%2FMadrid%2FIndex%2FAirQualityAnnualMean__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/f836d31d-045d-4182-bc31-9242278ef8b2> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """It represents the air quality collected by the sensors deployed in the city of Madrid.

It represents the amount of CO2 retained by soil and crops in the region of Lorca in Murcia (Spain). The data is collected using LIDAR technology.

It represents the air quality collected by sensors deployed in the cities of Santander (SmartSantander platform), Murcia (Smart 5K project), Barcelona (Open Data BCN portal) and Oslo (NILU laboratories).

It represents information in NGSI-LD format, sourced from the Madrid city Open Portal and European Open Portal, focusing on air pollutant data for the cities of Madrid and Dublin.""" ;
    dct:identifier "f836d31d-045d-4182-bc31-9242278ef8b2" ;
    dct:issued "2023-12-12T15:01:10.629216"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-12T15:01:10.629258"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "NOR,ESP,IRL"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-12T15:01:10.488304"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-12T15:01:10.488304"^^xsd:dateTime ] ;
    dct:title "Environment:AirQualityObserved" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC,Amper,NEC_Laboratories_Europe_GmbH,IMT" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/f836d31d-045d-4182-bc31-9242278ef8b2/resource/urn_ngsi-ld_distribution_salted_project_environment_airqualityobserved_json>,
        <https://ckan.salted-project.eu/dataset/f836d31d-045d-4182-bc31-9242278ef8b2/resource/urn_ngsi-ld_distribution_salted_project_environment_airqualityobserved_jsonld> ;
    dcat:keyword "Air Quality",
        "AirQualityObserved",
        "CO",
        "CO2",
        "CityLiveabilityIndex",
        "Lorca",
        "Madrid open data portal",
        "NILU",
        "NO2",
        "O3",
        "Open Data",
        "Open Data BCN",
        "PM10",
        "PM25",
        "Smart 5K",
        "SmartSantander" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <ENVI> .

<https://ckan.salted-project.eu/dataset/f836d31d-045d-4182-bc31-9242278ef8b2/resource/urn_ngsi-ld_distribution_salted_project_environment_airqualityobserved_json> a dcat:Distribution ;
    dct:description "Environment:AirQualityObserved realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-12T15:01:10.629216"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:01:16.986034"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FAirQualityObserved__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FAirQualityObserved__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/f836d31d-045d-4182-bc31-9242278ef8b2/resource/urn_ngsi-ld_distribution_salted_project_environment_airqualityobserved_jsonld> a dcat:Distribution ;
    dct:description "Environment:AirQualityObserved realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-12T15:01:10.629216"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T15:01:16.988665"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FAirQualityObserved__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Environment%2FAirQualityObserved__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/f8f9401e-1953-4101-9cde-188185074a54> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description "It represents the data quality dimensions concerning different types of data." ;
    dct:identifier "f8f9401e-1953-4101-9cde-188185074a54" ;
    dct:issued "2023-11-06T16:54:48.577964"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-11-06T16:54:48.578031"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "OP_DATPRO"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-11-06T16:54:48.212110"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-11-06T16:54:48.212110"^^xsd:dateTime ] ;
    dct:title "DataQuality:DataQualityAssessment" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/f8f9401e-1953-4101-9cde-188185074a54/resource/urn_ngsi-ld_distribution_salted_project_dataquality_dataqualityassessment_json>,
        <https://ckan.salted-project.eu/dataset/f8f9401e-1953-4101-9cde-188185074a54/resource/urn_ngsi-ld_distribution_salted_project_dataquality_dataqualityassessment_jsonld> ;
    dcat:keyword "Data Quality Assessment",
        "DataQualityAssessment" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <TECH> .

<https://ckan.salted-project.eu/dataset/f8f9401e-1953-4101-9cde-188185074a54/resource/urn_ngsi-ld_distribution_salted_project_dataquality_dataqualityassessment_json> a dcat:Distribution ;
    dct:description "DataQuality:DataQualityAssessment realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-11-06T16:54:48.577964"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:14:42.081063"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DataQuality%2FDataQualityAssessment__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DataQuality%2FDataQualityAssessment__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/f8f9401e-1953-4101-9cde-188185074a54/resource/urn_ngsi-ld_distribution_salted_project_dataquality_dataqualityassessment_jsonld> a dcat:Distribution ;
    dct:description "DataQuality:DataQualityAssessment realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-11-06T16:54:48.577964"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-04T17:14:42.082492"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DataQuality%2FDataQualityAssessment__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.DataQuality%2FDataQualityAssessment__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/dataset/ff4f3194-f413-4e34-b924-0cb01ff15df1> a dcat:Dataset ;
    dct:accessRights "PUBLIC" ;
    dct:description """It represents the state of the traffic flow collected by sensors deployed on the streets of the cities of Santander (Open Data \r
Santander), Valencia (Open Data Valencia), Barcelona (Open Data BCN), Bilbao (Bilbao Open Data), Vitoria (Open Data Vitoria) and Oslo (Norwegian Public Roads Administration).

It represents the traffic flow and intensity. It operates on the sensors' observed data, deployed in Madrid city.""" ;
    dct:identifier "ff4f3194-f413-4e34-b924-0cb01ff15df1" ;
    dct:issued "2023-12-12T14:56:01.704425"^^xsd:dateTime ;
    dct:language "ENG" ;
    dct:modified "2023-12-12T14:56:01.704463"^^xsd:dateTime ;
    dct:publisher <https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "NOR,ESP"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-12-12T14:56:01.556416"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:startDate "2023-12-12T14:56:01.556416"^^xsd:dateTime ] ;
    dct:title "Transportation:TrafficFlowObserved" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "UC,IMT" ] ;
    dcat:distribution <https://ckan.salted-project.eu/dataset/ff4f3194-f413-4e34-b924-0cb01ff15df1/resource/urn_ngsi-ld_distribution_salted_project_transportation_trafficflowobserved_json>,
        <https://ckan.salted-project.eu/dataset/ff4f3194-f413-4e34-b924-0cb01ff15df1/resource/urn_ngsi-ld_distribution_salted_project_transportation_trafficflowobserved_jsonld> ;
    dcat:keyword "Bilbao Open Data",
        "Data Model",
        "Madrid Traffic",
        "Norwegian Public Roads Administration",
        "Open Data BCN",
        "Open Data Santander",
        "Open Data Valencia",
        "Open Data Vitoria",
        "Traffic Flow",
        "Traffic sensor",
        "TrafficFlowObserved" ;
    dcat:landingPage <https://salted-project.eu/> ;
    dcat:theme <TRAN> .

<https://ckan.salted-project.eu/dataset/ff4f3194-f413-4e34-b924-0cb01ff15df1/resource/urn_ngsi-ld_distribution_salted_project_transportation_trafficflowobserved_json> a dcat:Distribution ;
    dct:description "Transportation:TrafficFlowObserved realtime data represented in JSON format" ;
    dct:format "JSON" ;
    dct:issued "2023-12-12T14:56:01.704425"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T14:56:08.234060"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FTrafficFlowObserved__.json> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FTrafficFlowObserved__.json> ;
    dcat:mediaType "application/json" .

<https://ckan.salted-project.eu/dataset/ff4f3194-f413-4e34-b924-0cb01ff15df1/resource/urn_ngsi-ld_distribution_salted_project_transportation_trafficflowobserved_jsonld> a dcat:Distribution ;
    dct:description "Transportation:TrafficFlowObserved realtime data represented in JSON_LD format" ;
    dct:format "JSON_LD" ;
    dct:issued "2023-12-12T14:56:01.704425"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-12-12T14:56:08.235201"^^xsd:dateTime ;
    dct:rights "PUBLIC" ;
    dct:title "realtime_data_in_json_ld" ;
    dcat:accessURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FTrafficFlowObserved__.jsonld> ;
    dcat:downloadURL <https://ckan.salted-project.eu/retriever/realtime/__https%3A%2F%2Fsmartdatamodels.org%2FdataModel.Transportation%2FTrafficFlowObserved__.jsonld> ;
    dcat:mediaType "application/ld+json" .

<https://ckan.salted-project.eu/organization/urn:ngsi-ld:Catalogue:SALTED_Project> a foaf:Organization ;
    foaf:name "SALTED Project" .

