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

Bundled SubjectAnnotations do not work #390

Open
jpmccu opened this issue Aug 17, 2015 · 6 comments
Open

Bundled SubjectAnnotations do not work #390

jpmccu opened this issue Aug 17, 2015 · 6 comments
Assignees

Comments

@jpmccu
Copy link
Collaborator

jpmccu commented Aug 17, 2015

I would like to create a resource if a column is filled and add a SubjectAnnotation to it based on that column. The following should work, where I create a SubjectAnnotation that's bundled to a column, but it does nothing:

      conversion:enhance [
         ov:csvCol          5;
         ov:csvHeader       "Preferred Defn Text";
         conversion:equivalent_property hbgd:prefDefinition;
         conversion:range_template "[/]definition/[r]";
         conversion:comment "";
         conversion:range   rdfs:Resource;
      ];
      conversion:enhance [
         a conversion:SubjectAnnotation;
         conversion:bundled_by [ ov:csvCol 5];
         conversion:predicate prov:value;
         conversion:object "[5]";
      ];
@timrdf timrdf self-assigned this Aug 18, 2015
@timrdf timrdf added this to the Direct user request milestone Aug 18, 2015
@timrdf
Copy link
Owner

timrdf commented Aug 18, 2015

@jimmccusker , Do you have a repo that has the necessary elements to reproduce the problem? I'd like to clone it and work from the problem from that.

Thanks,
Tim

@jpmccu
Copy link
Collaborator Author

jpmccu commented Aug 18, 2015

I can try to set up an example, but right now no, it's from a private repo.

Jim

On Tue, Aug 18, 2015 at 8:46 AM Tim L [email protected] wrote:

@jimmccusker https://github.com/jimmccusker , Do you have a repo that
has the necessary elements to reproduce the problem? I'd like to clone it
and work from the problem from that.

Thanks,
Tim


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

James P. McCusker III, Ph.D.
http://tw.rpi.edu/web/JamesMcCusker

@olyerickson
Copy link
Collaborator

Jim, is there a way we could create a "faux" version of the data that Tim
could hammer away at?

On Tue, Aug 18, 2015 at 8:53 AM, Jim McCusker [email protected]
wrote:

I can try to set up an example, but right now no, it's from a private repo.

Jim

On Tue, Aug 18, 2015 at 8:46 AM Tim L [email protected] wrote:

@jimmccusker https://github.com/jimmccusker , Do you have a repo that
has the necessary elements to reproduce the problem? I'd like to clone it
and work from the problem from that.

Thanks,
Tim


Reply to this email directly or view it on GitHub
<
#390 (comment)

.

James P. McCusker III, Ph.D.
http://tw.rpi.edu/web/JamesMcCusker


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

John S. Erickson, Ph.D.
Director of Operations, The Rensselaer IDEA
Deputy Director, Web Science Research Center (RPI)
http://tw.rpi.edu [email protected]
Twitter & Skype: olyerickson

@timrdf
Copy link
Owner

timrdf commented Aug 19, 2015

You could fork https://github.com/timrdf/csv2rdf4lod-automation/tree/master/doc/examples/source and plop the faux into there...

@jpmccu
Copy link
Collaborator Author

jpmccu commented Aug 19, 2015

Here's an example of what I want to do, with an input and output tab:
https://docs.google.com/a/5amsolutions.com/spreadsheets/d/1DyQmZyHEXQqrgCbgyHI2LprTkgYwxXhEjwzOh1yZjOA/edit?usp=sharing

On Wed, Aug 19, 2015 at 9:38 AM Tim L [email protected] wrote:

You could fork
https://github.com/timrdf/csv2rdf4lod-automation/tree/master/doc/examples/source
and plop the faux into there...


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

James P. McCusker III, Ph.D.
http://tw.rpi.edu/web/JamesMcCusker

@timrdf
Copy link
Owner

timrdf commented Aug 31, 2015

Requested permission to the spreadsheet, but probably won't be able to view any gdoc from within my firewall...

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

No branches or pull requests

3 participants