User Tools

Site Tools


public:using_the_rdf_endpoints_to_pull_data_from_ckan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
public:using_the_rdf_endpoints_to_pull_data_from_ckan [2016/05/12 14:47]
acorbi [Do not generate Empty/None triples]
public:using_the_rdf_endpoints_to_pull_data_from_ckan [2020/01/14 15:43]
admin fixed typo
Line 10: Line 10:
   * How to call the catalog endpoint to obtain a list of datasets   * How to call the catalog endpoint to obtain a list of datasets
   * How to get a particular dataset in various LOD formats ​   * How to get a particular dataset in various LOD formats ​
-===== Things to know in forehand ​=====+===== Things to know beforehand ​=====
  
 ==== What is Linked Open Data (LOD) and what is the difference from Open Data ==== ==== What is Linked Open Data (LOD) and what is the difference from Open Data ====
Line 104: Line 104:
 ==== Datasets ==== ==== Datasets ====
  
 +^ Metadata field name ^ ODM Ckan internal id    ^  Standard term   ^ Standard term uri ^
 +| Title               | title_translated ​       | dcterms:​title ​   | http://​purl.org/​dc/​terms/​title |
 +| Description ​              | notes_translated ​       | dcterms:​description ​   | http://​purl.org/​dc/​terms/​description |
 +| Topics ​              | taxonomy ​       | foaf:​topic ​   | http://​xmlns.com/​foaf/​0.1/​topic |
 +| License ​              | odm_license ​       | dcterms:​licence ​   | http://​purl.org/​dc/​terms/​licence |
 +| Copyright ​              | odm_copyright ​       | cro:​Copyright ​   | http://​rhizomik.net/​ontologies/​copyrightonto.owl#​copyright |
 +| Access and use constraints ​              | odm_access_and_use_constraints ​       | md:​useconstraints ​   | http://​def.seegrid.csiro.au/​isotc211/​iso19115/​2003/​metadata#​useConstraints |
 +| Organization ​              | owner_org ​       | foaf:​Organization ​   | http://​xmlns.com/​foaf/​0.1/​organization|
 +| Version ​              | version ​       | doap:​version ​   | http://​usefulinc.com/​ns/​doap#​version |
 +| Contact ​              | odm_contact ​       | ebucore:​Contact ​   | https://​www.ebu.ch/​metadata/​ontologies/​ebucore/​index.html#​Contact |
 +| Language ​              | odm_language ​       | dcterms:​language ​   | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​language |
 +| Date created ​              | odm_date_created ​       | dcterms:​created ​  | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​created |
 +| Date uploaded ​              | odm_date_uploaded ​       | schema:​uploadDate ​   | http://​schema.org/​uploadDate |
 +| Date modified ​              | odm_date_modified ​       | dcterms:​modified ​   | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​modified |
 +| Geographical area (Spatial range) ​              | odm_spatial_range ​       | gn:​countryCode ​   | http://​www.geonames.org/​ontology#​countryCode |
 +| Accuracy ​              | odm_accuracy ​       | dqm:​accuracy ​   | http://​semwebquality.org/​dqm-vocabulary/​v1/​dqm#​Accuracy |
 +| Logical consistency ​              | odm_logical_consistency ​       | dq:​LogicalConsistency ​   | http://​def.seegrid.csiro.au/​isotc211/​iso19115/​2003/​dataquality#​LogicalConsistency |
 +| Completeness ​              | odm_completeness ​       | dq:​Completeness ​   | http://​def.seegrid.csiro.au/​isotc211/​iso19115/​2003/​dataquality#​Completeness |
 +| Source(s) ​              | odm_source ​       | dcterms:​source ​   | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​source |
 +| Attributes ​              | odm_attributes ​       | omn:​Attribute ​   | http://​open-multinet.info/​ontology/​omn#​isAttributeOf |
 ==== Library records ==== ==== Library records ====
  
 +^ Metadata field name ^ ODM Ckan internal id    ^  Standard term   ^ Standard term uri ^
 +| Document type               | document_type ​       | agls:​documentType ​  | http://​www.agls.gov.au/​agls/​terms/​documentType |
 +| Language of document ​              | odm_language ​       | dcterms:​language ​   | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​language |
 +| Formal full title               | title_translated ​       | dcterms:​title ​   | http://​purl.org/​dc/​terms/​title |
 +| Short title (alternative/​varying form of title) ​              | marc21_246 ​       | gc:​shortTitle ​   | http://​www.oegov.org/​core/​owl/​gc#​shortTitle |
 +| Topics ​              | taxonomy ​       | foaf:​topic ​   | http://​xmlns.com/​foaf/​0.1/​topic |
 +| Short summary (contents) ​              | notes_translated ​       | dcterms:​description ​   | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​description |
 +| Geographic area (spatial range) ​              | odm_spatial_range ​       | gn:​countryCode ​   | http://​www.geonames.org/​ontology#​countryCode |
 +| Copyright ​              | odm_copyright ​       | cro:​Copyright ​   | http://​rhizomik.net/​ontologies/​copyrightonto.owl#​copyright |
 +| Access and use constraints ​              | odm_access_and_use_constraints ​       | md:​useconstraints ​   | http://​def.seegrid.csiro.au/​isotc211/​iso19115/​2003/​metadata#​useConstraints |
 +| Version / Edition | version ​       | doap:​version ​   | http://​usefulinc.com/​ns/​doap#​version |
 +| Organization ​              | owner_org ​       | foaf:​Organization ​   | http://​xmlns.com/​foaf/​0.1/​organization|
 +| Date uploaded ​              | odm_date_uploaded ​       | schema:​uploadDate ​   | http://​schema.org/​uploadDate |
 +| License ​              | license_id ​       | dcterms:​licence ​   | http://​purl.org/​dc/​terms/​licence |
 +| Contact ​              | odm_contact ​       | ebucore:​Contact ​   | https://​www.ebu.ch/​metadata/​ontologies/​ebucore/​index.html#​Contact |
 +| Author (individual) ​              | marc21_100 ​       | opus:​author ​   | http://​lsdis.cs.uga.edu/​projects/​semdis/​opus#​author |
 +| Author (corporate) ​              | marc21_110 ​       | opus:​author ​   | http://​lsdis.cs.uga.edu/​projects/​semdis/​opus#​author |
 +| Co-author (individual) ​              | marc21_700 ​       | opus:​coauthor ​   | http://​lsdis.cs.uga.edu/​projects/​semdis/​opus#​coauthor |
 +| Co-Author (corporate) ​              | marc21_710 ​       | opus:​coauthor ​   | http://​lsdis.cs.uga.edu/​projects/​semdis/​opus#​coauthor |
 +| ISBN number ​              | marc21_020 ​       | opus:​isbn ​   | http://​lsdis.cs.uga.edu/​projects/​semdis/​opus#​isbn
 +| ISSN number ​              | marc21_022 ​       | dbpedia-owl:​issn ​   | http://​dbpedia.org/​ontology/​issn |
 +| Publication place               | marc21_260a ​       | mrel:​pup ​   | http://​id.loc.gov/​vocabulary/​relators/​pup |
 +| Publisher ​              | marc21_260b ​       | dcterms:​publisher ​   | http://​purl.org/​dc/​terms/​publisher |
 +| Publication date               | marc21_260c ​       |  dcterms:​issued ​   | http://​purl.org/​dc/​terms/​issued |
 +| Pagination ​              | marc21_300 ​       | bibo:​numPages ​   | http://​bibliontology.com/​bibo/​bibo.php#​numPages|
 +| General note               | marc21_500 ​       | skos:note |  https://​www.w3.org/​2009/​08/​skos-reference/​skos.html#​note |
 +| Legacy reference document | odm_reference_document ​       | pproc:​documentReference ​   | http://​contsem.unizar.es/​def/​sector-publico/​pproc.html#​documentReference |
 +| Province(s) | odm_province ​ |     ​| ​ |
 +| Date modified | odm_date_modified ​ |     ​| ​ |
 +| Keywords | odm_keywords ​ |     ​| ​ |
 ==== Laws records ==== ==== Laws records ====
  
 +^ Metadata field name ^ ODM Ckan internal id    ^  Standard term   ^ Standard term uri ^
 +| Document type               | document_type ​       | agls:​documentType ​  | http://​www.agls.gov.au/​agls/​terms/​documentType |
 +| Document reference number ​              | odm_document_number ​       | dbpedia-owl:​documentNumber ​   | http://​dbpedia.org/​ontology/​documentNumber |
 +| Language ​              | odm_language ​       | dcterms:​language ​   | http://​dublincore.org/​documents/​2012/​06/​14/​dcmi-terms/?​v=terms#​language |
 +| Formal full title               | title_translated ​       | dcterms:​title ​   | http://​purl.org/​dc/​terms/​title |
 +| Alternative/​short title               | odm_short_title ​      | gc:​shortTitle ​  | http://​www.oegov.org/​core/​owl/​gc#​shortTitle |
 +| Topics ​              | taxonomy ​       | foaf:​topic ​   | http://​xmlns.com/​foaf/​0.1/​topic |
 +| Short summary ​              | notes_translated ​      | dcterms:​description ​   | http://​purl.org/​dc/​terms/​description |
 +| Geographic area (spatial range) ​              | odm_spatial_range ​       | gn:​countryCode ​   | http://​www.geonames.org/​ontology#​countryCode |
 +| Organization ​              | owner_org ​       | foaf:​Organization ​   | http://​xmlns.com/​foaf/​0.1/​organization|
 +| License ​              | license_id ​       | dcterms:​licence ​   | http://​purl.org/​dc/​terms/​licence |
 +| Copyright ​              | odm_copyright ​       | cro:​Copyright ​   | http://​rhizomik.net/​ontologies/​copyrightonto.owl#​copyright |
 +| Adoption date/​Promulgation date/​Signing ​              | odm_promulgation_date ​       | bibframe:​legalDate ​   | http://​id.loc.gov/​ontologies/​bibframe.html#​p_legalDate |
 +| Short notes of change ​              | odm_laws_previous_changes_notes ​       | skos:​changeNote ​   | https://​www.w3.org/​2009/​08/​skos-reference/​skos.html#​changeNote |
 +| Contact ​              | odm_contact ​       | ebucore:​Contact ​   | https://​www.ebu.ch/​metadata/​ontologies/​ebucore/​index.html#​Contact |
 +| Notes               | odm_laws_notes ​       | skos:​note ​   | https://​www.w3.org/​2009/​08/​skos-reference/​skos.html#​note |
 +| Legacy reference document |  odm_reference_document ​       | pproc:​documentReference ​   | http://​contsem.unizar.es/​def/​sector-publico/​pproc.html#​documentReference |
 ===== Visualizing ODM's datasets ===== ===== Visualizing ODM's datasets =====
  
public/using_the_rdf_endpoints_to_pull_data_from_ckan.txt · Last modified: 2020/06/23 15:05 (external edit)