-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
site tools + python codeInfrastructural issues around schema.org site. Most can ignore this!Infrastructural issues around schema.org site. Most can ignore this!type:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical work
Milestone
Description
For example the RDFa on http://schema.org/Blog states:
schema:Blog rdfs:subClassOf schema:Blog .
Whereas one would expect:
schema:Blog rdfs:subClassOf schema:CreativeWork .
Furthermore on the pages for datatypes the values for rdfs:subClassOf are literals, for example http://schema.org/URL states:
schema:URL rdfs:subClassOf "URL"@en .
Whereas one would expect:
schema:URL rdfs:subClassOf schema:Text .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
site tools + python codeInfrastructural issues around schema.org site. Most can ignore this!Infrastructural issues around schema.org site. Most can ignore this!type:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical work