Skip to content
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

conversion:name_template seems to be prepending [/sdv] to the URIs of ImplicitBundles #372

Open
jpmccu opened this issue Sep 6, 2013 · 1 comment
Assignees

Comments

@jpmccu
Copy link
Collaborator

jpmccu commented Sep 6, 2013

   a conversion:ImplicitBundle;
   conversion:name_template "foo:[r]";```

results in the uri http://lod.melagrid.org//source/melagrid-org/dataset/psi-mi-confidence/version/2013-Sep-02/foo:3 .

I was attempting to make blank node URIs for owl restrictions like this:

```:bundle
   a conversion:ImplicitBundle;
   conversion:property_name owl:equivalentClass;
   conversion:name_template "_:[r]";
   conversion:type_name     owl:Restriction;   # Can also be a URI, e.g. foaf:Person.
.```

But it resulted in the URI http://lod.melagrid.org//source/melagrid-org/dataset/psi-mi-confidence/version/2013-Sep-02/:2 which also is less than ideal. It should result in a bnode id of _:2 at row 2.
@ghost ghost assigned timrdf Sep 6, 2013
@timrdf
Copy link
Owner

timrdf commented Sep 6, 2013

Added https://github.com/timrdf/csv2rdf4lod-automation/wiki/conversion:Anonymous to permit bnode implicit bundles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants