Peter Slaughter
Peter Slaughter
The indexing of CodeMeta documents will initially be added to Metacat Solr indexing. The indexing process requires a format identifier for CodeMeta documents. For example, EML documents have the formatId...
@dlongley Interesting. This DOI is typed as 'text/json', which may be causing the problem. The first URL request should return the resolution of the DOI, which should be ``` https://raw.githubusercontent.com/codemeta/codemeta/1.0/codemeta.jsonld...
@SteffenMoritz @maelle thanks!
@gaborcsardi thanks for the quick feedback. Previous versions of our R `redland` package have build and passed the CRAN package checks, so there must be some library out there that...
It looks like librdf (or redland-dev?) is not listed at the OpenCSW https://www.opencsw.org/get-it/packages/, and of course not in https://github.com/r-hub/solarischeck/blob/master/sysreqs.txt. Not sure how our R `redland` package has passed the Solaris...
OK, will do. I'll post back here with whatever I find out.
Does the JSON-LD framing API provide any validation capability? The example documents that we have authored impose a structure on JSON-LD that I don't see how the framing API can...
The output should include transformed relationships to use RDF namespaces and filenames instead of PIDs, for example, this: ``` sev.1.file1 cito:isDocumentedBy metadata.xml ``` instead of this: ``` urn:uuid:5f8f72b2-40b1-4da9-ba5a-b3dccf0b526f http://purl.org/spar/cito/isDocumentedBy urn:uuid:5f8f72b2-40b1-4da9-ba5a-b3dccf0b526f...
Added `condense` param to `getRelationships()` which will return a version of the package relationships which uses namespace prefixes for known namespaces, and uses the filename for a DataObject instead of...
hi @taddallas thanks for the contribution! The graph you generated looks good. One suggestion - have you considered putting this plotting code into a separate function called something like 'plotRelationships'?...