-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make it easier to get going #42
Comments
So with cwm I would cwm card.n3 --rdf > card.rdf
rapper -i rdfxml -o ntriples card.rdf > card.nt
rapper -i rdfxml -o turtle card.rdf > card.ttl So I worked out that the equivalent for $ /opt/eye/bin/eye --nope ~/Documents/card/card.n3 --pass > out.ttl
$ rapper -i turtle -o turtle out.ttl > card.ttl that gives me the turtle nicely formatted but I still have the owl:sameAs' everywhere. |
Could you elaborate on what is
|
You can always use the following rule
to get the extra triples
|
One should continue the Then this issue can be just about making the release of eye easier, by publishing it on brew. (That would fit the title better :-) |
If I do it, I also have to test it on MacOSX but I don't have that. |
Some ideas:
One thing I used Cwm for was just so that I could use the nice n3 syntax to write things that were not possible to do in n3. So I have a foaf file that used the
=
shortcut so that one could name blank nodes, see the use below...I then have a little script that translates it to rdf/xml and turtle and from there to ntriples even.
I can use rapper to do translations from turtle. But I think there should be a way to extract at least
NQuads from a tool such as eye.
The text was updated successfully, but these errors were encountered: