Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 1.0
    • None

    Description

      RDFa Lite 1.1 Test Case
      From: http://www.w3.org/TR/rdfa-lite/#vocab--typeof--and-property

      Input
      --------
      $ any23 rover [-e html-rdfa11] -f turtle

      <p vocab="http://schema.org/" typeof="Person">
      My name is
      <span property="name">Manu Sporny</span>
      and you can give me a ring via
      <span property="telephone">1-800-555-0199</span>
      or visit
      <a property="url" href="http://manu.sporny.org/">my homepage</a>.
      </p>

      Output
      -----------
      _:node18dj3bhkhx1 a <http://schema.org/Person> ;
      <http://schema.org/name> "Manu Sporny" ;
      <http://schema.org/telephone> "1-800-555-0199" .

      <http://manu.sporny.org/> <http://schema.org/url> <http://manu.sporny.org/> .

      Expected Output
      ---------------------------
      _:node18dj3bhkhx1 a <http://schema.org/Person> ;
      <http://schema.org/name> "Manu Sporny" ;
      <http://schema.org/telephone> "1-800-555-0199" .
      <http://schema.org/url> <http://manu.sporny.org/> .

      Attachments

        Activity

          People

            Unassigned Unassigned
            westurner Wes Turner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment