Resource Description Framework

Turtle (syntax)

In computing, 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. It is a common data format for storing RDF data, along with N-Triples, JSON-LD and RDF/XML. RDF represents information using semantic triples, which comprise a subject, predicate, and object. Each item in the triple is expressed as a Web URI. Turtle provides a way to group three URIs to make a triple, and provides ways to abbreviate such information, for example by factoring out common portions of URIs. For example, information about Huckleberry Finn could be expressed as: . (Wikipedia).

Video thumbnail

Python Programming. Introducing the Python Turtle

This video is a brief introduction to the Python turtle which is covered in more detail in the next few videos of this series. The Python turtle is a set of commands based on a device known as a floor turtle. The floor turtle was a programmable robot invented in the 1960s to teach a new

From playlist Python Programming Step by Step

Video thumbnail

Python - strings and collections (part 2 of 3)

Strings and collections in the Python language. Part of a larger series at codeschool.org

From playlist Python strings and collections

Video thumbnail

Python Programming 9. Drawing with Turtle Part 1

This is the ninth in a course of computer science video lessons introducing programming with Python. This video introduces the Python Turtle library which can be used to draw simple shapes. You will learn how to draw simple polygons by repeating commands that move an imaginary drawing tu

From playlist Python Programming Step by Step

Video thumbnail

Calculus 1.1d - The word `Calculus`

A brief discuss of the word "Calculus" and its meaning and use

From playlist Calculus Chapter 1

Video thumbnail

From C to Python by Ross Rheingans-Yoo

Python is a popular language for everything from short, informal scripts to complex data-processing frameworks. Fortunately, the syntax is very similar to C, with just a few key differences. In this seminar, we’ll walk you through them, leaving you with the ability to write your own short

From playlist CS50 Seminars 2015

Video thumbnail

Logic: The Structure of Reason

As a tool for characterizing rational thought, logic cuts across many philosophical disciplines and lies at the core of mathematics and computer science. Drawing on Aristotle’s Organon, Russell’s Principia Mathematica, and other central works, this program tracks the evolution of logic, be

From playlist Logic & Philosophy of Mathematics

Video thumbnail

Sea Turtle by The Whizpops!

Sea Turtle Song! It's totally tubular to learn about sea turtles in this educational song by The Whizpops! Sea Turtle Song! Order the book here: http://tinyurl.com/kr74por Download on iTunes here: https://itunes.apple.com/us/album/sea-blue-sea/id900432128

From playlist It's World Ocean Week! Let's Learn About Ocean Animals!

Video thumbnail

!!Con 2016 - A million things to do with a computer! By Tef

A million things to do with a computer! By Tef Back in 1971, Cynthia Solomon and Seymour Papert wrote "Twenty things to do with a computer", about their experiences of teaching children to use Logo and their ideas for the future. They were wrong: There's a lot more than twenty. Logo's suc

From playlist RailsConf 2016

Video thumbnail

Python - continued (part 3 of 3)

More coverage of the Python language. Part of a larger series on programming. Visit codeschool.org

From playlist Python - continued

Video thumbnail

Demystifyingish SVG paths

Cassie Evans (from Greensock) chats to Jake about SVG paths, and what that mess of letters and numbers actually means. The logo turtle demo → https://goo.gle/3IyzSXT PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed). Link

From playlist Web Design: CSS / SVG

Video thumbnail

Live CEOing Ep 78: SPARQL in Wolfram Language

Watch Stephen Wolfram and teams of developers in a live, working, language design meeting. This episode is about SPARQL in the Wolfram Language.

From playlist Behind the Scenes in Real-Life Software Design

Video thumbnail

TraversalConf 2019: TMNT Guide to Color Theory by Louisa Barrett

TraversalConf 2019: TMNT Guide to Color Theory by Louisa Barrett

From playlist TraversalConf 2019

Video thumbnail

Rust: Turtles all the way down

A 10-minute lightning talk explaining two features of rust that no other popular language has. If you would like to support what I do, I have set up a patreon here: https://www.patreon.com/noboilerplate Thank you! Start your Rust journey here: https://doc.rust-lang.org/stable/book/ Tran

From playlist Rust Talks

Video thumbnail

8.5: L-Systems - The Nature of Code

This video covers the basics of L-System algorithms and how they can be applied to "turtle graphics" drawing in Processing. http://natureofcode.com Contact: http://twitter.com/shiffman/ (If I reference a link or project and it's not included in this description, please let me know!) Re

From playlist The Nature of Code: Simulating Natural Systems

Video thumbnail

2. Python language semantics

Semantics and syntax are essentially the grammar rules that a programming language uses to make sure that information is communicated without misinterpretation. In coding, this is things like spelling, spacing, semicolons, brackets etc. This video covers a few of the key differences in pyt

From playlist Intro to Python Programming for Materials Engineers

Video thumbnail

The shape-shifting robo-turtle

Researchers have created a new amphibious robot, with limbs capable of morphing between flippers and legs. The robot was inspired by turtles and tortoises and uses smart, soft materials to create its adaptable parts. These morphing limbs allow the robot to be more efficient than convention

From playlist Technology

Video thumbnail

The Computer Chronicles - Programming (1984)

Special thanks to archive.org for hosting these episodes. Downloads of all these episodes and more can be found at: http://archive.org/details/computerchronicles

From playlist The Computer Chronicles 1984 Episodes

Related pages

TriG (syntax) | Named graph | SPARQL | Redland RDF Application Framework | RDF4J | RDF query language | JSON-LD | RDFLib | Resource Description Framework | Notation3 | RDF/XML | Semantic triple