Containers of Triples
From RDF Working Group Wiki
(→Applicable Metadata Properties) |
(→Applicable Metadata Properties) |
||
| Line 18: | Line 18: | ||
<th>static g-box</th> | <th>static g-box</th> | ||
</tr> | </tr> | ||
| + | |||
<tr> | <tr> | ||
<td>"Last Modified" (What was the most recent time there was a change in which triples it contained?)</td> | <td>"Last Modified" (What was the most recent time there was a change in which triples it contained?)</td> | ||
| Line 25: | Line 26: | ||
<td style="color:green">Yes [1]</td> | <td style="color:green">Yes [1]</td> | ||
</tr> | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>"Creation Time" (When was it created? What is the time before which it did not exist?)</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes [1]</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>"Content-Length" (How many bytes long is it)</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>"Content-Type" (Which format or language is it written in, eg "application/rdf+xml")</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>Read Access List (What is the complete list of people who are allowed to see which triples are in it?)</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>Write Access List (What is the complete list of people who are allowed to update which triples are in it?)</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>Maintainer (Who is responsible for maintaining this information?)<td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:gray">No</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes [2]</td> | ||
| + | </td> | ||
| + | |||
| + | <tr> | ||
| + | <td>Creator (Who created this?)</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes [3]</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | </td> | ||
| + | |||
| + | <tr> | ||
| + | <td>License (What is the legal license expressing how this may be used?)</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes [4]</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | <td style="color:green">Yes</td> | ||
| + | </td> | ||
| + | |||
| + | |||
</table> | </table> | ||
| Line 30: | Line 97: | ||
[1] For a frozen g-box, Last-Modified is the time it became frozen. | [1] For a frozen g-box, Last-Modified is the time it became frozen. | ||
| + | |||
| + | [2] Debatable, but maybe providing metadata about it and making it dereferenceable is a kind of maintenance | ||
| + | |||
| + | [3] Can get very poorly-defined, like who created a given wikipedia page. One person started it, but how much of that original work remains? Possibly none of it. | ||
| + | |||
| + | [4] What happens legally if Alice grants you one license and Bob grants you another? That could easily happen if they both licensed the same graph. Does copyright law deal with the possibility of two people creating the same work, independently? If they contain the same triples, there would be no way to distinguish between the g-snap Alice is trying to license and the g-snap Bob is trying to license. | ||
== Sorting Flowchart == | == Sorting Flowchart == | ||
Revision as of 11:12, 5 May 2012
In RDF, people use the term "graph" in many different kinds of ways, referring to many different kinds of collections of triples. Sometimes the distinctions do not matter; sometimes they do. This page explain some of the cases where they do.
Contents |
Applicable Metadata Properties
| Property | g-text | g-snap | g-box | static g-box | |
|---|---|---|---|---|---|
| "Last Modified" (What was the most recent time there was a change in which triples it contained?) | No | No | Yes | Yes [1] | |
| "Creation Time" (When was it created? What is the time before which it did not exist?) | No | No | Yes | Yes [1] | |
| "Content-Length" (How many bytes long is it) | Yes | No | No | No | |
| "Content-Type" (Which format or language is it written in, eg "application/rdf+xml") | Yes | No | No | No | |
| Read Access List (What is the complete list of people who are allowed to see which triples are in it?) | No | No | Yes | Yes | |
| Write Access List (What is the complete list of people who are allowed to update which triples are in it?) | No | No | Yes | No | |
| Maintainer (Who is responsible for maintaining this information?) | No | No | Yes | Yes [2] |
