Git Product home page Git Product logo

Comments (4)

mybyte avatar mybyte commented on July 17, 2024

Hi!

That code is ridiculously deprecated. The API probably had some changes
since then.

Regards,
Michael

On Dienstag, 22. April 2014 18:51:33, chenmiao wrote:

Still the same code block, where there is a statement about adding lbl
to the lableList

for (Label lbl : labels) {

if (label.equals(lbl)) {//it seems should't be this way, but should be
label.name.equals(lbl)
hit = true;
break;
}
labelList.add(lbl);
}

This looks to be a redundant line because the next code block does the
same thing: adding non-hit label to the labelList

if (!hit) {
labelList.add(label); //seems to be redundant because of above
statement labelList.add(lbl);
db.setNodeLabels(subjectNode, labelList.toArray(new
Label[labelList.size()]));
addedLabels++;
}

So the line can be crossed out?


Reply to this email directly or view it on GitHub
#3.

from tools.

chenmiao avatar chenmiao commented on July 17, 2024

Ok. Thanks. I found your code through Neo4j site
http://www.neo4j.org/develop/linked_data

Is there updated version of the code? Or some public code you would
recommend for importing RDF to Neo4j?

Since there could be some people like me, knowing something about semantic
web, but not so much Neo4j and would like to try RDF triples in Neo4j, some
tutorial like this really helps.

It'd be definitely good to update the code to reduce people's questions
like mine too :) But I also understand that it's a demo code.

Thanks,
Miao

from tools.

mybyte avatar mybyte commented on July 17, 2024

Hey Miao,

actually, you're not the first one to mail me about that stuff. I'm a
bit busy right now though. As soon as I get some spare time, I'll
update my blog http://michaelbloggs.blogspot.com/

There are quite some issues to talk about. But I'll spare you the
trouble: there's no nice and easy way of handling ontologies with
classic graph databases, because they don't understand restrictions /
equivalence classes and complex types (especially complex typing of
relationships). Especially when looking into advanced reasoning, this
is a bummer.

Regards,
Michael

On Dienstag, 22. April 2014 21:03:24, chenmiao wrote:

Ok. Thanks. I found your code through Neo4j site
http://www.neo4j.org/develop/linked_data

Is there updated version of the code? Or some public code you would
recommend for importing RDF to Neo4j?

Since there could be some people like me, knowing something about semantic
web, but not so much Neo4j and would like to try RDF triples in Neo4j,
some
tutorial like this really helps.

It'd be definitely good to update the code to reduce people's questions
like mine too :) But I also understand that it's a demo code.

Thanks,
Miao


Reply to this email directly or view it on GitHub
#3 (comment).

from tools.

chenmiao avatar chenmiao commented on July 17, 2024

Thanks for your suggestions, Michael. It seems the bridging between RDF/OWL
model and graph database model may not be mature yet, but hopefully graph
database can help with non-complex queries.

Sure, look forward to the updated blog. Thanks.

Best,
Miao

from tools.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.