ewilderj / doap

RDF schema for describing software projects
https://github.com/ewilderj/doap/wiki
Apache License 2.0
270 stars 57 forks source link

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

Open namedgraph opened 2 years ago

namedgraph commented 2 years ago

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 commented 1 month ago

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

namedgraph commented 1 month ago

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