I am new to RDF and I am unsure if I understand everything. As far as I know, a vocabulary like FOAF, DC, etc. provide predicates as well as objects. So what is, if I want to create a vocabulary for cars were I provide objects representing brands so that users can make something like this:
.../#aCar a theCarOntology:Ford
If a new car producer comes to market, I have to update my ontology... Are vocabularies appropriate for such things or do I have to write more generic vocabulaires without?
Kind regards