Hello.. I have a question about homonymy in redland.. What hapens is for example i have 1 subject predicate and object whit the same word but: You know sometimes words have two meanings...
For example: <?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:kb="http://www.eds.us/kb#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <rdf:Description rdf:about="http://www.eds.uskb#Car"> <rdf:type>http://edsplab.us.es/kb#Convertibles </rdf:type> </rdf:Description> <rdf:Description rdf:about="http://www.eds.us#Car"> <kb:date>Fri Dec 17 10:41:28 2010</kb:date> </rdf:Description> </rdf:RDF> And i have a homonymy but i whant to ADD to my model... <?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:kb="http://www.eds.us/kb#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <rdf:Description rdf:about="http://www.eds.uskb#Car"> <rdf:type>http://edsplab.us.es/kb#Convertibles </rdf:type> </rdf:Description> <rdf:Description rdf:about="http://www.eds.us#Car"> <kb:date>Fri Nov 12 12:42:22 2009</kb:date> </rdf:Description> </rdf:RDF> Car <rdf:type> Convertibles are the same... BUT the other information <kb:date> no.. How can i add the information in the same model but no rewriting the old information??.. Thanks!!!...
_______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
