6 Matching Annotations
  1. Jul 2020
    1. In Turtle, fresh RDF blank nodes are also allocated when matching the production blankNodePropertyList and the terminal ANON. Both of these may appear in the subject or object position of a triple (see the Turtle Grammar). That subject or object is a fresh RDF blank node. This blank node also serves as the subject of the triples produced by matching the predicateObjectList production embedded in a blankNodePropertyList. The generation of these triples is described in Predicate Lists. Blank nodes are also allocated for collections described below. Example 15@prefix foaf: <http://xmlns.com/foaf/0.1/> . # Someone knows someone else, who has the name "Bob". [] foaf:knows [ foaf:name "Bob" ] .

      Equivalent to saying "something" or "someone" in English.

    2. a concrete syntax for RDF
    3. Terse RDF Triple Language
    1. The following data will be extracted by a conforming RDFa processor, shown in Turtle format
  2. Jan 2019
    1. <class '__main__.Turtle'>

      This is what I get when I print a variable which contains a turtle. However, with a python ide called Thonny, the output is different

      <class 'turtle.Turtle'> (The code is here but for some weird reason it cannot be seen!). The output for the class is just turtle.Turtle

      I wonder why...

  3. Jul 2017
    1. Yale University, Wieland had spent the beginning of his career chasing down dead animals, gaining a certain amount of renown for his discovery of Archelon ischyros, a Cretaceous-era sea turtle that remains the largest known to man.

      That's my favorite thing at the Peabody Museum!