473,788 Members | 2,652 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Standardized formats for classification metadata?

I am interested in including classification info in metadata. I am aware
of the Dublin Core and XMP. However, neither of these appear to specify
exactly how the classification data should be formatted within the
element.

I am interested in any standardized formats for expressing Dewey Decimal
System - DDS, Library of Congress Classification - LCC, Cutter Expansive
Classification, Universal Decimal Classification - UDC, Colon Notation
System - CNS, Bliss Bibliographic Classification Scheme, Chinese Library
Classification - CLC, and any other general or specific classification
systems you may know of.

Thank you.
Jan 8 '07 #1
6 1644
Grant Robertson wrote:
I am interested in any standardized formats for expressing Dewey Decimal
System - DDS, Library of Congress Classification - LCC, Cutter Expansive
Classification, Universal Decimal Classification - UDC, Colon Notation
System - CNS, Bliss Bibliographic Classification Scheme, Chinese Library
Classification - CLC, and any other general or specific classification
systems you may know of.
For clarification: Are you looking for formats for the classification
index (which is defined by the classification system, and generally is
not in XML syntax), or for associating documents with the indexes that
have been assigned to them by the appropriate controlling bodies, or...?
--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
Jan 8 '07 #2
In article <vY************ *************** ***@comcast.com >, keshlam-
no****@comcast. net says...
For clarification: Are you looking for formats for the classification
index (which is defined by the classification system, and generally is
not in XML syntax), or for associating documents with the indexes that
have been assigned to them by the appropriate controlling bodies, or...?
I believe the former. When you look at the LCC number on the binding of a
book you see something like:

Z
696
..A4
F88
2000

(This is a book about classification. )

However, when you put text in an element or attribute it is usually all
in a line. These five lines of text could potentially be written on one
line as:

Z696.A4F882000

or

Z:696:.A4:F88:2 000

or

Z 696 .A4 F88 2000

or

Z/696/.A4/F88/2000

or any of a million different combinations. What I need is the definitive
format for expressing each different classification system's
classification codes in a single line of text within either an element or
an attribute. The actual meaning of the classification code will be
determined by the interpreting software. If there are any standards which
are designed for use within XML that would be preferred.

Thanks.
Jan 8 '07 #3
On Sun, 7 Jan 2007, Grant Robertson wrote:
>If there are any standards which are designed for use within XML that
would be preferred.
Check this: http://www.loc.gov/standards/mods/

Best,
Tuija
Jan 8 '07 #4
In article <Pi************ *************** ***@corcovado.h ut.fi>,
tu************@ tkk.fi says...
Check this: http://www.loc.gov/standards/mods/
Thanks for the link. Unfortunately that standard doesn't specify how to
express the call number itself. I did find a link to the MARC
specifications at http://www.loc.gov/marc/bibliographic/ecbdclas.html.
Oddly, they don't specify either. However from the examples on both sites
it appears that they simply concatenate all the lines of the call number
together with no whitespace. It would be nice if they were specific about
this.

Well, that's one almost down and about 5 more to go.

Thanks.
Jan 8 '07 #5
Grant Robertson wrote:
What I need is the definitive
format for expressing each different classification system's
classification codes in a single line of text within either an element or
an attribute.
I would expect that to be defined by the system, or by its users, rather
than by XML per se. After all, the same issue exists if you want to
express it as a single line in a database or in any other programmatic
form, and if there's any consensus about the single-line form one would
hope it applies across these multiple programming environments.

Note that XML *can* store multi-line values, if you enclose them as
element content rather than attribute content -- so if the official form
is multiple lines, XML has no objection to handling it that way. (Or, if
you really insist on having it as attributes, you could spread the
lines/fields over multiple attributes.)

So I think the answer is "XML itself has no preference. Specific
XML-based languages may; check their specs."

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Jan 8 '07 #6
In article <45a27283$1@kcn ews01>, ke************@ comcast.net says...
So I think the answer is "XML itself has no preference. Specific
XML-based languages may; check their specs."
Thank you.

I know XML by its nature allows me to define any spec I want. What I am
looking for is the specs you mention in your last line: those defined by
the arbiters of the classification systems. I have been searching off and
on for three weeks now and can't find anything specific. Even the OCLC
specifications for MARC21 don't specifically say all the lines are
concatenated. It just appears that way in their examples. I guess I am
just looking for a definitive statement on one of the official web sites
of one of these classification consortiums. I haven't been able to find
anything other than vague generalizations . I was hoping someone here
would have a tip as where I could find what I needed.

Thanks for your help though.
Jan 9 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3754
by: Trader | last post by:
Hi, I'm trying to use Mark Hammond's win32clipboard module to extract more complex data than just plain ASCII text from the Windows clipboard. For instance, when you select all the content on web page, you can paste it into an app like Frontpage, or something Rich Text-aware, and it will preserve all the formatting, HTML, etc. I'd like to include that behavior in the application I'm writing. In the interactive session below, before I...
1
2790
by: Brett Selleck | last post by:
I would like to start collecting Metadata on my XML schemas. I have searched the web for a method of automatically extracting Metadata from an XSD file and have come up empty handed. Basically what I am looking for is a VB Script or J Script that parses an XSD file and outputs the metadata in a structured format. For examle: Given this simple Schema below I would like to see the following. Schema: <?xml version="1.0" encoding="UTF-8"?>
1
8710
by: Santhu | last post by:
What is the difference between METADATA and MANIFEST and where do they get stored? Thank you
2
8802
by: EP | last post by:
I'm looking for a method by which to access Windows files metadata and have not been able to find anything in the standard modules or via Google - what is the standard approach? Shamefully I really do not understand Windows file system - e.g. is properties metadata attached to the file? if I change that metadata do I change the file's hash? how is the metadata structured? or is the "properties" metadata simply derived upon access? ...
27
2056
by: jacob navia | last post by:
As Richard Bos rightly pointed out, I had left in my classification of types the C99 types Complex and boolean. Here is a new classification. Those are not mentioned in the classification of Plauger and Brody, probably because their work predates C99. Since there are no examples of this in the literature (known to me) please take a look. Thanks
4
1884
by: Basilisk96 | last post by:
This topic is difficult to describe in one subject sentence... Has anyone come across the application of the simple statement "if (object1's attributes meet some conditions) then (set object2's attributes to certain outcomes)", where "object1" and "object2" are generic objects, and the "conditions" and "outcomes" are dynamic run- time inputs? Typically, logic code for any application out there is hard-coded. I have been working with...
4
1942
by: Evan Klitzke | last post by:
Hi all, What frameworks are there available for doing pattern classification? I'm generally interested in the problem of mapping some sort of input to one or more categories. For example, I want to be able to solve problems like taking text and applying one or more tags to it like "romance", "horror", "poetry", etc. This isn't really my research specialty, but my understanding is that Bayesian classifiers are generally used for problems...
0
993
by: | last post by:
I'm hoping someone here can point the way toward a fairly specialized topic. I have large amounts of content that need to be classified. Irrelevant or "uninteresting" (by our criterion) articles need to be disposed of. "Interesting" articles should be tagged with a number of points of metadata. As much as possible, I would like machines to do this work. Fairly dumb ways of doing this might include using our existing databases/metadata as...
3
3221
by: alex lee | last post by:
im using a backpropagation classification C code which is written by C. K Mohan on 1997. i was wondering how was the input file for the coding. i would to do a classification experimental by using backpropagation. Following is the link of the coding. www.cis.syr.edu/~mohan/html/Bookfiles/ckm_bp.c if got other C source code on the backpropagation, please feel free to suggest.
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3674
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.