lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Ontospy gendocs with individuals #103

Closed dawnlk closed 2 years ago

dawnlk commented 2 years ago

Is there a way to generate documentation that includes individuals, as well as entities and properties?

I'm running Ontospy gendocs from the command line.

Thank you!

lambdamusic commented 2 years ago

Not at the moment. But it shouldn't be too hard to add it..

On Sat, 30 Oct 2021 at 14:22, dawnlk @.***> wrote:

Is there a way to generate documentation that includes individuals, as well as entities and properties?

I'm running Ontospy gendocs from the command line.

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lambdamusic/Ontospy/issues/103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2U6H6SQJLJOLNYUGNYWMLUJP5RTANCNFSM5HBCTY3A .

--

---- Thanks, Michele *Email: @. @.> Web: http://www.michelepasin.org http://www.michelepasin.org*

dawnlk commented 2 years ago

Thanks for the reply. I'm using Ontospy to document an ontology I designed as part of a PhD project and finding it really helpful. Including individuals would make this even better!

On Sun, Oct 31, 2021 at 10:25 AM Michele Pasin @.***> wrote:

Not at the moment. But it shouldn't be too hard to add it..

On Sat, 30 Oct 2021 at 14:22, dawnlk @.***> wrote:

Is there a way to generate documentation that includes individuals, as well as entities and properties?

I'm running Ontospy gendocs from the command line.

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lambdamusic/Ontospy/issues/103, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AA2U6H6SQJLJOLNYUGNYWMLUJP5RTANCNFSM5HBCTY3A

.

--

---- Thanks, Michele *Email: @. @.> Web: http://www.michelepasin.org http://www.michelepasin.org*

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lambdamusic/Ontospy/issues/103#issuecomment-955673487, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHY4HLVSHDOMHQ3TLFFNLK3UJUKQLANCNFSM5HBCTY3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

lambdamusic commented 2 years ago

Hi @dawnlk the individuals feature is now available - see https://github.com/lambdamusic/Ontospy/releases/tag/v1.9.9.2

EG use the option --individuals or -i

$ ontospy gendocs my/rdf/model --individuals --type 4
dawnlk commented 2 years ago

Hi @dawnlk the individuals feature is now available - see https://github.com/lambdamusic/Ontospy/releases/tag/v1.9.9.2

EG use the option --individuals or -i

$ ontospy gendocs my/rdf/model --individuals --type 4

Brilliant news, thank you so much!