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
public:using_the_rdf_endpoints_to_pull_data_from_ckan [2020/01/14 16:12]
admin Added fields from https://docs.google.com/spreadsheets/d/1KbUbH4KOgqtkcR5AGpbcl362GeR3zt2MX8AcL-bE_2g/edit#gid=230201128
public:using_the_rdf_endpoints_to_pull_data_from_ckan [2020/06/23 15:05] (current)
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 187: Line 187:
 | Effective/​Enforced Date   | odm_effective_date ​ |     ​| ​ | | Effective/​Enforced Date   | odm_effective_date ​ |     ​| ​ |
 | Previous legal document  ​ | odm_laws_previous_legal_document ​ |     ​| ​ | | Previous legal document  ​ | odm_laws_previous_legal_document ​ |     ​| ​ |
 +|   | odm_laws_previous_changes_notes ​ |     ​| ​ |
 | Parent document  ​ | odm_laws_parent_document ​ |     ​| ​ | | Parent document  ​ | odm_laws_parent_document ​ |     ​| ​ |
 | Child Document  ​ | odm_laws_child_document ​ |     ​| ​ | | Child Document  ​ | odm_laws_child_document ​ |     ​| ​ |
Line 192: Line 193:
 | Publication reference  ​ | odm_laws_official_publication_reference ​ |     ​| ​ | | Publication reference  ​ | odm_laws_official_publication_reference ​ |     ​| ​ |
 | Links to source  ​ | odm_laws_source ​ |     ​| ​ | | Links to source  ​ | odm_laws_source ​ |     ​| ​ |
 +
 +==== Agreements records ====
 +
 +^ 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 |
 +| Document type | odm_agreement_document_type ​ | | |
 +| Participating share | odm_agreement_participating_share ​ | | |
 +| Contracting Parties | odm_agreement_contracting_parties ​ | | |
 +| Government Entity (multiple) | odm_agreement_government_entity | | |
 +| Concession/​License name | odm_agreement_concession_name ​  | | |
 +| Disclosure Mode | odm_agreement_disclosure_mode ​ | | |
 +| Document reference no. | odm_agreement_document_reference_number ​ | | |
 +| LandMatrix deal No. | odm_agreement_landmatrix_no ​         | | |
 +| Copyright | odm_copyright ​ | | |
 +| | odm_access_and_use_constraints ​ | | |
 +| Organization | owner_org ​ | | |
 +| Version / Edition | version ​ | | |
 +| Language of document | odm_language ​ | | |
 +| Date created | odm_date_created ​ | | |
 +| Date uploaded | odm_date_uploaded ​ | | |
 +| Date modified | odm_date_modified ​ | | |
 +| Province(s) | odm_province ​ | | |
 +|  | odm_metadata_reference_information ​ | | |
 +| Amendment to agreement | odm_agreement_amendment_to_contract ​ | | |
 +| Signature date | odm_agreement_signature_date ​ | | |
 +|  | odm_agreement_short_notes_of_change ​ | | |
 +| Links to source | odm_agreement_source ​ | | |
 +|  | odm_contact ​ | | |
 +|  | odm_agreement_notes ​ | | |
 +| Granted area | odm_agreement_granted_area ​ | | |
 +| Contract term | odm_agreement_contract_term ​ | | |
 +| Contract term unit | odm_agreement_contract_term_unit ​ | | |
 +| Payment for concession fees | odm_agreement_payment_for_concession_fees ​ | | |
 +| Payment for concession fees unit | odm_agreement_payment_for_concession_fees_unit ​ | | |
 +| Guaranty deposit for contract implementation ($) | odm_agreement_guaranty_deposit_ ​ for_contract_implementation ​ | | |
 +| Land use planning | odm_agreement_land_use_planning ​ | | |
 +| Land use planning unit | odm_agreement_land_use_planning_unit ​ | | |
 +| | odm_agreement_parties_obligations ​ | | |
 +|  | odm_agreement_job_creation_summary ​ | | |
 +| Number of created jobs | odm_agreement_job_creation_number ​ | | |
 +|  | odm_agreement_training_summary ​ | | |
 +| Fund allocation for training | odm_agreement_training_number ​ | | |
 +|  | odm_agreement_environmental_protection ​ | | |
 +|  | odm_agreement_sociocultural_protection ​ | | |
 +|  | odm_agreement_fiscal_duties_summary ​ | | |
 +| Total amount of fiscal duties | odm_agreement_fiscal_duties_number ​ | | |
 +| Environmental impact assessment (EIA) | odm_agreement_eia ​ | | |
 +| Total amount of social fund | odm_agreement_social_fund ​ | | |
 +|  | odm_agreement_environmental_fund_summary ​ | | |
 +| Total amount of environmental funds | odm_agreement_environmental_funds ​ | | |
 +|  | odm_agreement_suspension_revocation_termination ​ | | |
 +| Related documents | odm_agreement_related_documents ​ | | |
 +| Related Project | odm_agreement_suspension_related_project ​ | | |
 +| Legacy reference document | odm_reference_document ​ | | |
 +| Keywords | odm_keywords ​ | | |
 +| Open Contracting Identifier | open_contracting_id ​ |   | |
 +
 ===== Visualizing ODM's datasets ===== ===== Visualizing ODM's datasets =====
  
public/using_the_rdf_endpoints_to_pull_data_from_ckan.1579018350.txt.gz · Last modified: 2020/06/23 15:05 (external edit)