Skip to content

Commit

Permalink
Remove unncessary rdf from context in jsonld output
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Apr 1, 2021
1 parent 3f5d450 commit 9311196
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions create.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ function createJSONLDOutput()
"sameAs" : {
"@id" : "https://schema.org/sameAs"
},
"schema" : "https://schema.org/",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
"schema" : "https://schema.org/"
}
}
Expand Down

0 comments on commit 9311196

Please sign in to comment.