-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
154 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
--- | ||
ca: | ||
gobierto_data: | ||
catalog: | ||
csv_format: en format CSV | ||
data_type: | ||
boolean: boolean | ||
date: data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
en: | ||
catalog: | ||
csv_format: at CSV format | ||
gobierto_data: | ||
data_type: | ||
boolean: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
es: | ||
catalog: | ||
csv_format: en formato CSV | ||
gobierto_data: | ||
data_type: | ||
boolean: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<rdf:RDF | ||
xmlns:time="http://www.w3.org/2006/time#" | ||
xmlns:dct="http://purl.org/dc/terms/" | ||
xmlns:dcat="http://www.w3.org/ns/dcat#" | ||
xmlns:foaf="http://xmlns.com/foaf/0.1/" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
<dcat:Catalog rdf:about="https://data.some.org/catalog"> | ||
<dct:identifier>http://madrid.gobierto.test/datos</dct:identifier> | ||
<dct:title>Catalog for datasets of Ayuntamiento de Madrid into format rdf/xml dcat</dct:title> | ||
<dct:description>Public catalog with datasets published by Ayuntamiento de Madrid, through URL http://madrid.gobierto.test/datos</dct:description> | ||
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2019-01-01 08:00:00 +0100</dct:issued> | ||
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2019-01-01 08:00:00 +0100</dct:modified> | ||
<dct:language>en</dct:language> | ||
<foaf:homepage rdf:resource="http://madrid.gobierto.test/datos"/> | ||
<dcat:dataset> | ||
<dcat:Dataset rdf:about="http://madrid.gobierto.test/datos/users-dataset"> | ||
<dct:identifier>http://madrid.gobierto.test/datos/users-dataset</dct:identifier> | ||
<dct:title>Users</dct:title> | ||
<dct:description></dct:description> | ||
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-01-02 08:00:00 +0100</dct:issued> | ||
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-01-02 08:00:00 +0100</dct:modified> | ||
<dct:language>en</dct:language> | ||
<dct:license rdf:resource="Users"/> | ||
<dct:publisher> | ||
<foaf:Organization> | ||
<foaf:name>Ayuntamiento de Madrid</foaf:name> | ||
<foaf:mbox>[email protected]</foaf:mbox> | ||
</foaf:Organization> | ||
</dct:publisher> | ||
<dcat:distribution> | ||
<dcat:Distribution> | ||
<dct:identifier></dct:identifier> | ||
<dct:title>Users en format CSV</dct:title> | ||
<dct:description></dct:description> | ||
<dcat:downloadURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://madrid.gobierto.test/api/v1/data/datasets/users-dataset/download.csv</dcat:downloadURL> | ||
<dcat:mediaType>application/csv</dcat:mediaType> | ||
</dcat:Distribution> | ||
</dcat:distribution> | ||
</dcat:Dataset> | ||
</dcat:dataset><dcat:dataset> | ||
<dcat:Dataset rdf:about="http://madrid.gobierto.test/datos/events-dataset"> | ||
<dct:identifier>http://madrid.gobierto.test/datos/events-dataset</dct:identifier> | ||
<dct:title>Events</dct:title> | ||
<dct:description></dct:description> | ||
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-01-03 08:00:00 +0100</dct:issued> | ||
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-01-03 08:00:00 +0100</dct:modified> | ||
<dct:language>en</dct:language> | ||
<dct:license rdf:resource="Events"/> | ||
<dct:publisher> | ||
<foaf:Organization> | ||
<foaf:name>Ayuntamiento de Madrid</foaf:name> | ||
<foaf:mbox>[email protected]</foaf:mbox> | ||
</foaf:Organization> | ||
</dct:publisher> | ||
<dcat:distribution> | ||
<dcat:Distribution> | ||
<dct:identifier></dct:identifier> | ||
<dct:title>Events en format CSV</dct:title> | ||
<dct:description></dct:description> | ||
<dcat:downloadURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://madrid.gobierto.test/api/v1/data/datasets/events-dataset/download.csv</dcat:downloadURL> | ||
<dcat:mediaType>application/csv</dcat:mediaType> | ||
</dcat:Distribution> | ||
</dcat:distribution> | ||
</dcat:Dataset> | ||
</dcat:dataset><dcat:dataset> | ||
<dcat:Dataset rdf:about="http://madrid.gobierto.test/datos/no-size"> | ||
<dct:identifier>http://madrid.gobierto.test/datos/no-size</dct:identifier> | ||
<dct:title>No size</dct:title> | ||
<dct:description></dct:description> | ||
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-01-06 08:00:00 +0100</dct:issued> | ||
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-01-06 08:00:00 +0100</dct:modified> | ||
<dct:language>en</dct:language> | ||
<dct:license rdf:resource="No size"/> | ||
<dct:publisher> | ||
<foaf:Organization> | ||
<foaf:name>Ayuntamiento de Madrid</foaf:name> | ||
<foaf:mbox>[email protected]</foaf:mbox> | ||
</foaf:Organization> | ||
</dct:publisher> | ||
<dcat:distribution> | ||
<dcat:Distribution> | ||
<dct:identifier></dct:identifier> | ||
<dct:title>No size en format CSV</dct:title> | ||
<dct:description></dct:description> | ||
<dcat:downloadURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://madrid.gobierto.test/api/v1/data/datasets/no-size/download.csv</dcat:downloadURL> | ||
<dcat:mediaType>application/csv</dcat:mediaType> | ||
</dcat:Distribution> | ||
</dcat:distribution> | ||
</dcat:Dataset> | ||
</dcat:dataset> | ||
</dcat:Catalog> | ||
</rdf:RDF> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters