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

Help for DC-USAGE Archives


DC-USAGE Archives

DC-USAGE Archives


DC-USAGE@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-USAGE Home

DC-USAGE Home

DC-USAGE  July 2018

DC-USAGE July 2018

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

[DCUB] Status of all issues related to ranges

From:

Thomas Baker <[log in to unmask]>

Reply-To:

DCMI Usage Board <[log in to unmask]>

Date:

Fri, 20 Jul 2018 08:11:25 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (266 lines)

Dear all,

This review covers all remaining issues related to ISO 15836 that I see:

Key issue with multiple dimensions:
-- 43. Coining and applying dcam:rangeIncludes

Almost done? Just vote.
-- 22. Comment and examples for dct:language
-- 23. Literal example for dct:coverage
-- 30. Literal value for dct:rights
-- 42. What should metadata creators do when...

Nearing completion?
-- 25. Comments for dct:creator
-- 26. Literal comments for dct:format
-- 29. Pointer to User Guide in dct:relation

More work/discussion required?
-- 28. Definition of dct:related
-- 31. Comment for dct:rightsHolder

Tom

----------------------------------------------------------------------
43. Coining and applying dcam:rangeIncludes

    Issue 32: "Broken ranges? [3] and "Issue 42: Recommended practice, when
    non-literal values are not available" [5] generated some great discussion,
    covering among other things the history of how `rdfs:domain` and
    `rdfs:range` ended up being defined as they currently are.  The issue was
    also discussed in the June 26 telecon.  It looks like we have converged on
    the following approach:

    * Coin `http://purl.org/dc/dcam/rangeIncludes`, e.g., as defined in the
      current ISO draft:

        Class of which a value described by the term may be an instance.

    * Coin `http://purl.org/dc/dcam/domainIncludes`:

        Class of which a resource described by the term may be an instance.

    * Substitute `dcam:rangeIncludes` for `rdfs:range` (and
      `dcam:domainIncludes` for `rdfs:domain`) for all properties _except for_
      properties with a range of `rdfs:Literal` (which will continued to use
      `rdfs:range`).

    Note that the definition of `dcam:rangeIncludes` proposed here is only
    slightly different from that of `rdfs:range` ("class of which a valued
    described by the term _is_ an instance").  For comparison, see the
    Schema.org definitions [1,2].

    Note that the definitions of rangeIncludes and domainIncludes would be
    included in ISO 15836, but as part of Section 3.1 ("Terms and
    definitions"), where they would be defined in words only (i.e., no URI),
    and not in Section 3.3 ("DCMI properties"), which lists properties of the
    /terms/ namespace with their URIs.

    I have created a new issue (https://github.com/dcmi/usage/issues/43) in 
    which I split the problem into several aspects:

    * changing rdfs:range into rangeIncludes for properties that use non-literal values
    * not changing rdfs:range rdfs:Literal
    * definition of rangeIncludes based on current DCMIMT and ISO draft
    * definition of rangeIncludes based on Schema.org
    * definition of range used in current DCMIMT and ISO draft

    [1] https://meta.schema.org/rangeIncludes     
    [2] https://meta.schema.org/domainIncludes  
    [3] https://github.com/dcmi/usage/issues/32   
    [4] https://github.com/dcmi/usage/blob/master/minutes/2018/2018-06-26.dcub-telecon-minutes.md  
    [5] https://github.com/dcmi/usage/issues/42

----------------------------------------------------------------------
22. Comment and examples for dct:language - the ISO draft currently says:

    Note 1 to entry: Recommended practice is to use either a non-literal value
    representing a language from a controlled vocabulary such as ISO 639-2 or ISO
    639-3, or a literal value consisting of an IETF Best Current Practice
    47 [BCP 47] language tag.

    EXAMPLES  http://id.loc.gov/vocabulary/iso639-2/eng
		(English language in the Library of Congress vocabulary of ISO 639-2 languages)
	      http://iso639-3.sil.org/code/eng
		(English language in the SIL International vocabulary of ISO 639-3 languages)
	      en-US (BCP 47 tag for American English)
	      zh-Hant-HK (BCP 47 tag for Hong Kong Chinese in Traditional script)
	      http://catalogue.bnf.fr/ark:/12148/cb119308987 (English language in Rameau)

    This follows Osma's proposal, which has been upvoted by Osma, Tom, Karen, and Antoine.
    A few more votes are needed for approval - see
    https://github.com/dcmi/usage/issues/22#issuecomment-406253315

----------------------------------------------------------------------
23. Literal example for dct:coverage

    Proposed:

        EXAMPLES    1700/1799
                    Boston, MA

    Please vote/comment at:
    https://github.com/dcmi/usage/issues/23#issuecomment-406355149

----------------------------------------------------------------------
25. Comments for dct:creator

    The current ISO draft has the following comment for dct:creator:

        Recommended practice is to refer to the creator with an URI.  If no
        such URI is available, it is acceptable to refer to the creator with a
        literal, such as a name or label of the creator which indicates the
        entity. Literals for personal names should be listed surname or family
        name first, followed by forename or given name. When in doubt, give the
        name as it appears, and do not invert.

    Please comment/vote, bearing in mind Joachim's preference not to encourage
    the use of literals with `dct:creator`, but rather to point users with literals to 
    `http://purl.org/dc/elements/1.1/creator`.

    Comment/vote at
    https://github.com/dcmi/usage/issues/25#issuecomment-406359726

----------------------------------------------------------------------
26. Literal comments for dct:format

    The current ISO draft reads:

	Note 1 to entry: Examples of dimensions include size and duration.
	
	Note 2 to entry: Recommended practice is to use a controlled vocabulary
	such as the list of Internet Media Types [MIME].

	EXAMPLES text/xml
		 4 kB
		 40 x 512 pixels
		 22 in.

    Please note @rguenther52 comment that the PREMIS ontology is removing the
    assertion that premis:hasMedium is a subproperty of dcterms:medium. See:
    https://github.com/PREMIS-OWL-Revision-Team/revise-premis-owl/issues/60 

    Comment/vote at 
    https://github.com/dcmi/usage/issues/26#issuecomment-406362768

----------------------------------------------------------------------
28. Definition of dct:related

    DCMI Metadata Terms defines both dce:relation and dct:relation
    with the following definition and comment:

        A related resource.

        Recommended best practice is to identify the related resource by means
        of a string conforming to a formal identification system.

    The current ISO draft proposes a different definition, a slightly different
    comment, and a second comment:

        A reference to a related resource.

        Best practice is to identify the related resource by means of an URI or
        a string conforming to a formal identification system.

        Dublin Core Usage guide contains more information about various
        relations and how they should be encoded.

    In https://github.com/dcmi/usage/issues/28, I split out three separate 
    issues:
    -- Definition of dct:relation
    -- Comment on "recommended practice"

----------------------------------------------------------------------
29. Pointer to User Guide in dct:relation

    I had closed this issue because the latest ISO draft removed the examples.
    However, I then noticed a second comment that had previously escaped my
    attention:

        Note 2 to entry: Dublin Core Usage guide contains more information
        about various relations and how they should be encoded.

    This points to the old User Guide [1], which was superseded 2005.

    I suggest we either drop the comment (and reference) entirely - or point to
    the 2011 User Guide, which Paul and I will soon copy to a more citable
    location.

    [1] http://www.dublincore.org/documents/usageguide/elements/
    [2] http://wiki.dublincore.org/index.php/User_Guide/Creating_Metadata

    Comment/vote at
    https://github.com/dcmi/usage/issues/29#issuecomment-406318810

----------------------------------------------------------------------
30. Literal value for dct:rights

    The latest iteration of the ISO draft adds a second comment for 
    dct:rights which, when slightly edited to match the DCMIMT style, 
    reads:

        Note 2 to entry: Recommended practice is to refer to a rights
        statement with a URI.  If this is not possible or feasible,
        a short textual description of rights may be provided.

    Please comment/vote at:
    https://github.com/dcmi/usage/issues/30#issuecomment-406321858

----------------------------------------------------------------------
31. Comment for dct:rightsHolder

    There are several proposed wordings in this thread, so I cannot with
    confidence make a counter-proposal.  I suggest we take the (slightly
    edited) text of the current ISO draft as a starting point:

        Note 1 to entry: Recommended practice is to refer to the rights holder
        with a name or URI.

    Note: 
    * in other issues, we have rejected the notion that a literal and a URI be
      used in a single value
    * Juha, Karen, and Osma seem to be saying that if the value is a literal,
      it should not be limited to the name of the rights holder because RFC
      3986 covers things like email addresses and telephone numbers.

    @aisaac Would you like to make a new proposal?

    Follow the thread at
    https://github.com/dcmi/usage/issues/31#issuecomment-406339352

----------------------------------------------------------------------
42. What should metadata creators do when a property has a non-literal range and
    they have only literals?  

    It looks to me like a rough consensus has emerged:
    
    * We recommend URIs as the first option and provide examples.  
    * In general, we allow (though not encourage) the use
      of literal values.  
    * In the ISO standard, where needed, we provide usage recommendations,
      especially to address common problems (e.g., "CC-BY" for Rights, "French"
      for Language).  
    * In the non-normative Annex B to ISO 15836-2, page 27, we add a paragraph
      or two briefly outlining the options for using literals with properties
      with non-literal ranges -- directly as the object, with blank nodes, with
      hash URIs -- and characterize the advantages and disadvantages of each
      approach.  
    * In our message to the world about the outcome of this whole batch of
      ISO-related decisions, we acknowledge, in addition to the above, that it
      would not actually be incorrect to use `/elements/1.1/` properties but
      that using just one namespace keeps down the complexity of the data model
      and of queries.
    
    Do you agree?  Comment/vote at 
    https://github.com/dcmi/usage/issues/42#issuecomment-405961529


-- 
Tom Baker <[log in to unmask]>

########################################################################

To unsubscribe from the DC-USAGE list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=DC-USAGE&A=1

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
February 2023
January 2023
September 2022
July 2022
April 2022
March 2022
February 2022
November 2021
October 2021
September 2021
July 2021
June 2021
May 2021
October 2020
August 2020
July 2020
June 2020
January 2020
October 2019
September 2019
July 2019
June 2019
May 2019
March 2019
February 2019
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
March 2018
May 2015
November 2014
October 2014
April 2014
February 2014
June 2012
May 2012
April 2012
September 2011
May 2011
March 2011
February 2011
January 2011
October 2010
September 2010
August 2010
June 2010
May 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
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 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
October 2005
September 2005
August 2005
July 2005
June 2005
May 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
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 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
December 2000
September 2000
August 2000
June 2000
May 2000
April 2000
March 2000
February 2000
January 2000
December 1999
November 1999


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