Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
namedgraph opened this issue Nov 22, 2021 · 2 comments
Open

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

namedgraph opened this issue Nov 22, 2021 · 2 comments
Assignees

Comments

@namedgraph
Copy link

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.

@ewilderj ewilderj self-assigned this Jun 10, 2024
@ewilderj
Copy link
Owner

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

@namedgraph
Copy link
Author

namedgraph commented Jun 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants