-
Notifications
You must be signed in to change notification settings - Fork 36
Design Objective: Follow Best Practices
- http://www.w3.org/DesignIssues/LinkedData.html
- http://linkeddata.org/guides-and-tutorials
- http://www.w3.org/TR/cooluris/
- http://www.w3.org/2001/tag/doc/httpRange-14/2007-05-31/HttpRange-14
- http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/20070727/
- http://ontologydesignpatterns.org/wiki/Main_Page
- http://www.opendatacookbook.net/
- http://opendatamanual.org/ sponsored by the open knowledge foundation.
- http://linkeddatabook.com/editions/1.0/
- http://csarven.ca/how-to-create-a-linked-data-site
- http://pedantic-web.org/
- http://allinthehead.com/retro/245/
- http://tools.ietf.org/html/draft-gregorio-uritemplate-04
- http://www.ietf.org/id/draft-hausenblas-csv-fragment-00.txt
- http://dublincore.org/documents/dcmi-namespace-generic/
- http://www.w3.org/QA/2011/05/hash_uris.html
- http://nuts.geovocab.org/
- http://www.w3.org/DesignIssues/Abstractions.html
- http://www.companieshouse.gov.uk/about/miscellaneous/URI.shtml
- http://blog.opencorporates.com/2011/10/24/why-we-helped-design-the-new-uk-companies-house-uris/
- http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
- http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
- http://www.w3.org/2008/01/rdf-media-types
- http://www.w3.org/Provider/Style/URI.html
- http://www.cs.tut.fi/~jkorpela/tilde.html
- http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook#Ingredients_for_High_Quality_Linked_Data
- http://validator.linkeddata.org/vapour
- RFC uri templates http://www.w3.org/mid/[email protected]
- "Together with REEEP (Renewable Energy and Energy Efficiency Partnership) the Semantic Web Company (SWC) has composed a fundamental publication on the topic of Linked Open Data. Linked Open Data: The Essentials - is a a quick start guide for decision makers who need to quickly get up to speed with the Linked Open Data (LOD) concept and who want to make their organisation a part of this movement." http://www.semantic-web.at/news/swc-publishes-linked-open-data-essentials-book http://www.semantic-web.at/LOD-TheEssentials.pdf http://www.reeep.org/LOD-the-Essentials.pdf
- http://www.w3.org/TR/Content-in-RDF10/
- http://pydanny.blogspot.com/2011/08/github-is-my-resume.html
- Harry Halpin, Valentina Presutti. "An Ontology of Resources: Solving the Identity Crisis" In ESWC 2009.
- http://richard.cyganiak.de/blog/2008/03/what-is-your-rdf-browsers-accept-header/ this returns an RDF description of the Accept header that the tool submits.
- http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
- http://patterns.dataincubator.org/book/index.html
- http://www.cambridgesemantics.com/semantic-university/learn-semantic-web-design-patterns
- http://kerfors.blogspot.se/p/uri-design.html?m=1
- file path URIs: https://github.com/digital-preservation/droid/issues/4#issuecomment-19378109
- "Study on Persistent URIs with identification of best practices and recommendations on the topic for the Member States and the European Commission" by Phil Archer.
- http://richard.cyganiak.de/blog/2006/06/an-rdf-design-pattern-inverse-property-labels/
- http://www.bigdata.com/whitepapers/reifSPARQL.pdf
- Internet of Trees: http://ibmdatamag.com/2014/03/the-internet-of-trees/
- http://www.w3.org/TR/ld-bp
http://vivo.ufl.edu/individual/n1225880055
303s to http://vivo.ufl.edu/display/n1225880055
, which includes:
<link rel="alternate" type="application/rdf+xml" href="/individual/n1225880055/n1225880055.rdf" />
<link rel="alternate" type="application/rdf+xml" href="http://id.loc.gov/vocabulary/countries.rdf"/>
rapper -q -g -o turtle http://id.loc.gov/vocabulary/countries.html
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://www.w3.org/1999/xhtml> .
<http://id.loc.gov/vocabulary/countries.html>
<http://www.w3.org/1999/xhtml/vocab#alternate> <http://id.loc.gov/vocabulary/countries.json>, <http://id.loc.gov/vocabulary/countries.nt>, <http://id.loc.gov/vocabulary/countries.rdf>, <http://id.loc.gov/vocabulary/countries/feed/1> ;
<http://www.w3.org/1999/xhtml/vocab#stylesheet> <http://id.loc.gov/static/css/loc_print_v2.css>, <http://id.loc.gov/static/css/loc_standard_v2.css> .
- SemanticOverflow
- http://answers.semanticweb.com/questions/?
- http://www.quora.com/Semantic-Web?q=Semantic+Web
That's an ongoing argument in http circles. The spec clearly allows it, and a lot of people think it's the implied recommended behavior. However, the spec has this informative note:
""" Note: HTTP/1.1 servers are allowed to return responses which are not acceptable according to the accept headers sent in the request. In some cases, this may even be preferable to sending a 406 response. User agents are encouraged to inspect the headers of an incoming response to determine if it is acceptable. """
I think it's stupid, and clearly has an anti-user feel to it. If you're using Accept headers/conneg, then you have to be checking the content-type of the response anyway, so there shouldn't be any problem with sending them back a response with a type they didn't request if you can't satisfy their conneg preferences directly. But doing the 406 thing ends up fucking people up like you who try to do curl or something and end up with a zero-length content body. It's stupid (especially if there's no content body that tells you what media types are acceptable which IS recommended by the spec).
At the very least our system should include a list of acceptable media types. I'd suggest it should just be picking a canonical one, though, and returning that in case of conneg failure.
-g
From DWBP:
At the begin of the week I've created a wiki page [1] to write our drafts about URI Design. I've been editing this document with some thoughts and some texts found about the topic. In the document I put a snippet about good and bad pratices for persistent URIs extracted from the ''D7.1.3 - Study on persistent URIs" document (co-authored by Phill) [2]. In addition to that, I was wondering if should we merge this BP URI Doc with the "Data on the Web URI Best Practices (durip)" [3], that is the document written bu Carrasco exposing some good uses and recomendations of URIs to access data on the web. What do you think about it?
[1] https://www.w3.org/2013/dwbp/wiki/URI_Design_and_Management_for_Persistence [2] https://joinup.ec.europa.eu/sites/default/files/c0/7d/10/D7.1.3%20-%20Study%20on%20persistent%20URIs.pdf -That is the original, formal publication, yes. A textually identical version in HTML with fragment IDs everywhere for ease of reference is at http://philarcher.org/diary/2013/uripersistence/ [3] https://www.w3.org/2013/dwbp/wiki/Data_on_the_Web_URI_Best_Practices
Also, please note that the UK work that is referenced by just about everyone is being updated. The latest version is at
https://github.com/UKGovLD/URI-patterns-core/blob/master/URI%20Patterns%20v0.4.md
and includes some important evolutionary steps from the original. There's a closely related doc on URIs for location at https://github.com/UKGovLD/URI-patterns-location/blob/master/URI%20for%20Location%20v0.2.md
The main evolution is encapsulated in the diagram showing the left mid and right hand side of the URI. It's a question of governance as much as tech. I've been working on a related document with the EU institutions that I think will be public soon.
The Semantic Web: The Inside Story - Jim Hendler
- A walk through what the Semantic Web is from a conceptual point-of-view: Why do it?
- A review of how Semantic Web has been "insanely successful technology" that we use every day
- A few challenges to the audience
- Offers to take on any questions about the Semantic Web
Inight-NUIG has been working with the Irish government on establishing support documentation for the national Open Data initiative. The results of our research has now been published. The documents are available here [1] and the official announcement from the government is available here [2]. The Open Data Ireland: Best Practice Handbook, which details elements of an Open Data Ecosystem, might be of particular interest to this group. We would be interested in hearing any feedback you have. Best Practice Handbook – this is the core document which draws together existing best practice standards for the publication and re-use of Open Data to assist in establishing best practice standards in Ireland Data Audit Report – reports on an audit of the Irish public sector datasets available online and aligns the findings with the ‘common high-value datasets’ based on the G8 Open Data Charter categories Roadmap – sets out a detailed 3 year plan for the objectives, structure and actions necessary to advance publication of national and regional Open Data for maximum impact Evaluation Framework - to assess the current state of readiness for Open Data in Ireland; to monitor and assess the ongoing progress of the initiative, and to measure the actual economic, social and political impact of the initiative. Open Data Publication Handbook - a step-by-step guide for public bodies publishing Open Data on the National Open Data Portal (data.gov.ie).
[1] https://www.insight-centre.org/users/deirdre-lee [2] http://www.per.gov.ie/minister-howlin-launches-open-data-initiative/