A question for people into metadata.
I want to mark a book as Fiction or Non-Fiction using [Schema.org](http://Schema.org)
The only applicable property I can see is https://schema.org/genre
That says the value can be text or a URl.
So should I use the plain text
"genre": "fiction"
or point to a definition like Wikidata
"genre": "https://www.wikidata.org/wiki/Q8253"
Vote in the poll… now!
@Edent other, the cursed route, a serialized json document it the text field, with a name and url key, solving your problem.
i'll see myself out.