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
The fix would be to either 1) Add the dcterms prefix and remove the angles, or 2) replace the "dcterms:" with its true base IRI ("http://purl.org/dc/terms/").
The text was updated successfully, but these errors were encountered:
In http://lov.okfn.org/lov.n3.gz, the following appears:
Converting it to NTriples highlights the syntax bug on e.g.
<dcterms:creator>
:rapper -g -o ntriples manual/lov.n3 | grep '<dcterms:creator>'
returns:But I think you wanted it to return:
The fix would be to either 1) Add the dcterms prefix and remove the angles, or 2) replace the "dcterms:" with its true base IRI ("http://purl.org/dc/terms/").
The text was updated successfully, but these errors were encountered: