From: Carl B. <cbo...@gm...> - 2011-05-12 23:30:07
|
On Thu, May 12, 2011 at 3:17 PM, Hilmar Lapp <hl...@ne...> wrote: > > On May 12, 2011, at 5:50 PM, Carl Boettiger <cbo...@gm...> wrote: > > > Is there anything more clever than a bunch of grep rules for > distinguishing between these? > > Well, you can pack the semantics into the property, or into the resources > that they connect. Personally, I loath RDF models that have a baroque number > of properties because typically you end up having to hardcode these into > applications that try to do something meaningful with the RDF. I.e., there > is no good way to infer or deduce much about the semantics of properties. > Conversely, the Semantic Web and LOD already provide the conventions and > standards For resources to describe themselves on the web, so while figuring > out what it is that a property connects a subject to requires a HTTP GET on > the resource URI, it is the recommended (and I think most extensible) way of > doing this. (Though unfortunately in our case this doesn't quite hold - yet; > however, Crossref is finally starting to implement LOD-compliant DOI > resolution, and the question is when DataCite DOIs will play ball too.) > I think most of that went over my head for the moment. > > > Is there a way to get the URL of the actual data file (i.e. some csv > file) through the dryad API? So far I can only return the website that > contains the data file. > > Yes, it's documented on the Data Access API page on the Dryad wiki that I > referred to earlier. > Thanks, that's excellent, sorry I didn't realize what it was before. That just worked fine for me given the dryad short from identifier to the data. I'm curious what the flow would look like from a Dryad identifier to a study, i.e. if that would go through METS or OAI-PMH to get the identifiers for each data file. i.e. If I followed the discussion earlier, treeBASE would be able to provide the short form dryad identifer to the study. It looks like I could enter that into METS as outlined in (2) on the wiki, extract the identifiers to the data, enter each those into METS, and proceed as on the wiki to get the files? I see I can check the MIMETYPE once I'm on the METS page for a datafile. I don't suppose I can query by MIMETYPE? Thanks for the help, just started learning my way around the api. -Carl > > -hilmar > > Sent with a tap. > -- Carl Boettiger UC Davis http://www.carlboettiger.info/ |