-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vocabulary item for "Blog" type #157
Comments
I'm not convinced actually. A blog is essentially an ordered collection of articles or notes. It can easily be represented using either |
Landed this change: 0e3d4fa It replaces the use of Going to keep this issue open, however, so we can deal with the question of whether we need a specific object type for Blog. |
👍 for using OrderedCollection. |
I think |
@evanp ... are you fine with me closing this? Is this something you wanted to pursue further? |
So, will we keep Album but not Blog? It really feels like we're missing a fundamental social data type. That said, I'm willing to grit my teeth and bare it, if we change the janky URN type in the example to the recommended type. Collection-of-Articles, I guess? |
Given that (a) there is zero consensus around even the fundamental aspects of the social API and (b) zero notion of what the key social data types the API will be dealing with are, it's likely better to stick with the fairly minimal set we have now or even pair back on the ones we do have (I'd be amenable to removing Album, for instance). |
+1 for using OrderedCollection. Otherwise we end up with a dozen different container objects like Wiki library, discussion forum, ... |
What property/properties do we use to 'follow our nose' from Actor to its Collections eg. Blog or Album? See also:
SIOC Types Module already defines various relevant types - http://rdfs.org/sioc/spec/#sec-modules |
On Nov 3, 2015 4:08 AM, "elf Pavlik" [email protected] wrote:
These aren't properties, they are object types, so the question does not
The basic mechanism is there already. I had a PR that suggested adding a
|
Removing Album makes a little bit of sense in this context, doesn't it? A Collection of images/media is an Album, then a Collection of Articles are a Blog... but if a Collection is good enough for Blog, then it is good enough for Album, yes? Maybe a solution is having a Collection that has some metadata describing what types of objects are within it instead of all of these potential fairly-specific subclasses of that behavior... but maybe that's what calling something an "Album" says... but maybe "Collection of Images" or "Collection of Articles" says a little bit more. |
@evanp ... here's an alternative proposal: #239 (comment) |
usually we don't follow our nose using types but properties so the question stays valid, to explain it further
for example http://microformats.org/wiki/existing-rel-values includes feed |
👍 to OrderedCollection in the example |
The core document, in example 6, uses "urn:example:types:blog" as the type for a blog. Since this is a pretty core type which we're using for one of the first examples, it should probably be a Vocabulary class instead.
I'd compare the Album type in example 7. They're very similar types.
The text was updated successfully, but these errors were encountered: