Skip to content

RDFa markup incorrect for Enumeration members #841

@jaw111

Description

@jaw111

If you check the RDFa markup in the page for OrderDelivered you see it has type rdfs:Property:

<div id="mainContent" vocab="http://schema.org/" typeof="rdfs:Property" resource="http://schema.org/OrderDelivered">

Whereas in the source RDFa file it has type schema:OrderStatus:

<div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderDelivered">

Looks like something gets lost/mangled during generation of the published HTML pages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions