Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:09:38.000Z (9 months ago)
- Last Synced: 2024-04-23T22:36:03.285Z (8 months ago)
- Topics: linked-data, n3, notation3
- Language: Shell
- Homepage:
- Size: 650 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- 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/#builtinsThe 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