-
Notifications
You must be signed in to change notification settings - Fork 36
cr pingback
Tim L edited this page Jul 2, 2014
·
28 revisions
- It's useful to report Finding Linksets among Linked Data Bubbles back to datahub.io.
- cr pingback requires [CSV2RDF4LOD_PUBLISH_DATAHUB_METADATA_OUR_BUBBLE_ID](CSV2RDF4LOD environment variables) to know what datahub.io dataset to update.
- cr-pingback gets hung up by https://github.com/timrdf/DataFAQs/issues/125, it's currently a manual one-time fix.
This page describes how cr-pingback.sh dereferences a Prizms node's /void
and submits it to its datahub.io listing using DataFAQs' add-metadata.py.
add-metadata.py only processes instances of datafaqs:CKANDataset. /void
is typed to datafaqs:CKANDataset as part of the processing in the following two places. So, one of them must occur before datahub.io will be updated.
- bin/secondary/cr-linksets.sh is enabled as a secondary derived dataset and asserts:
- bin/util/cr-full-dump.sh asserts:
add-metadata.py only processes instances of datafaqs:CKANDataset, which isn't asserted until cr-full-dump.sh has a pass.
cr-dataset-uri.sh asserts <$CSV2RDF4LOD_BASE_URI/void> a void:Dataset;
, so anything that publishes its response into the triple store will get /void
to return some RDF description.