Questions tagged [iri]

The internationalized resource identifier (IRI) was defined by the Internet Engineering Task Force (IETF) in 2005 as a new internet standard to extend upon the existing uniform resource identifier (URI) scheme. The new standard was published in RFC 3987.

IRI extends the URI standard to support I18N in the following ways:

  • Support for bidirectional text
  • Support for non-ASCII characters
  • Support for UTF-8 encoding

References

63 questions
0
votes
1 answer

Jena SDB IRI validation

I have got several strange IRIs that I want to insert into Jena SDB, but I got some error messages: http://example.org/text/1234#offset_2311_2317_10-12% the error message is: Code: 30/ILLEGAL_PERCENT_ENCODING in FRAGMENT: The host component a…
afterglowlee
  • 11,670
  • 5
  • 22
  • 23
-1
votes
2 answers
-1
votes
1 answer

How to detect mistakes in IRIs in a RDF file?

I am trying to make a RDF corrector. One of the things I specifically want to correct are IRIs. My question is that, irrespective of the RDF format, is there anything that I can do to correct mistakes in the IRI? I understand there can be multiple…
dia
  • 33
  • 4
1 2 3 4
5