-
Notifications
You must be signed in to change notification settings - Fork 7
Validation tools
timrdf edited this page Mar 11, 2012
·
24 revisions
This listing is ordered from most specific to more holistic validation.
http://validator.linkeddata.org/vapour
W3C RDF Validation Service checks the syntax of the given text or the text at a given URI.
LOD Cloud validator
The CKAN LOD Validator checks that the description of your data set is complete.
http://www4.wiwiss.fu-berlin.de/lodcloud/ckan/validator/ shows the validation results.
Status page created from their SPARQL endpoint
http://semantic.ckan.net/snorql/
SELECT DISTINCT * WHERE {
?s a dcat:Dataset; dc:isPartOf <http://ckan.net/group/datafaqs> .
}
LIMIT 10
query http://semantic.ckan.net/snorql/
SELECT DISTINCT ?source ?source_size ?target ?target_size ?edge_thickness
WHERE {
?source
void:subset ?linkset
.
?linkset
a void:Linkset;
void:target ?source;
void:target ?target
.
filter(?source != ?target)
optional{?linkset void:triples ?edge_thickness}
optional{?source void:triples ?source_size}
optional{?target void:triples ?target_size}
}
LIMIT 10
- http://linkeddata.informatik.hu-berlin.de/uridbg/
- https://github.com/cgueret/LinkedData-QA
- https://github.com/cgueret/CKAN-network-builder
- http://ckan.org/2012/01/09/qa-on-thedatahub/
- http://ideas.okfn.org/ideas/375/opendata-validation-service "The project aims at providing a web app to check for "Openness" of data catalogs and individual entries..." openness" as a dimension of quality...
- http://aksw.org/projects/LODStats, http://stats.lod2.eu, http://stats.lod2.eu/rdfdoc/?errors=1, http://stats.lod2.eu/stats (see doc/email)
- SEALS http://www.seals-project.eu/
- http://www.oeg-upm.net/oops