0

I want to know if I can insert something like this in my Triplestore.

PREFIX urlStore: <http://localhost:8888/YYY/HHH/>

INSERT DATA {:yyy :Has_xxx   urlStore:D4/readmmd.txt}

The problem is /.

Joshua Taylor
  • 84,998
  • 9
  • 154
  • 353
armon d
  • 21
  • 1
  • 1
  • 3
  • 1
    What tools and triplestore are you using? What error message are you getting? Such details are key to helping you out... – TallTed Apr 19 '17 at 21:33
  • Any legal IRI can be used as an IRI in a triple store. But SPARQL syntax might not let you abbreviate every IRI with every prefix. If you can't put `/` in the suffix following a prefix, then you'd just have to use the long form: ``. – Joshua Taylor Apr 20 '17 at 16:56

0 Answers0