RE: modeling nested containers with items

Oops, that was a typo. I meant to ask if anyone new of a well-known
namespace with a "contains" predicate, which was why I mentioned the RDF
Primer's myfoo:container example. 

Bob

-----Original Message-----
From: jon@spin.ie [mailto:jon@spin.ie]
Sent: Wednesday, October 08, 2003 12:22 PM
To: www-rdf-interest@w3.org
Subject: RE: modeling nested containers with items



> My new question: instead of the "created" predicate coming from
> some
> namespace that I just make up, does anyone know of one with these
semantics
> in a more well-known namespace?

Qualified Dublin Core: <http://purl.org/dc/terms/> has a predicate
<http://purl.org/dc/terms/created> for the date something was created. It's
often used with the W3C datetime format, which uses the extended ISO 8601
format (with hyphens between parts) rather than the basic ISO 8601 you are
using. This is common on the web generally and I'd advise you use it for
interoperability.

Received on Wednesday, 8 October 2003 12:30:49 UTC