Skip to content

cr pingback

Tim L edited this page Jul 2, 2014 · 28 revisions

What is first

What we will cover

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.

Let's get to it!

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.

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.

What is next

Clone this wiki locally