buda-base / blmp-client

JS client for the BLMP
3 stars 0 forks source link

improving display of dash:URIEditor #44

Closed eroux closed 1 year ago

eroux commented 1 year ago

in the current editor (ex: https://editor.bdrc.io/edit/bdr:PR1TIBET00/bds:CollectionShape ), it's possible to edit objects of rdfs:seeAlso but not to add or remove one, strangely... perhaps we could also use <input type="url">

berger-n commented 1 year ago

works better now: https://editor.bdrc.io/edit/bdr:PR1TIBET00/bds:CollectionShape

image

berger-n commented 1 year ago

but "Shacl did not validate" when saving this:

bdr:PR1NB260    a bdo:Collection;    
         rdfs:seeAlso "http://test.com"^^xsd:anyURI;    
         skos:prefLabel "test"@en.
eroux commented 1 year ago

looks perfect, thanks!