Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 5026eaf

Browse files
author
James McKinney
committed
Fix RDF and Schema.org links in Metadata Resources
1 parent b1f097f commit 5026eaf

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

Diff for: metadata-resources.md

+21-27
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ In order to generate appropriately formatted XML or RDFa Lite files, simply impo
7373
{: .table .table-striped}
7474
Field | *Data.gov* | *CKAN* | *RDFa Lite 1.1* | *Schema.org*
7575
------- | ------- | ------- | ------- | -------
76-
Title | *Title* | *title* | [dcterms:title](http://www.w3.org/TR/vocab-dcat/#property--title-1) | *sdo:name*
77-
Description | *Description* | *notes* | [dcterms:description](http://www.w3.org/TR/vocab-dcat/#property--description-1) | *sdo:description*
78-
Tags | *Keywords* | *tags* | [dcat:keyword](http://www.w3.org/TR/vocab-dcat/#property--keyword-tag) | *sdo:keywords*
79-
Last Update | *Date updated* | *revision_timestamp* | [dcterms:modified](http://www.w3.org/TR/vocab-dcat/#property--update-modification-date-1) | *sdo:dateModified*
80-
Publisher | *Agency Name* | *owner_org* | [dcat:publisher](http://www.w3.org/TR/vocab-dcat/#property--publisher-1) | *sdo:publisher*
81-
Contact Name | *Contact Name* | *maintainer* | [foaf:Person](http://www.w3.org/TR/vocab-dcat/#class--organization-person) | *sdo:Person*
76+
Title | *Title* | *title* | [dcterms:title](http://www.w3.org/TR/vocab-dcat/#Property:distribution_title) | [schema:name](http://schema.org/name)
77+
Description | *Description* | *notes* | [dcterms:description](http://www.w3.org/TR/vocab-dcat/#Property:distribution_description) | [schema:description](http://schema.org/description)
78+
Tags | *Keywords* | *tags* | [dcat:keyword](http://www.w3.org/TR/vocab-dcat/#Property:dataset_keyword) | [schema:keywords](http://schema.org/keywords)
79+
Last Update | *Date updated* | *revision_timestamp* | [dcterms:modified](http://www.w3.org/TR/vocab-dcat/#Property:distribution_update_date) | [schema:dateModified](http://schema.org/dateModified)
80+
Publisher | *Agency Name* | *owner_org* | [dcterms:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) | [schema:publisher](http://schema.org/publisher)
81+
Contact Name | *Contact Name* | *maintainer* | [dcat:contactPoint](http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint) | *n/a*
8282
Contact Email | *Contact Email Address* | *maintainer_email* | [foaf:mbox](http://xmlns.com/foaf/spec/#term_mbox) | *n/a*
83-
Unique Identifier | *User Generated ID* | *id* | [dcterms:identifier](http://www.w3.org/TR/vocab-dcat/#property--identifier) | *n/a*
83+
Unique Identifier | *User Generated ID* | *id* | [dcterms:identifier](http://www.w3.org/TR/vocab-dcat/#Property:dataset_identifier) | *n/a*
8484
Public Access Level | *n/a* | *n/a* | *n/a* | *n/a*
8585

8686
"Common Core" Required if Applicable Fields
@@ -92,35 +92,29 @@ Field | *Data.gov* | *CKAN* | *RDFa Lite 1.1* | *Schema.org*
9292
Bureau Code | *n/a* | *n/a* | *n/a* | *n/a*
9393
Program Code | *n/a* | *n/a* | *n/a* | *n/a*
9494
Access Level Comment| *n/a* | *n/a* | *n/a* | *n/a*
95-
Data Dictionary | *Data Dictionary* | *data_dict* | [dcat:dataDictionary](http://www.w3.org/TR/vocab-dcat/#property--data-dictionary) | *n/a*
96-
Download URL | *Access Point* | *res_url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#property--access-download) | *sdo:contentUrl*
97-
Endpoint | *Access Point* | *res_url* | [dcat:webService](http://www.w3.org/TR/vocab-dcat/#class--webservice) \* | *n/a*
98-
Format | *Media Format* | *res_format* | [dcterms:format](http://www.w3.org/TR/vocab-dcat/#property--format) | *sdo:encodingFormat*
99-
License | *Dataset license agreement URL* | *license_id* | [dcterms:license](http://www.w3.org/TR/vocab-dcat/#property--license-1) | *n/a*
100-
Spatial | *Geographic scope* | *spatial* | [dcterms:spatial](http://www.w3.org/TR/vocab-dcat/#property--spatial-geographical-coverage) | *ds:spatialCoverage*
101-
Temporal | *Period of Coverage* | *n/a* | [dcterms:temporal](http://www.w3.org/TR/vocab-dcat/#property--temporal-coverage) | *ds:temporalCoverage*
95+
Data Dictionary | *Data Dictionary* | *data_dict* | *n/a* | *n/a*
96+
Download URL | *Access Point* | *res_url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) | [schema:contentUrl](http://schema.org/contentUrl)
97+
Endpoint | *Access Point* | *res_url* | *n/a* | *n/a*
98+
Format | *Media Format* | *res_format* | [dcterms:format](http://www.w3.org/TR/vocab-dcat/#Property:distribution_format) | [schema:encodingFormat](http://schema.org/encodingFormat)
99+
License | *Dataset license agreement URL* | *license_id* | [dcterms:license](http://www.w3.org/TR/vocab-dcat/#Property:catalog_license) | *n/a*
100+
Spatial | *Geographic scope* | *spatial* | [dcterms:spatial](http://www.w3.org/TR/vocab-dcat/#Property:dataset_spatial) | [schema:spatial](http://schema.org/spatial)
101+
Temporal | *Period of Coverage* | *n/a* | [dcterms:temporal](http://www.w3.org/TR/vocab-dcat/#Property:dataset_temporal) | [schema:temporal](http://schema.org/temporal)
102102

103103
Expanded Fields
104104
---------------
105105

106106
{: .table .table-striped}
107107
Field | *Data.gov* | *CKAN* | *RDFa Lite 1.1* | *Schema.org*
108108
------- | ------- | ------- | ------- | -------
109-
Release Date | *Date Released* | *n/a* | [dcterms:issued](http://www.w3.org/TR/vocab-dcat/#property--release-date) | *sdo:datePublished*
110-
Frequency | *Frequency* | *n/a* | [dcterms:accrualPeriodicity](http://www.w3.org/TR/vocab-dcat/#property--frequency) | *n/a*
111-
Language | *n/a* | *n/a* | [dcat:language](http://www.w3.org/TR/vocab-dcat/#property--language-1) | *sdo:inLanguage*
112-
Granularity | *Geographic Granularity* | *n/a* | [dcat:granularity](http://www.w3.org/TR/vocab-dcat/#property--granularity) | *n/a*
113-
Data Quality | *Data Quality* | *n/a* | [xsd:boolean](http://www.w3.org/TR/xmlschema-2/#boolean) | *n/a*
114-
Category | *Subject Area* | *groups* | [dcat:theme](http://www.w3.org/TR/vocab-dcat/#property--theme-category) | *sdo:about*
115-
Related Documents | *Reference for Technical Documentation* | *n/a* | [dcterms:references](http://www.w3.org/TR/vocab-dcat/#property--related-documents) | *n/a*
116-
Size | *File Size* | *n/a* | [dcat:size](http://www.w3.org/TR/vocab-dcat/#property--size) | *sdo:contentSize*
117-
Homepage URL | *n/a* | *url* | [dcat:landingPage](http://www.w3.org/ns/dcat#landingPage) | *sdo:url*
118-
RSS Feed | *Access Point* | *n/a* | [dcat:feed](http://www.w3.org/TR/vocab-dcat/#Class:_Feed) \* | *n/a*
109+
Release Date | *Date Released* | *n/a* | [dcterms:issued](http://www.w3.org/TR/vocab-dcat/#Property:distribution_release_date) | [schema:datePublished](http://schema.org/datePublished)
110+
Frequency | *Frequency* | *n/a* | [dcterms:accrualPeriodicity](http://www.w3.org/TR/vocab-dcat/#Property:dataset_frequency) | *n/a*
111+
Language | *n/a* | *n/a* | [dcterms:language](http://www.w3.org/TR/vocab-dcat/#Property:catalog_language) | [schema:inLanguage](http://schema.org/inLanguage)
112+
Data Quality | *Data Quality* | *n/a* | *n/a* | *n/a*
113+
Category | *Subject Area* | *groups* | [dcat:theme](http://www.w3.org/TR/vocab-dcat/#Property:dataset_theme) | [schema:about](http://schema.org/about)
114+
Related Documents | *Reference for Technical Documentation* | *n/a* | [dcterms:references](http://dublincore.org/documents/dcmi-terms/#terms-references) | *n/a*
115+
Homepage URL | *n/a* | *url* | [dcat:landingPage](http://www.w3.org/ns/dcat#Property:dataset_landingpage) | [schema:url](http://schema.org/url)
119116
System of Records | *n/a* | *n/a* | *n/a* | *n/a*
120117

121-
\*When combined with _accessURL_, _format_, and _size_.
122-
123-
124118
Mapping DCAT to Other Metadata Specifications
125119
---------------------------------------------
126120

0 commit comments

Comments
 (0)