Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Turtle

Turtle - Data notation

< >

Turtle is a data notation created in 2011.

#232on PLDB 12Years Old 2.9kUsers
0Books 8Papers 137Repos

Terse RDF Triple Language (Turtle) is a syntax and file format for expressing data in the Resource Description Framework (RDF) data model. Turtle syntax is similar to that of SPARQL, an RDF query language. RDF represents information using semantic triples, which comprise a subject, predicate, and object. Read more on Wikipedia...


Example from the web:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ex: <http://example.org/stuff/1.0/> . <http://www.w3.org/TR/rdf-syntax-grammar> dc:title "RDF/XML Syntax Specification (Revised)" ; ex:editor [ ex:fullname "Dave Beckett"; ex:homePage <http://purl.org/net/dajobe/> ] .
Example from Linguist:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ex: <http://example.org/stuff/1.0/> . <http://www.w3.org/TR/rdf-syntax-grammar> dc:title "RDF/XML Syntax Specification (Revised)" ; ex:editor [ ex:fullname "Dave Beckett"; ex:homePage <http://purl.org/net/dajobe/> ] .
Example from Wikipedia:
<http://www.w3.org/TR/rdf-syntax-grammar> <http://purl.org/dc/elements/1.1/title> "RDF/XML Syntax Specification (Revised)" . <http://www.w3.org/TR/rdf-syntax-grammar> <http://example.org/stuff/1.0/editor> _:bnode . _:bnode <http://example.org/stuff/1.0/fullname> "Dave Beckett" . _:bnode <http://example.org/stuff/1.0/homePage> <http://purl.org/net/dajobe/> .

Language features

Feature Supported Token Example
Integers
Floats

Publications about Turtle from Semantic Scholar

title authors year citations influentialCitations
Here, there and everywhere - on the recurring use of turtle graphics in CS1 M. Caspersen and H. Christensen 2000 43 1
The TV Turtle a Logo graphics system for raster displays H. Lieberman 1976 6 1
Using Programming Languages and Geographic Information System to Determine Spatial and Temporal Variability in a Green Turtle Foraging Population on Liuchiu Island, Taiwan. Wan-Hwa Cheng and Ying-Tin Chan and Haisen Hong and B. Johnson and I. Cheng 2019 5 0
Teaching young children to program in a LOGO turtle computer culture C. Solomon 1978 3 1
Turtle goes to college: intrinsic representations and graphical integration Uzi Armon and U. Leron 1991 3 0
Turtle walk through functional language Putnik Zoran and Budimac Zoran and Ivanović Mirjana 1991 2 0
Turtle walk through functional language Z. Putnik and Z. Budimac and M. Ivanović 1991 1 0
A Simplified Introduction to Virus Propagation Using Maple's Turtle Graphics Package Suitable for Children E. Roanes-Lozano and E. Roanes-Macías 2020 1 0
clean.html · turtle.html · robotframework.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com