#
turtle
Here are 520 public repositories matching this topic...
Lightning fast, spec-compatible, streaming RDF for JavaScript
-
Updated
Jul 4, 2021 - JavaScript
sunjay
commented
Dec 26, 2020
We have a few multiline scripts in our Azure DevOps Pipeline. For example:
Originally when I set this up, I expected that if any of those lines failed, the whole step would fail, but [apparently that is not the case](https://dev.azure.com/sunjayv/turtle/_build/results?buildId=890&view=l
A learning environment for Python suited for beginners and children, inspired by Logo.
-
Updated
Dec 22, 2020 - Python
Scala and Akka for kids. A Functional Programming approach for the well known LOGO.
-
Updated
Aug 31, 2014 - Scala
Storing ontologies/vocabularies from the web. Wish anybody can translate some of them.
-
Updated
Feb 23, 2020
A multi-tool shell script for doing Semantic Web jobs on the command line.
syntax-highlighting
shell
autocompletion
rdf
pingback
semantic-web
namespace
webid
ldp
turtle
rdf-files
-
Updated
Jul 14, 2019 - Shell
RDF library for NodeJS and the Browsers
-
Updated
Jul 4, 2021 - JavaScript
ECMAScript libraries for handling RDF data (based off of the current RDF APIs and webr3's js3)
-
Updated
Aug 8, 2020 - JavaScript
The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Graph Protocol.
-
Updated
Jan 2, 2020 - JavaScript
Turtle graphics library for LÖVE.
-
Updated
Oct 9, 2020 - Lua
Tk-powered Ruby turtle graphics
-
Updated
Oct 7, 2020 - Ruby
A lightweight C library for RDF syntax
-
Updated
May 30, 2021 - C
Low level PHP library for RDF1.1 based on N3.js
-
Updated
Mar 30, 2021 - PHP
API for validating and transforming RDF, ShEx, SHACL and more.
-
Updated
Jul 5, 2021 - Scala
draw Lindenmayer (L-Systems) recursive graphics
-
Updated
Aug 12, 2020 - Julia
Language Servers for Stardog Languages
-
Updated
Jun 2, 2021 - TypeScript
RDF parsing for BaseX
-
Updated
Oct 29, 2017 - Java
Repositorio con los ejemplos desarrollados en las sesiones sincrónicas de los grupos P45 y P61, Ciclo 1, MisiónTIC2022-UTP.
python
map
algorithms
zip
numpy
filter
declarative
pandas
reduce
tkinter
matplotlib
turtle
imperative
yed
misiontic2022
-
Updated
Jun 19, 2021 - Python
A collection of short projects, you could try and implement these as short projects or use them as part of a larger project.
python
website
paint
crawler
text
excel
text-editor
turtle
profanity-detection
mini-project
send-text
-
Updated
Oct 1, 2020 - Python
Make simple, secure, compressed, and encrypted backups to your cloud of choice, such as Google Drive, Dropbox, etc.
bash
backup
encryption
simple
google-drive
small
secure
backup-script
drive
turtle
encrypt
bash-script
-
Updated
Feb 7, 2021 - Shell
Improve this page
Add a description, image, and links to the turtle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the turtle topic, visit your repo's landing page and select "manage topics."
Motivation
It is convenient to be able to iterate over all triples in a
Graphinstance without invokinggraph.triples((None, None, None)). When working with a small instance ofDataset, there are occasions where one will want to observe all of the quads in a similar manner.Notes
This is trivial to implement by simply having an introduced
__iter__method invoke `self.qua