All i want is to convert a C# class instance into rdf triples using semweb, in order to fill my ontology with data. My class consists of both primitive properties and other classes and i have constructed an ontology with the same structure. e.g.
class Place{
string name;
Image pic;
}
Is there any resource that could help?
Thanks in advance!