Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.19 KB

File metadata and controls

24 lines (19 loc) · 1.19 KB

maplib masterclass

Woho! 💥

Welcome to the maplib masterclass, in here you'll find all you need to get up to speed on maplib.

Masterclass contents

Folder Content
data csvs about planets, satellites and stars
notebook the masterclass in a jupyter notebook
queries a few SPARQL queries
slides the PDF version of the masterclass
tpl stOTTR template for planet and satellites
ttl all RDF turtle files (ontology, shapes, output, validation report), including datalog rules
  • utils.py contains helper functions as print_count(msg: str, Model) and write_output(Model, output_file: str).
  • parse_data.py contains static variables for namespaces and functions for data engineering with data frames for instance data.
  • main.py where the magic happens ✨ --- maplib knowledge graph construction, including querying, validation and reasoning.

Resources