Skip to content

Commit

Permalink
Reverted sample to normal terms vocab
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Sep 13, 2021
1 parent 84f5894 commit a64d567
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,7 @@ <h1>Homer: The Odyssey</h1>
locale: 'auto',
widgets: [
{ widget: 'COMMENT' },
{ widget: 'TAG', vocabulary: [
{ label: 'Place', uri: 'http://www.example.com/ontology/place' },
{ label: 'Person', uri: 'http://www.example.com/ontology/person' },
{ label: 'Event', uri: 'http://www.example.com/ontology/event' },
{ label: 'Organization', uri: 'http://www.example.com/ontology/organization' },
{ label: 'Animal', uri: 'http://www.example.com/ontology/animal' }
] }
{ widget: 'TAG', vocabulary: [ 'Place', 'Person', 'Event', 'Organization', 'Animal' ] }
],
relationVocabulary: [ 'isRelated', 'isPartOf', 'isSameAs ']
});
Expand Down

0 comments on commit a64d567

Please sign in to comment.