Sha256: dfe4d1d461ecc18e41e0967a5ab5e7d468af920b0a7537899baa56bb8a33eee0
Contents?: true
Size: 598 Bytes
Versions: 22
Compression:
Stored size: 598 Bytes
Contents
@prefix dc: <http://purl.org/dc/elements/1.1/>. <#x> <#prop> "simple string". <#y> <#prop> """triple quoted string with newlines in it.""". <#z> <#prop> "string with \" escaped quote marks". <#zz> <#escapes> "\\\"\a\b\f\r\t\v". <#martin> <#surname> "D\u00fcrst". <> dc:description """testing string parsing in N3. Hmm... how much of this is in the primer? How much should be there? @@ Holding off on unicode until support in python is sufficiently deployed (e.g. python on tux doesn't grok, nor does pythonwin on TimBL's laptop). """. # $Id: strquot.n3,v 1.4 2006-06-07 20:24:46 syosi Exp $
Version data entries
22 entries across 22 versions & 2 rubygems