citiususc / jsonschema2shacl

A Python program that creates SHACL shapes from JSON Schema
Apache License 2.0
2 stars 1 forks source link

Identifier typo in property shape #2

Closed xuemduan closed 1 month ago

xuemduan commented 2 months ago

For example, <http://example.com/NodeShape/first_name> a sh:PropertyShape in the generated SHACL shapes from the example JSON schema file should be <http://example.com/PropertyShape/first_name> .

dachafra commented 2 months ago

@osm0512 please take a look to this problem and solve it :-)