Conversation
Closed
Closed
Contributor
|
This makes sense. |
danbri
added a commit
that referenced
this pull request
Jun 6, 2018
espinr
pushed a commit
to espinr/schemaorg
that referenced
this pull request
Jun 7, 2018
* 'master' of https://github.com/schemaorg/schemaorg: (76 commits) Added tests for correct operation of traverseForHTML & traverseForJSONLD functions Updated for contentRating / Rating tweak. Added Rating as expected of contentRating, for schemaorg#1935 Thanks @vholland! Noted alias of HTML from rdf:HTML, schemaorg#1634 alias HTML to rdf:HTML (schemaorg#1634) Obvious 404 fixes from issue (schemaorg#1901) (schemaorg#1930) Changes to move to https only (for UI, not for vocab URIs) (schemaorg#1932) Fix to docs/tree.jsonld causing crash 2018 -> 2017, fixes schemaorg#1929 Thanks @Aaranged :) Removed duplicate entries, and added a summary. schemaorg#1891 Updated to cover all changes in 3.4. More release notes. Added lots of release notes, converted from git. Update releases.html One-liner for creating release note entries. Working on conversion of 900+ lines of changes into release note format. For schemaorg#1891 release 3.4. Tweaks to image tag, changed "mp4" to "jpg", added alt. /cc schemaorg#1922 Small fix to howto html samples (schemaorg#1922) Fixes for the HowTo sample (schemaorg#1919) Fix physician subclass (schemaorg#1911) ... # Conflicts: # app.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Experience shows that when using parsed literals some people see the string "rdf" and immediately have an allergic reaction. Beyond that, the
rdfbit is rather unrelated to the fact that this is HTML and feels like a strange magic string. This small patch aliasesHTMLtordf:HTMLso that one can write"description": { "@type": "HTML", "@value": "<p>…</p>" }and make things look pretty self-evident and obvious.(I hope this is the right way to change this, I wasn't 100% clear exactly on the correct indirection or how to test this.)