linkedhumanities / lode

Linked Open Data Enhancer
4 stars 0 forks source link

Linker interface -- types of links #77

Closed mniepert closed 10 years ago

mniepert commented 10 years ago

Why did you decide against having several types of links in the linker interface. The problem as it is right now, is that you can only create "sameAs" and "differentFrom" links. But what if you want to create a "skos:relatedTo" link? Is there a problem with having this functionality?

sztyler commented 10 years ago

Hi It would be no problem to add e.g. skos:relatedTo to the Linker but...

A few month ago, you create this ticket... https://github.com/linkedhumanities/lode/issues/67

I investigate some time in this issue and noticed that skos:xyz is only conform with concepts not with instances. So I removed it from the Linker page....and nobody raise a plea after I wrote it in issue #67. So....if your are thinking that this is wrong then let me know :)

Source http://www.w3.org/TR/skos-reference/#semantic-relations (Quote: "The property skos:related is used to assert an associative link between two SKOS concepts.")

mniepert commented 10 years ago

This relates to a deeper questions about the (often ambiguous) distinction between instances and concepts. For instance, what is dbpedia:animal? Is it a concept or an instance? I would say it is the former. And what about inpho:philosophyOfMind? I think the assumption that we only need to create links between instances in the linker is too restrictive. It should be up to the user what relations are offered in the linker interface.

On Tue, Oct 22, 2013 at 12:05 PM, sztyler notifications@github.com wrote:

Hi It would be no problem to add e.g. skos:relatedTo to the Linker but...

A few month ago, you create this ticket...

67 https://github.com/linkedhumanities/lode/issues/67

I investigate some time in this issue and noticed that skos:xyz is only conform with concepts not with instances. So I removed it from the Linker page....and nobody raise a plea after I wrote it in issue #67https://github.com/linkedhumanities/lode/issues/67. So....if your are thinking that this is wrong then let me know :)

Source http://www.w3.org/TR/skos-reference/#semantic-relations (Quote: "The property skos:related is used to assert an associative link between two SKOS concepts.")

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/77#issuecomment-26831976 .

mniepert commented 10 years ago

Just to be clear: #67 was about the enhancer not the linker.

On Tue, Oct 22, 2013 at 12:11 PM, Mathias Niepert mniepert@gmail.comwrote:

This relates to a deeper questions about the (often ambiguous) distinction between instances and concepts. For instance, what is dbpedia:animal? Is it a concept or an instance? I would say it is the former. And what about inpho:philosophyOfMind? I think the assumption that we only need to create links between instances in the linker is too restrictive. It should be up to the user what relations are offered in the linker interface.

On Tue, Oct 22, 2013 at 12:05 PM, sztyler notifications@github.comwrote:

Hi It would be no problem to add e.g. skos:relatedTo to the Linker but...

A few month ago, you create this ticket...

67 https://github.com/linkedhumanities/lode/issues/67

I investigate some time in this issue and noticed that skos:xyz is only conform with concepts not with instances. So I removed it from the Linker page....and nobody raise a plea after I wrote it in issue #67https://github.com/linkedhumanities/lode/issues/67. So....if your are thinking that this is wrong then let me know :)

Source http://www.w3.org/TR/skos-reference/#semantic-relations (Quote: "The property skos:related is used to assert an associative link between two SKOS concepts.")

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/77#issuecomment-26831976 .

mniepert commented 10 years ago

The enhancer can stay the way it is right now.

On Tue, Oct 22, 2013 at 12:11 PM, Mathias Niepert mniepert@gmail.comwrote:

Just to be clear: #67 was about the enhancer not the linker.

On Tue, Oct 22, 2013 at 12:11 PM, Mathias Niepert mniepert@gmail.comwrote:

This relates to a deeper questions about the (often ambiguous) distinction between instances and concepts. For instance, what is dbpedia:animal? Is it a concept or an instance? I would say it is the former. And what about inpho:philosophyOfMind? I think the assumption that we only need to create links between instances in the linker is too restrictive. It should be up to the user what relations are offered in the linker interface.

On Tue, Oct 22, 2013 at 12:05 PM, sztyler notifications@github.comwrote:

Hi It would be no problem to add e.g. skos:relatedTo to the Linker but...

A few month ago, you create this ticket...

67 https://github.com/linkedhumanities/lode/issues/67

I investigate some time in this issue and noticed that skos:xyz is only conform with concepts not with instances. So I removed it from the Linker page....and nobody raise a plea after I wrote it in issue #67https://github.com/linkedhumanities/lode/issues/67. So....if your are thinking that this is wrong then let me know :)

Source http://www.w3.org/TR/skos-reference/#semantic-relations (Quote: "The property skos:related is used to assert an associative link between two SKOS concepts.")

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/77#issuecomment-26831976 .

sztyler commented 10 years ago

Ok - I will extend the Linker with the skos:xyz vocabulary

(but #67 has also the tag "Linker" ;))

mniepert commented 10 years ago

This should be something in the configuration section. There should definitely be an admin interface for this.

On Tue, Oct 22, 2013 at 12:27 PM, sztyler notifications@github.com wrote:

Ok - I will extend the Linker with the skos:xyz vocabulary

(but #67 https://github.com/linkedhumanities/lode/issues/67 has also the tag "Linker" ;))

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/77#issuecomment-26833966 .

sztyler commented 10 years ago

You mean a configuration interface to define which relations are displayed on the Linker page?

mniepert commented 10 years ago

Yes.

On Tue, Oct 22, 2013 at 12:32 PM, sztyler notifications@github.com wrote:

You mean a configuration interface to define which relations are displayed on the Linker page?

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/77#issuecomment-26834768 .

sztyler commented 10 years ago

complete in rev. master 63529a73.

Now it is possible to define in the configeration section which relations should be displayed on the Linker or Enhancer page.