Skip to content

Commit

Permalink
Finish 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 10, 2020
2 parents d4933bd + c9aa4b2 commit ba20c93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.1.7
2 changes: 1 addition & 1 deletion lib/rdf/vocab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module Vocab
rdfs:comment "A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt."@en-US ;
rdfs:seeAlso og:image ;
rdfs:isDefinedBy og: ;
rdfs:range ogc:url .
rdfs:range ogc:string .
og:locale:alternate a rdf:Property ;
rdfs:label "locale:alternate"@en-US ;
rdfs:comment "An array of other locales this page is available in."@en-US ;
Expand Down
2 changes: 1 addition & 1 deletion lib/rdf/vocab/og.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module RDF::Vocab
comment: %(A description of what is in the image \(not a caption\). If the page specifies an og:image it should specify og:image:alt.).freeze,
isDefinedBy: "og:".freeze,
label: "image:alt".freeze,
range: "ogc:url".freeze,
range: "ogc:string".freeze,
"rdfs:seeAlso": "og:image".freeze,
type: "rdf:Property".freeze
property :"image:height",
Expand Down

0 comments on commit ba20c93

Please sign in to comment.