Identifiers. Key points What makes something an identifier? What do they identify? What are the rules?

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Pages and boxes Building quick user interfaces. learning objectives o Build a quick UI with pages and boxes o understand how pages and boxes work o click.
Tutorial 6 Creating a Web Form
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
Slide ESA/NAFEMS Seminar, Noordwijk Semantic Web technologies for the management of Engineering Analysis processes and data David Leal CAESAR.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
PHP and MySQL Code Reuse, OO, Error Handling and MySQL (Intro)
Copyright ©2014 Pearson Education, Inc. Chapter 3 Requirements and Business Rules Chapter3.1.
Human readable Natural language Ambiguous But what about machine-readable text?
SSL (Secure Socket Layer) and Secure Web Pages Rob Sodders, University of Florida CIS4930 “Advanced Web Design” Spring 2004
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
EZID (easy-eye-dee) is a service that makes it simple for digital object producers (researchers and others) to obtain and manage long-term identifiers.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Shows the entire path to the file, including the scheme, server name, the complete path, and the file name itself. Same idea of stating your full name,
Making Literature Matter 5 th Edition John Schilb John Clifford ©2012 Bedford/St. Martin’s ISBN-10: ISBN-13:
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
Exploring Web Page Design. What is a Web Page?  A web page is a multimedia file which can be stored on a web server.  It can include text, graphics,
Parts of a URL (Uniform Resource Locator). Let’s study more closely what the parts of this string indicate.
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
Tutorial: Web Publishing. Web Publishing Tutorial IS for Management2 Web Publishing Web pages are stored on a Web server: a computer with a unique Web.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
Information Trapping Subscribing to RSS Feeds or Alerts to Make Research Easier.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Introduction To Internet
Hello We are looking for a coder to code the following We have a network that has different sites: we need an application that will scan the network and.
Introduction to web development and HTML MGMT 230 LAB.
Database Design. Referential Integrity : data in a table that links to data in another table must always work in such a way that following the link will.
Robin Mullinix Systems Analyst GeorgiaFIRST Financials PeopleSoft Query: The Next Step.
PHP and MySQL Code Reuse, OO, Error Handling and MySQL (Intro)
Put your assignment on the page. Embed a document for students to complete and send back to you. Have students complete the document and submit it to.
+ Information Systems and Databases 2.2 Organisation.
Domain, , Web hosting and Web design. Domain Name Domain name is a unique name given to concern company or entrepreneur while registration of company.
CHAPTER 7 THE INTERNET AND INTRANETS 1/11. What is the Internet? 2/11 Large computer network ARPANET (Dept of Defense) It is international and growing.
Globally Unique Identifiers in Biodiversity Informatics Kevin Richards Landcare Research NZ TDWG 2008.
CS 149 Advance Perl Final Project Implementing an E-commerce shopping cart using cookies Presented by Dzung Tran.
1 Working with ASP.NET Master Pages By huda AlSuwailem Reference: Mastering Microsoft Visual Web Developer 2005 Express Edition by John Paul Mueller.
1 Experimental Slide Show Using MS PowerPoint “Experimental” means I have no idea if it will work!! Photography is the result of a lot work by BOB LUND.
Determining the URL for a Web Document. Components The URL of a web document consists of 1.The server address 2.The folder structure 3.The file name.
The Internet and World Wide Web Sullivan University Library.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Chapter 3 Requirements and Business Rules Copyright © 2012 Pearson Education, Inc. Publishing as Prentice HallChapter3.1.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 1: Introduction to IS2803 Rob Gleasure
Lists Module 2: XHTML Basics LESSON 8. Module 2: XHTML Basics LESSON 8 Lesson Overview In this lesson, you will learn to:  Create lists using XHTML code.
TEaCH By Design Michelle, Stephanie, Lindsey, Grant, Anastasia.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
Hyperlinks Links for Other Pages. Hyperlink (aka Link) Text (or image) user can click Takes user to different location In general, location can be: On.
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Ontologies and Linked Data (Introductory Lecture) Piotr Lapo, General Library Expert Nazarbayev University Library
Working with ASP.NET Master Pages.
PIDs and National PID Services
CISC103 Web Development Basics: Web site:
ITI 133 HTML5 Desktop and Mobile Level I
Wordpress.
Affiliate Advantage How to
Persistent identifiers in VI-SEEM
CISC103 Web Development Basics: Web site:
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Objectives To understand the about types of computer network
The Internet and Electronic Mail
Web Server Technology Unit 10 Website Design and Development.
Unit 3 Test Building a Web Site Test.
INTRODUCTION TO OU CAMPUS
Linking to files from your myASU course site
ประกาศกระทรวงอุตสาหกรรม ฉบับที่ 5292 (พ.ศ. 2562)
Introduction To Building a Web Site
Presentation transcript:

Identifiers

Key points What makes something an identifier? What do they identify? What are the rules?

Identifiers Unique Consistent Persistent

Identifiers What they do: identify uniquely Advantages: sharing across languages update displays globally unambiguous Identifiers on the web use http: and domain names Use of identifiers should be invisible to humans, who should see human-readable displays

Identifiers must…. be unique within domain (private db; web) be consistent (identifier must always ID the same thing; DO NOT RE-USE!) be persistent (must live as long as thing it identifies) be in a standard format

Language ambiguity dog =

Name ambiguity Tolkien, J. R. R. (John Ronald Reuel),

Internationalization (i18n) dog (lang=en) hund (lang = de) perro (lang=sp) chien (lang=fr) IDa87nn3

Rules for identifiers 1. Unique… within a domain Bob has account at Bank of America Mary has account at Chase

Rules for identifiers 1. Unique… within a domain Karen has a web site with file index.html Google has a web site with file index.html kcoyle.net/index.html google.com/index.html

Rules for identifiers 2. Consistent. Same identifier always identifies the same thing.

Note on “Consistent” Same thing may get more than one identifier – this happens naturally in the creation of metadata. It’s not a huge problem as long as you have a way of saying that: A = B So that you can bring together the identifiers for the same thing.

Rules for identifiers 3. Persistent. The identifier does not change. Smith, John,

Rules for identifiers 4. In a standard format urn:ISBN: Web

Identifiers: what they identify Easier to attach an identifier than understand what it actually identifies. ISBN – identifies publisher’s product LCCN – identifies LC-created metadata; \= ISBN even though may have very similar metadata to publisher’s DOI – identifies item in DOI system, but may link to a general sales page

Identifiers should … link to information about who created and supports them lead to information about the thing identified

Identifier readability Opaque: no meaning to the identifier: (just a string) 93IG9484KF Readable: makes sense to a human: Can be both: system can add readable bit to opaque identifier:

Exercise: Identifiers

three questions: 1. What does it identify? 2. In what context is the identifier unique? 3. What could be done to make it unique “globally” on the Web?

UPC code

ISBN

address

Telephone number Tel : | Fax: | librarian [at] sarawak [dot] gov [dot] my

Telephone Codes

Telephone codes 02Singapore 082 Kuching (Sarawak)