w3c / data-shapes

RDF Data Shapes WG repo
87 stars 33 forks source link

Dereferencing RDF version #118

Closed ktk closed 4 years ago

ktk commented 4 years ago

I can't seem to get any proper RDF serialization of SHACL by requesting the namespace. I currently point to the Turtle-file in this repository but it would be good to get that via content-negotiation as well.

TallTed commented 4 years ago

Please be more explicit about what you're trying that's failing -- i.e., what URI are you requesting, with what tool, Accept: header, etc?

Have you tried getting Turtle serialization of the SHACL vocabulary, as linked from the SHACL spec?

ktk commented 4 years ago

Ok I think that was my bad sorry, looking at my zsh-history it seems like I tried the URL of the spec itself this morning instead of the proper namespace URI at http://www.w3.org/ns/shacl#. Looks good with rapper/curl now for both Turtle and RDF/XML.