Coder Social home page Coder Social logo

Want to see the triple with S,P,O about rdfunit HOT 7 CLOSED

aksw avatar aksw commented on May 17, 2024
Want to see the triple with S,P,O

from rdfunit.

Comments (7)

jimkont avatar jimkont commented on May 17, 2024

Hi, RDFUnit can return results in different formats, see here for examples.
by default the results are stored in the folder ./data/results in html, you can request other (multiple) formats with -o ttl,html,...

Does this cover your question?

from rdfunit.

jimkont avatar jimkont commented on May 17, 2024

in your case, if you want the whole triple you should use -r extended but note that this is not possible in all cases e.g. when something is missing.

from rdfunit.

kaka7537 avatar kaka7537 commented on May 17, 2024

Thank you for replying!
I added '-r extended' command. So I typed 'bin/rdfunit -d <MY_TTL_FILE> -r extended'. and the result is the picture below.
As you can see, it didn't show S, P, O.
2

from rdfunit.

jimkont avatar jimkont commented on May 17, 2024

if you look at my first comment: #65 (comment) you can get the results in different formats

by default the results are stored in the folder ./data/results in html, you can request other (multiple) formats with -o ttl,html,...

from rdfunit.

kaka7537 avatar kaka7537 commented on May 17, 2024

'-o ttl' command show me the triple with S,P,O format. but this isn't what I expected to see.
I want to see the exact triples in my TTL file that occur errors.
for example, if 'http://dbpedia.org/ontology/country' property occurs 1 error, the machine extract that triple in my TTL file. like, http://ko.dbpedia.org/resource/테네시_주 http://dbpedia.org/ontology/country http://ko.dbpedia.org/resource/미국 .

from rdfunit.

jimkont avatar jimkont commented on May 17, 2024

Does this solve your problem? You cannot always know all s|p|o, sometimes you know only s and other only s|p

e.g. for minCount 1 for ex:prop constraints violations you can only tell s|p not 'o'

from rdfunit.

jimkont avatar jimkont commented on May 17, 2024

feel free to re-open if that solution does not cover your issue

from rdfunit.

Related Issues (20)

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.