CLARIAH / COW

Integrated CSV to RDF converter, using CSVW and nanopublications
MIT License
46 stars 9 forks source link

still to consider @vocab specification and fix default /vocab behaviour? #100

Closed rlzijdeman closed 4 years ago

rlzijdeman commented 4 years ago

Hi,

do we still want to allow for a default @vocab specification?

I think that at least the base specification for vocab ought to be:

@base/vocab/ rather than https://iisg.amsterdam/vocab

rlzijdeman commented 4 years ago

Hi @melvinroest,

default behaviour for the vocab part ought to be changed: If @base is https://iisg.amsterdam/mydataset/ then vocab ought to be: https:/iisg.amsterdam/mydataset/vocab instead of the current `https://iisg.amsterdam/vocab/.

Could you please look into that?

We don't want to allow for an @vocab option, because it will lead people to accidentally create non-existent predicates such as: http://schema.org/MyColumn/. (Realizing they can do this via the propertyUrl anyway, but then at least they need to actively type this error.)