You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2018. It is now read-only.
It shows each cat ("Jonny", "Sally", and "Spud") as a <http://127.0.0.1:8081/cats> ;
I believe this to be incorrect, because it uses that same string as register: reg:register <http://127.0.0.1:8081/cats> for each entry.
I believe it should be:
<http://example.com/id/cat/Spud> a reg:RegisterItem ;
rdfs:label "Spud"^^xsd:string ;
reg:register <http://127.0.0.1:8081/cats> .
In this cats registry example generated by pyldapi:
It shows each cat ("Jonny", "Sally", and "Spud") as
a <http://127.0.0.1:8081/cats> ;I believe this to be incorrect, because it uses that same string as register:
reg:register <http://127.0.0.1:8081/cats>for each entry.I believe it should be:
See http://epimorphics.com/public/vocabulary/Registry.html