https://github.com/eyereasoner/notation3-by-example
Example N3 scripts to demonstrate the various built-in functions
https://github.com/eyereasoner/notation3-by-example
linked-data n3 notation3
Last synced: 11 months ago
JSON representation
Example N3 scripts to demonstrate the various built-in functions
- Host: GitHub
- URL: https://github.com/eyereasoner/notation3-by-example
- Owner: eyereasoner
- License: mit
- Created: 2022-08-28T12:28:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:04:11.000Z (over 1 year ago)
- Last Synced: 2025-04-05T04:04:54.434Z (about 1 year ago)
- Topics: linked-data, n3, notation3
- Language: Shell
- Homepage:
- Size: 625 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notation3 by Example
This repository contains a growing collection of examples how to use
[Notation3](https://w3c.github.io/N3/spec/) [built-ins](https://w3c.github.io/N3/files/builtins.html).
The Notation3 built-ins are still a part of current specification development. Don't assume that all examples will be part of the official spec. Check the Notation3 specification for the official list and interpratation of the built-ins.
The examples are based on two lists of Notation3 built-ins:
- https://w3c.github.io/N3/files/builtins.html
- https://w3c.github.io/N3/spec/#builtins
The examples only use built-ins for which at least one example was found in the [EYE](https://github.com/eyereasoner/eye) or [jen3](https://github.com/william-vw/jen3) or [CWM](https://github.com/sbp/cwm) project.
Run the code online by copy and pasting into the online [Notation3 Editor](http://ppr.cs.dal.ca:3002/n3/editor/).
## See also
- https://github.com/eyereasoner/eye/blob/master/reasoning/bi/biP.n3
- https://docs.google.com/presentation/d/191Dt3ooe8G8o7uP5eI-ePiFGjAFk5s2okzHrsUHH1OI/edit#slide=id.g1163749ccf3_1_830
- https://n3.restdesc.org
## Blogic
To run the blogic examples check the required EYE version in the file EYE_VERSION