Skip to content

Mining the Wikidata knowledge graph for HDF-related information

License

Notifications You must be signed in to change notification settings

HDFGroup/wikidata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Knowledge is graphs

The purpose of this repository is to collect sample queries for discovering HDF-related information in the Wikidata knowledge graph.

Relevant entities

Relevant properties

Example

List subjects that are capable of reading or writing HDF:

SELECT DISTINCT ?x ?xLabel ?url WHERE {
  { ?x wdt:P1072 wd:Q1069215 . }       # Something that can read HDF
  UNION
  { ?x wdt:P1073 wd:Q1069215 . }       # Something that can write HDF
  
  OPTIONAL { ?x wdt:P856 ?url. }       # Official website

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Try it!

About

Mining the Wikidata knowledge graph for HDF-related information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published