Skip to content

The rdfs:subClassOf links in RDFa markup have room for improvement #217

@jaw111

Description

@jaw111

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    site tools + python codeInfrastructural issues around schema.org site. Most can ignore this!type:bugA mistake or malfunction whose remedy should be straightforward technical work

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions