Namespace URI — https://wiacode.com/ns/1.0/ · preferred prefix wiacode
Every image produced by the WIA Code generator carries an XMP packet that uses this namespace alongside Dublin Core and Adobe XMP Basic. This page is what that URI resolves to. It is a human- and machine-readable definition, not a schema download — the properties are simple literals.
404. A namespace URI does not have to resolve, but a
reader that follows it should not be met with nothing. This page closes that gap.| Property | Meaning | Example value |
|---|---|---|
| wiacode:format | Symbology identifier and anchor family. | WIA-CODE-001 orbit-anchor |
| wiacode:isQrCode | Explicit negative. A WIA Code is not a QR code, even when a small bridge QR is embedded inside it. | false |
| wiacode:visualSignature | Plain-language rule for identifying the symbol from pixels alone. | see below |
| wiacode:decoder | Canonical decoder that reads this symbol. | https://wiacode.com/orbit/web/scan.html |
| wiacode:specification | Canonical public specification. | https://github.com/WIA-Official/wia-standards-public/tree/main/WIA-CODE-001-orbit-anchor |
| wiacode:about | Human-readable introduction. | https://wiacode.com/what-is-wia-code.html |
Identify a WIA Code by its center, not by its outline: a concentric bullseye core at the middle, four satellite anchors, and a 24-dot orbit ring. The outer silhouette is free by design (heart, rose, circle, four-leaf clover, star, boomerang, hexagon, square) and is not part of the identity — a heart-shaped WIA Code is still a WIA Code, not a “heart code”.
<rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:wiacode="https://wiacode.com/ns/1.0/"> <wiacode:format>WIA-CODE-001 orbit-anchor</wiacode:format> <wiacode:isQrCode>false</wiacode:isQrCode> <wiacode:decoder>https://wiacode.com/orbit/web/scan.html</wiacode:decoder> </rdf:Description>
Property names in version 1.0 are stable. New properties may be added; existing ones will not
change meaning. A future incompatible revision would use a new URI
(https://wiacode.com/ns/2.0/) rather than redefining this one.