JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for DC-ARCHITECTURE Archives


DC-ARCHITECTURE Archives

DC-ARCHITECTURE Archives


DC-ARCHITECTURE@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

DC-ARCHITECTURE Home

DC-ARCHITECTURE Home

DC-ARCHITECTURE  July 2012

DC-ARCHITECTURE July 2012

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Limiting the use of string in DCAM design patterns

From:

Karen Coyle <[log in to unmask]>

Reply-To:

DCMI Architecture Forum <[log in to unmask]>

Date:

Wed, 11 Jul 2012 07:06:20 -0700

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (258 lines)

First, I put a copy of ISBD in English at:

http://kcoyle.net/temp/isbd2007.pdf

since none is available on the ISBD site. This may be slightly out of 
date, but I assume it is sufficient for our purposes. At the time I 
pointed folks to pages 21-22 which give a concise map of ISBD areas and 
properties.

On 7/11/12 6:35 AM, [log in to unmask] wrote:

>
> E. The date is preceded by a comma, space (, ).
> G. The place of printing or manufacture, name of the printer or manufacturer and
> date of printing or manufacture (for older monographic resources, when recorded
> as a statement distinct from the publishing statement) are enclosed in one pair
> of parentheses ( ( ) ). Within the parentheses the same punctuation is used as
> in B, C and E.
>

Gordon, if this is the SES mapping for the ISBD string, then this does 
make sense to me. This fits in with the 8 (9?) Area properties, and the 
decoding algorithms exist because this is exactly what ISBD was designed 
for: decoding of the strings using punctuation.

However, the definition of ISBD in RDF creates properties for the 
individual elements within those area strings:

http://metadataregistry.org/schemaprop/show/id/1957.html
   -- for "hasPlaceOfPublicationProductionDistribution"

and the AP places these within an SES:

<StatementTemplate ID="hasPublicationProductionDistributionEtcArea" 
minOccurs="1" maxOccurs="1" type="nonliteral">
       <Property>http://iflastandards.info/ns/isbd/elements/P1162</Property>
       <!-- Area 4 is an aggregated statement with SES -->
       <NonLiteralConstraint 
descriptionTemplateRef="DThasPublicationProductionDistributionEtcArea"> 

         <ValueStringConstraint>
 
<SyntaxEncodingScheme>http://iflastandards.info/ns/isbd/elements/C2007</SyntaxEncodingScheme>
         </ValueStringConstraint>
       </NonLiteralConstraint>
     </StatementTemplate>

It's the use of individual properties within an SES, not the use of the 
ISBD punctuation within a string, that I find problematic. This would be 
analogous to DC BOX. However, I am questioning that one can use ISBD 
properties in this way due to the dependence on the order of elements in 
the original string.

What would make sense to me would be to create the areas as SES's, and 
then have a separate set of areas that are classes with properties for 
the individual elements of ISBD as members of those classes.

kc


