Skip to content

MaastrichtU-IDS/dqa_descriptive_statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License License

About

This project executes eight SPARQL queries defined by the Health Care and the Life Sciences HCLS group on the description of datasets using the Resource Description Framework. That is, the number of triples, entities, subjects, properties, objects and graphs of the dataset are reported.

This Docker container is part of the LODQuA pipeline (https://github.com/MaastrichtU-IDS/dqa_pipeline/).

Docker

Build

docker build -t dqa_descriptive_stats .

Run

Linux / OSX

docker run -it --rm \
  -v /data/dqa:/data \
  dqa_descriptive_stats \
  "http://dbpedia.org/sparql" "/data/dbpedia-descriptive.nq"

Windows

docker run -it --rm ^
  -v /c/data/dqa:/data ^
  dqa_descriptive_stats ^
  "http://dbpedia.org/sparql" "/data/dbpedia-descriptive.nq"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages