Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: ymous5380
- License: mit
- Language: Python
- Default Branch: master
- Size: 168 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
Online appendix to: Optimizing Navigational Graph Queries
This repository functions as an online appendix to the paper titled "Optimizing Navigational Graph Queries".
Contents
- the
queriesdirectory contains the exact set of queries used in experiments, subdivided into- the
sqldirectory which contains SQL specifications for the query templates - the
sparqldirectory which contains SPARQL specifications for the query templates (excluding the Regular Query) - the
dbpedia_instances.csvfile which specifies the values for edge labels and filter constants for the queries on DBPedia - the
string_instances.csvfile which specifies the values for edge labels and filter constants for the queries on StringDB - the
generate.pyfile which can be run (run instructions in its comments) to substitute values from the instance files into the query templates to generate concrete queries in thegenerateddirectory
- the
- the
Enumeration Rules.pdffile which specifies the enumeration rules not discussed in the paper - this
readme
Owner
- Login: ymous5380
- Kind: user
- Repositories: 1
- Profile: https://github.com/ymous5380
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Optimizing Navigational Queries Online Appendix
message: >-
If you use this dataset, please cite it using the metadata
from this file.
type: dataset
authors:
- given-names: Anon
family-names: Ymous
email: ymous5380@gmail.com
repository-code: 'https://github.com/ymous5380/ongq'
abstract: >-
Data used in the "Optimizing Navigational Graph Queries"
paper, including query specifications in SPARQL and SQL formats
and descriptions of the DBPedia and STRING datasets used.
keywords:
- planning
- graph
- query
- dbpedia
- string-db