-
Notifications
You must be signed in to change notification settings - Fork 833
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
Improve model for schema:DataType #218
Labels
schema.org vocab
General top level tag for issues on the vocabulary
Milestone
Comments
jaw111
changed the title
Improve model for schema:Datatype
Improve model for schema:DataType
Jan 7, 2015
@rvguha can you take a look? |
danbri
added
question
schema.org vocab
General top level tag for issues on the vocabulary
labels
Jan 21, 2015
36 tasks
Yes, jaw111 is absolutely right. This does mean that DataType is a class of classes. |
Thanks. Re-opened as I'm only closing issues once we've addressed them. We'll need to tweak schema.rdfa here... |
danbri
added a commit
that referenced
this issue
Apr 30, 2015
…tributes. This is for cases where we want to give multiple types in the schema config, without verbosity. This update also takes care to normalize the use of "rdf:type" in @Property to create the exact same internal structure, i.e. canonicalize to http://schema.org/typeOf. Intent is to avoid subtle bugs where we have two kinds of type triple depending on which piece of RDFa syntax is used. Required for #218 and #130 cleanup of meta-model.
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://schema.org/DataType
In relation to #217 it would seem from the current hierarchy that schema:DataType is the super-class of schema:Boolean, schema:Date, etc.
This would infer that any literal value is a schema:DataType, which seems illogical.
It would seem more logical that:
The result should be something like:
The text was updated successfully, but these errors were encountered: