Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/schema_org_rdfa.html should declare MapCategoryType properly #82

Closed
danbri opened this issue Aug 12, 2014 · 2 comments
Closed

docs/schema_org_rdfa.html should declare MapCategoryType properly #82

danbri opened this issue Aug 12, 2014 · 2 comments
Labels
type:bug A mistake or malfunction whose remedy should be straightforward technical work

Comments

@danbri
Copy link
Contributor

danbri commented Aug 12, 2014

We should use this notation for MapCategoryType:
<div typeof="http://schema.org/BookFormatType" resource="http://schema.org/EBook">

Currently: <div typeof="MapCategoryType" resource="http://schema.org/ParkingMap">

Should be:
<div typeof="http://schema.org/MapCategoryType" resource="http://schema.org/ParkingMap">

Reported: http://lists.w3.org/Archives/Public/public-vocabs/2014Aug/0149.html ( Peter F. Patel-Schneider )

@danbri
Copy link
Contributor Author

danbri commented Aug 12, 2014

Candidate fix: #86

@danbri
Copy link
Contributor Author

danbri commented Sep 3, 2014

Fixed by #86 in v1.9 release.

@danbri danbri closed this as completed Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A mistake or malfunction whose remedy should be straightforward technical work
Projects
None yet
Development

No branches or pull requests

1 participant