|
I am using a schema from freebase.com to describe a movie in rdf format. The schema is presented in the following link: http://www.freebase.com/schema/film/film This schema is available also in rdf format so I assume that I can use it as vocabulary. The problem is that if I want to be consistent most of the properties expect as a value a class. An example is the film:genre. Because I want to keep things simple and not creating an instance of the class for each film genre is it possible to assign a text as a value of film:genre? for example:
if not a solution using a blank node for every movie genre and using the property foaf:title inside the genre blank node is valid? |


Freebase actually lists a whole number of pre-baked resource URIs for film genres. I can imagine you don't want to create your own, but why don't you simply reuse those?
Thank for your hint.So for example can I use as a value in my triplet the URI of an existing freebase topic? In another rdf instance from a different website I saw they added a text value on the triplet which was expecting a class "Person".This isn't inconsistent? Generally it is a good tactic to use the URI of existing vocabularies (eg freebase)?