- From: <Patrick.Stickler@nokia.com>
- Date: Fri, 2 Nov 2001 12:00:28 +0200
- To: danbri@w3.org, Ian.Stuart@ed.ac.uk
- Cc: www-rdf-interest@w3.org
> <my:field
> my:name = "issn"
> my:content="0001-3072" />
Dan, Ian,
This does, of course, result in a a subgraph
that perhaps is workable, but only to applications
which understand the 'my:content' semantics.
Such a treatment precludes the use of generic
tools which may be looking for either unqualified
literal property values, or qualified values
where the value content is defined via the
generic rdf:value property.
Perhaps the following would be a bit more "generic":
<my:field my:name="issn" rdf:value="0001-3072"/>
This provides the 'my:name' specific qualification while
keeping the actual content organized according to
generic RDF constructs and semantics, which might
be a bit more flexible over the long run.
Eh?
Cheers,
Patrick
--
Patrick Stickler Phone: +358 50 483 9453
Senior Research Scientist Fax: +358 7180 35409
Nokia Research Center Email: patrick.stickler@nokia.com
Received on Friday, 2 November 2001 05:00:35 UTC