doap
doap copied to clipboard
New POM2RDF (DOAP) generator; new property doap:releaseOf?
Hi,
we have just published a POM2RDF converter that traverses Maven POMs and outputs an RDF graph of project dependencies using DOAP and doap-deps vocabularies: https://hub.docker.com/r/atomgraph/pom2rdf It can be used to generate project's dependency graph or a software bill of materials. Please give it a try if you have any projects using POMs.
We wanted to ask for a new doap:releaseOf
property which would be the inverse of doap:release
. We had to invent it because due to the direction of the recursive traversal it would be much more complicated to use doap:release
.
Hi @namedgraph thanks for mentioning this. I think this makes sense as a new property. Are you still using this code and RDF?
I mean yes, the code still works :) https://github.com/AtomGraph/POM2RDF