You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofdoap:release
. We had to invent it because due to the direction of the recursive traversal it would be much more complicated to usedoap:release
.The text was updated successfully, but these errors were encountered: