Hi David, The old D2R Map hasn't been updated in seven years and we no longer support it. Please use its successor, D2RQ: http://d2rq.org/
Neither D2R Map nor D2RQ will compare the virtual RDF graph to some pre-defined RDF graph, ontology or vocabulary. To do such comparison, I'd recommend dumping the mapped database into an RDF file using the dump-rdf script, and then run a SPARQL query over the combined dump and ontology using an external SPARQL processor such as ARQ. Best, Richard On 5 Mar 2012, at 12:18, David Cabanillas wrote: > Hi > > I'm working with netbeans in the ISCW example > > Main Class: de.fuberlin.wiwiss.d2r.D2rProcessor > Arguments: -map:examples/ISWC/iswcMap.d2r.xml > > In the table topics I have added > TopicID TopicName URI > 17 C++ http://annotation.semanticweb.org/iswc/iswc.daml#C++ > > and in the table rel_person_topic > PersonID TopicID > 11 17 > > The programs works properly but C++ is not in the > http://annotation.semanticweb.org/iswc/iswc.daml the D2rProcessor can detect > that the values in the database are not following the ontology proposed. > Can D2rProcessor ensures that the values in the database are following the > ontology? > Thanks. > > -- > bye > --david > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2_______________________________________________ > d2rq-map-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ d2rq-map-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel
