barmintor / bagit-ldp

7 stars 0 forks source link

Write a prolog that includes the justification #6

Closed barmintor closed 8 years ago

barmintor commented 8 years ago

I think it's probably clear, but basically these were my a-ha moments:

  1. The tagfile/json-ld translatability
  2. The fact that iana:describedby is a predicate that indicates graph continuation
  3. The fact that json-ld's @value attribute can point to a relative fileUri for binary content (so that a node could have a separate @id uri and @value uri)

so yeah, you have some ttl of your LDP object, with relative URIs, and you have a Described-By tag in your bag-info that points to the ttl, and you have a context tagfile that says:

{ "Described-By" : { "@id" : "iana:describedby", "@type" : "xsd:anyURI" } }

barmintor commented 8 years ago

APT preserves the tagfiles now, so your entire package is transportable this way.