What is the Dublin Core datamodel?
A datamodel is an abstract representation of the part of the world that a system is designed to service. It typically includes its scope – i.e. an indication of the range of objects of interest to the system; the properties of things which are in-scope, and some kind of specification of interactions between them. The RDF datamodel is quite simple • “things have properties”, where each property has a name and a value. The “atom” of RDF, therefore, has three components: the thing (resource, in web terminology), a property name, and a property value. • each resource may have several of these properties. • the value may itself be a resource. Dublin Core builds on RDF by: • defining 15 named properties – the Dublin Core Metadata Element Set – which are considered to be widely useful for resource discovery. • specifying that a resource may have any number, including zero, of each of these properties (elements, in DC terminology). • defining the range of resource types that may have DC descri