doap icon indicating copy to clipboard operation
doap copied to clipboard

New POM2RDF (DOAP) generator; new property doap:releaseOf?

Open namedgraph opened this issue 3 years ago • 2 comments

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.

namedgraph avatar Nov 22 '21 16:11 namedgraph

Hi @namedgraph thanks for mentioning this. I think this makes sense as a new property. Are you still using this code and RDF?

ewilderj avatar Jun 10 '24 23:06 ewilderj

I mean yes, the code still works :) https://github.com/AtomGraph/POM2RDF

namedgraph avatar Jun 11 '24 07:06 namedgraph