|
RDF identifies the resources with a Uniform Resource Identifiers (URI) as described
in [], but with slight difference: RDF make use of what we call as qualified URIs,
that is, URIs with the optional fragment identifier (a text added to the URI with "#"
between them). For [], the fragment identifier will return "the property of a data
resulting from the retrieval action"; however, RDF do considers every qualified URI
(with or without the fragment identifier) as the full resource by itself. In rest of
this tutorial, we will therefore use a word "resource" in the RDF point of view,
unless and otherwise specified.
|