Wednesday, May 21, 2008
Here are the ways I can think of that an automated system could know that a web page is licensed:
- has a link to a known licence URL
- has a link that has rel="license" attribute in the tag, and a legal expert confirms that the link target is a licence URL
- has a meta tag with name="dc:rights" content="URL", and an expert confirms that the URL is a licence
- has embedded or external RDF+XML with license rdf:resource="URL"
- natural language, such as "This web page is licensed with a Creative Commons Attribution 1.0 Australia License"
- system is told by someone it trusts
- URL is in rel="license" link tag, expert confirms
- URL is in meta name="dc:rights" tag, expert confirms
- URL is in RDF license tag
- page contains an exact copy of a known licence
- system is told by someone it trusts
Labels: ben, quantification
Comments:
Links to this post:
<< Home
Ben Bildstein said:
In order of easiest to hard, I'm thinking:
- 2
- 3
- 6
- 1
- 4
- 5
And for discovering new licences:
- 1
- 2
- 5
- 3
- 4
(I expect this will be the order in which I'll implement them)
Post a Comment
In order of easiest to hard, I'm thinking:
- 2
- 3
- 6
- 1
- 4
- 5
And for discovering new licences:
- 1
- 2
- 5
- 3
- 4
(I expect this will be the order in which I'll implement them)
Links to this post:
<< Home