Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
VOLK_IRIInfo Struct Reference

Matching sub-patterns for IRI parts. More...

#include <term.h>

Collaboration diagram for VOLK_IRIInfo:

Data Fields

MatchCoord prefix
 Prefix (http://example.org).
MatchCoord scheme
 Scheme (http).
MatchCoord auth
 Authority (example.org).
MatchCoord path
MatchCoord query
 Query (query=blah).
MatchCoord frag
 Fragment (frag).

Detailed Description

Matching sub-patterns for IRI parts.

Definition at line 48 of file term.h.

Field Documentation

◆ prefix

MatchCoord VOLK_IRIInfo::prefix

Prefix (http://example.org).

Definition at line 49 of file term.h.

◆ scheme

MatchCoord VOLK_IRIInfo::scheme

Scheme (http).

Definition at line 50 of file term.h.

◆ auth

MatchCoord VOLK_IRIInfo::auth

Authority (example.org).

Definition at line 51 of file term.h.

◆ path

MatchCoord VOLK_IRIInfo::path

Path, including query and fragment (/123/456/?query=blah#frag).

Definition at line 52 of file term.h.

◆ query

MatchCoord VOLK_IRIInfo::query

Query (query=blah).

Definition at line 54 of file term.h.

◆ frag

MatchCoord VOLK_IRIInfo::frag

Fragment (frag).

Definition at line 55 of file term.h.


The documentation for this struct was generated from the following file: