-
Notifications
You must be signed in to change notification settings - Fork 35
Quantifying conversion efficacy
timrdf edited this page May 20, 2011
·
17 revisions
|e_p| - |v_p| / |v_p| vs. |e_l| - |v_l|
enhance, verbatim, param, layer
DRAFT:
(results):
PREFIX void: <http://rdfs.org/ns/void#>
PREFIX conversion: <http://purl.org/twc/vocab/conversion/>
SELECT *
WHERE {
GRAPH <http://logd.tw.rpi.edu/vocab/Dataset> {
?versioned
a conversion:VersionedDataset;
void:subset ?layerD
.
?layerD
a conversion:LayerDataset;
conversion:conversion_identifier ?layer
.
{OPTIONAL {?layerD conversion:num_triples ?triples}}
UNION
{OPTIONAL {?layerD void:subset [ a conversion:Dataset;
conversion:num_triples ?triples ]}}
}
}
PREFIX void: <http://rdfs.org/ns/void#>
PREFIX conversion: <http://purl.org/twc/vocab/conversion/>
SELECT ?layerD count(*) as ?count
WHERE {
GRAPH <http://logd.tw.rpi.edu/vocab/Dataset> {
?versioned
a conversion:VersionedDataset;
void:subset ?layerD
.
?layerD
a conversion:LayerDataset;
conversion:conversion_identifier ?layer
.
{OPTIONAL {?layerD conversion:num_triples ?triples}}
UNION
{OPTIONAL {?layerD void:subset [ a conversion:Dataset;
conversion:num_triples ?triples ]}}
}
} group by ?layerD order by desc(?count)
TODO: from download time to last conversion time (or last publish to full named graph time). (use case: data-gov 4383)
- http://semanticweb.com/measuring-success-with-the-right-numbers_b18827
- http://www.slideshare.net/cygri/investigating-community-implementation-of-the-goodrelations-ontology
- http://blogs.talis.com/platform-consulting/2011/05/04/triplification
- http://www.assembla.com/spaces/silk/wiki/dg7jfup58r4jZseJe5cbLA
- http://microsites.oii.ox.ac.uk/tidsr/