turtle

How do I move the turtle in LOGO?

How do I move the turtle in LOGO? ...

How do I change the turtle image in Small Basic?

There seem to be no property for an image to use at all, even though it has complete API for movement. ...

How do I hide the turtle in LOGO?

How do I hide the turtle in LOGO? ...

Python turtle module confusion

Hi, I'm trying to to add more lines to the triangle, so instead of 3 leading off there will be 5 depending on the parameter given but I really have no idea what to do at this stage and any help would be very welcome. Thanks in advance!:) def draw_sierpinski_triangle(tracer_on, colour, initial_modulus, line_width, initial_heading,initial...

Reading a Turtle/N3 RDF File with Python

I'm trying to encode some botanical data in Turtle format, and read this data from Python using RDFLib. However, I'm having trouble, and I'm not sure if it's because my Turtle is malformed or I'm misusing RDFLib. My test data is: @PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; . @PREFIX rdfs: <http://www.w3.org/2000/01/rd...

how do i automatically add records with incremental values in rdf?

i want to record anonymous users 'liking' records: user:1 vocab:likes record:123234 . user:2 vocab:likes record:124534 . is there a way to add incremental values in rdf/turtle without explicitly stating them? thanks :) ...

how do i determine if a specific triple exists using sparql?

so, if the data set is: @prefix dc: <http://purl.org/dc/elements/1.1/&gt; . @prefix : <http://example.org/book/&gt; . @prefix ns: <http://example.org/ns#&gt; . :book1 dc:title "SPARQL Tutorial" . :book2 dc:title "The Semantic Web" . how do i check that the triple :book1 dc:title "SPARQL Tutorial" . exists? i can do SEL...

expressing quantities in rdf

am having trouble presenting this data in triples - please help! 34 records are created with attribute "00EC" and log_id "001" 32 records are updated with attribute "00EC" and log_id "001" 31 records are deleted with attribute "00EC" and log_id "001" 12 records are created with attribute "00EA" and log_id "001" 31 records are updated w...