Advertisement
Guest User

drupal-langmap-2

a guest
Jul 29th, 2012
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "@context": {
  3. "entityId": "http://example.com/node/1",
  4. "dc": "http://purl.org/dc/terms/",
  5. "title": "http://example.com/schema/fields/title",
  6. "tags": {"@id": "http://example.com/schema/fields/tags", "@container": "dc:language"}
  7. },
  8. "@id": "entityId",
  9. "tags": {
  10. "de": [
  11. {
  12. "@id": "http://example.com/taxonomy/term/1",
  13. "title": ["Das Kapital"]
  14. },
  15. {
  16. "@id": "http://example.com/taxonomy/term/2",
  17. "title": ["Schadenfreude"]
  18. }
  19. ],
  20. "en": [
  21. {
  22. "@id": "http://example.com/taxonomy/term/1",
  23. "title": ["Capital"]
  24. }
  25. ]
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement