How do I move the turtle in LOGO?
How do I move the turtle in LOGO? ...
How do I move the turtle in LOGO? ...
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? ...
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...
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#> . @PREFIX rdfs: <http://www.w3.org/2000/01/rd...
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 :) ...
so, if the data set is: @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix : <http://example.org/book/> . @prefix ns: <http://example.org/ns#> . :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...
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...