AKSW / shaclgen

python program to generate template shacl graphs
The Unlicense
23 stars 8 forks source link

support for implicit class targets and namespaces #1

Closed mielvds closed 3 years ago

mielvds commented 3 years ago

This PR allows outputting class targets as RDFS classes. It also copies the prefixes from the source document to create a more readable shacl file.

white-gecko commented 3 years ago

@mielvds could you provide an example for implicit class targets in the code?

mielvds commented 3 years ago

How do you mean exactly? Where in the code?

white-gecko commented 3 years ago

Maybe not directly in the code, maybe in the README or the definition of the newly introduced parameter, where you currently write "use implicit class targets with RDFS". This is not fully clear to me, what this feature does. (sorry if I confuse you)

mielvds commented 3 years ago

@white-gecko made it more clear in the readme. But I'm getting a bit worried about these PR's getting merged. Is @alexiskeely still around and active?