> There is also a set of punctuation patterns intended to cover the most
> commonly-encountered situations. Examples from area 3:
>
>   . — Place of publication or production : name of publisher or producer, date
>   . — Place of publication or production ; place of publication or production :
> name of publisher or producer, date (place of printing or manufacture ; place of
> printing or manufacture : name of printer or manufacturer, date)
>
> Algorithms and code for encoding ISBD aggregated statements/area strings exist.
> It may be possible to develop decoding algorithms, which would be very useful
> for parsing ISBD aggregated statements into strings which could be referenced as
> things. This is the use case I mentioned in the last telecon [3].
>
> ISBD punctuation is relevant to aggregated statements and SESs for MARC21, as
> shown in the DCAM design pattern for Publication statement [4]. The ISBD
> punctuation is embedded in the content (strings) of MARC21 records. This is no
> longer (and in some quarters, never has been) considered good practice, but it
> does lead to a simple SES encoding algorithm: concatenate the element strings
> with a space ( ) delimiter in the order in which they appear. This is discussed
> in [5].
>
> I hope this helps. Some of the discussion has, for me, become quite tantalizing
> [6]
>
> btw, if anyone thinks it would be helpful to have access to the text of ISBD
> (for research purposes such as this discussion), let me know. I may be able to
> put a PDF copy on the wiki ...
>
> Cheers
>
> Gordon
>
> [1]
> http://leo.cilea.it/index.php/jlis/article/download/urn%3Anbn%3Ait%3Aunifi-3793/4408
> [2] http://www.w3.org/2001/sw/wiki/JointMeeting2010
> [3] http://wiki.dublincore.org/index.php/DCAM_Revision/TeleconReport-201206xx
> [4]
> http://wiki.dublincore.org/index.php/DCAM_Revision_Design_Patterns#Publication_statement
> [5] http://managemetadata.com/blog/2012/05/20/taggregations/
> [6] http://en.wikipedia.org/wiki/Tantalus
>
>
>
> On 26 June 2012 at 14:04 Karen Coyle <[log in to unmask]> wrote:
>
>> Thanks, Richard, for putting this into perspective.
>>
>>
>> On 6/25/12 9:01 AM, Richard Urban wrote:
>>
>>>
>>> I don't see how something like ISBD fits this definition of a datatype.
>>> Is there a concept that better fits how we use ISBD? In the RDF datatype
>>> documentation, "RDF provides for XML content as a literal value" (i.e. a
>>> string which contains XML markup is it's own datatype defined as the
>>> class "XMLLiteral"). (see
>>> http://www.w3.org/TR/rdf-concepts/#section-XMLLiteral) Importantly, this
>>> datatype is disjoint from the value space of other XML datatypes (i.e.
>>> dates, integers, etc.). It seems more appropriate to me that ISBD, like
>>> XML, should be considered a markup language rather than a datatype.
>>
>> We'll need to wait for Jon and Gordon to weigh in, but I know that Jon
>> has been at a conference and may be in the midst of lengthy travels.
>> However, they have indeed created a number of SES's that are not
>> "formal" datatypes in the sense you mean, both in RDA in RDF and ISBD in
>> RDF. It's easier to see in the latter because each ISBD area is treated
>> as an SES:
>>
>> http://metadataregistry.org/schemaprop/show/id/2135.html
>>
>> You can see how these appear in the Description Set Profile for ISBD:
>>
>> http://wiki.dublincore.org/index.php/DCAM_Revision_ISBD_DSP
>>
>> While these have been declared as SES's, I don't believe that they are
>> actionable at the moment, in the sense that I don't know of a "mapping
>> rule" for the declared SES's. Nor is it clear to me the relationship of
>> the declared SES and the ISBD RDF properties for that area. So let's
>> hope Jon's travels go well and he arrives refreshed ;-).
>>
>> kc
>>
>>
>>>
>>> I don't think DCAM would want to add a similar class of "ISBDLiteral"
>>> (I'd prefer to leave that to someone developing an Application Profile
>>> that needs to use ISBDLiterals), however we would need a new class in
>>> addition to plain/typed that we currently have. Given the extent to
>>> which "syntax encoding scheme" is already used within DC documentation
>>> to refer to formal datatypes, it may be necessary to coin a new term
>>> that denotes this class of more complex representation types. (it's a
>>> bit of a minefield, so I'd like to think more on it before offering
>>> suggestions).
>>>
>>> Richard J. Urban, Assistant Professor
>>> School of Library and Information Studies
>>> College of Communication and Information
>>> Florida State University
>>> [log in to unmask] <mailto:[log in to unmask]>
>>> @musebrarian
>>>
>>> On Jun 24, 2012, at 4:22 PM, Karen Coyle wrote:
>>>
>>>> On 6/24/12 9:32 AM, Dan Matei wrote:
>>>>
>>>>>>> [URI(Beatles)] [URI(hasAppelation)]
>>>>>>> [<name><nosort>The</nosort>Beatles</name>]
>>>>>>
>>>>>> What makes the value here an SES rather than a literal? In the case of
>>>>>
>>>>> Maybe a consuming application produces both a display form and a sort
>>>>> key.
>>>>
>>>> Sorry, my question was pretty vague. I mean: how is a consuming
>>>> program to know if this is a literal or an SES? In RDF there is a
>>>> datatype, which appears to be quite liberal in application:
>>>>
>>>> "with an additional rdf:datatype="datatypeURI" attribute on the
>>>> property element. Any RDF URI reference can be used in the attribute." [1]
>>>>
>>>> The DCAM SES is defined as:
>>>>
>>>> "syntax encoding scheme (http://www.w3.org/2000/01/rdf-schema#Datatype)
>>>> A set of strings and an associated set of rules that describe a
>>>> mapping between that set of strings and a set of resources. The
>>>> mapping rules may define how the string is structured (for example
>>>> DCMI Box) or they may simply enumerate all the strings and the
>>>> corresponding resources (for example ISO 3166)." [2]
>>>>
>>>> So I'm wondering what constitutes a "mapping rule"? RDF does not
>>>> appear to require a mapping rule, only a URI that defines (in some
>>>> way) a datatype. Is the DCAM SES intended to be more strictly defined
>>>> than the RDF:datatype? If not, is there a reason to define the SES if
>>>> it is the same as the RDF:datatype?
>>>>
>>>> Shouldn't the examples here include the URI for the datatype/SES? Is
>>>> that all that is required to make these valid DCAM?
>>>>
>>>>
>>>> kc
>>>> [1] http://www.w3.org/TR/REC-rdf-syntax/#section-Syntax-datatyped-literals
>>>> [2] http://dublincore.org/documents/abstract-model/#sect-7
>>>>>
>>>>>> documentation in PDF enough to qualify as a "mapping rule"? Does a
>>>>>> mapping rule have to be machine-actionable, e.g. in the case above would
>>>>>> an XML schema be a mapping rule? And how will mapping rules for
>>>>>> RDF-defined properties be expressed (since RDF, as I understand it, does
>>>>>> not actually constrain in the sense that XML schema does).
>>>>>
>>>>> I don't know the canonical way of associating a SES with an RDF
>>>>> statement. I would use (shamelessly) reification :-)
>>>>>
>>>>>>>
>>>>>>> [URI(Dostoyevsky)] [URI(hasAppelation)]
>>>>>> [<firstName>Fyodor</firstName><patronimic>Mikhaylovich</patronimic><surname>Dostoyevsky</surname>]
>>>>>
>>>>> Or, in this case, a useful form would also be:
>>>>>
>>>>> [URI(Dostoyevsky)] [URI(hasAppelation)] [Fyodor
>>>>> Mikhaylovich<b>Dostoyevsky</b>]
>>>>>
>>>>> using HTML as SES.
>>>>>
>>>>> Dan
>>>>>
>>>>
>>>> --
>>>> Karen Coyle
>>>> [log in to unmask] <mailto:[log in to unmask]> http://kcoyle.net
>>>> ph: 1-510-540-7596
>>>> m: 1-510-435-8234
>>>> skype: kcoylenet
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>> --
>> Karen Coyle
>> [log in to unmask] http://kcoyle.net
>> ph: 1-510-540-7596
>> m: 1-510-435-8234
>> skype: kcoylenet
>

-- 
Karen Coyle
[log in to unmask] http://kcoyle.net
ph: 1-510-540-7596
m: 1-510-435-8234
skype: kcoylenet

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

February 2024
January 2024
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
September 2022
August 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
November 2021
October 2021
September 2021
August 2021
July 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
September 2020
August 2020
July 2020
June 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
September 2005
August 2005
July 2005
June 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
March 2004
February 2004
January 2004
November 2003
October 2003
September 2003
August 2003
June 2003
May 2003
April 2003
March 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
December 2000
November 2000
October 2000


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager