Hi, I am very new to working with semantic data and have a quick question that i cant find an answer to.
When creating an rdf schema are you essentially creating a class as per OOP i.e. declaring all properties etc that are valid. If this is the case then say I want a property called 'title' which I actually intend on using dcterms:title do I have to specifically declare this to be a member of my rdf class in the schema and declare it as a sub property of dcterms:title. Or, do I omit this from the schema and simply use it when creating the rdf instance?
I hope this makes sense and thank anyne in advance for any advice they can offer on this.