Skip to content

conversion:uses_predicate

timrdf edited this page Sep 22, 2012 · 31 revisions

What is first

  • Most of the terms in the conversion: vocabulary are conversion:Enhancementss, but some terms are annotations that are created during the conversion. conversion:uses_predicate is one of them.

What we will cover

This page will cover what the conversion:uses_predicate property describes, and a bit of background on how it is computed.

Let's get to it!

Example

https://github.com/timrdf/csv2rdf4lod-automation/issues/300

Looking at dataset hub-healthdata-gov/hospital-compare

rapper -g -o ntriples publish/hub-healthdata-gov-hospital-compare-2012-Jul-17.e1.ttl | awk '{print $2}' | sort -u > manual/e1-predicates.csv
rapper -g -o ntriples publish/hub-healthdata-gov-hospital-compare-2012-Jul-17.void.ttl | awk '$2 == "<http://purl.org/twc/vocab/conversion/uses_predicate>"{print $3}' | sort -u > manual/uses-predicate.csv
diff -y -W 250 manual/uses-predicate.csv manual/e1-predicates.csv

What is next

Clone this wiki locally