Open matthieu-fesselier opened 5 years ago
Indeed, you are hitting a limitation of the underscore approach here; it tries to find publication:year
.
As a workaround, you could define the hd
prefix as http://happy-dev.fr/owl/#
and then use hd_publication_year
.
As you explain in the documentation, the semi-colon can be substituted by the underscores in property names.
In my example, I have a property name containing an underscore, and I get
undefined
when I try to fetch its value. Is it related?