Examples#

Here are some examples to help you get started. You are free to re-use or modify them as needed to fit your needs.

An Introduction to JSON-LD

An introduction to JSON-LD describing a person with the schema.org vocabulary and performing basic SPARQL queries

../examples/example_person_jsonld.html

Explore with EMMOntoPy

A demonstration of how to load ontologies as python classes using EMMOntoPy, for retrieving information and performing basic operations.

../examples/example_load_with_emmontopy.html

Simple Battery Cell Metadata

Metadata for a simple CR2032 coin cell. Also includes exercises for understanding Linked Data basics and fetching additional information from the Wikidata knowledge graph.

../examples/example_linked_data_battery_cell_metadata.html

Custom Battery Cell Metadata

Metadata for custom R2032 coin cells with different materials. Also includes exercises for filtering data from the graph and querying the PubChem API.

../examples/example_linked_data_custom_battery_cell_metadata.html