Skip to content

schema:url equivalent to foaf:page#2596

Closed
rawmatt wants to merge 2 commits intoschemaorg:mainfrom
rawmatt:rawmatt-foaf-page
Closed

schema:url equivalent to foaf:page#2596
rawmatt wants to merge 2 commits intoschemaorg:mainfrom
rawmatt:rawmatt-foaf-page

Conversation

@rawmatt
Copy link
Copy Markdown

@rawmatt rawmatt commented Jun 4, 2020

Adds an alignment between schema:url and foaf:page.

I use DCAT, Schema.org, and FOAF to describe my dataset products. The alignment between Schema.org and FOAF currently exists in DCAT https://github.com/w3c/dxwg/blob/c58b79313c10be2ec13c32d8296098fbc050d216/dcat/rdf/dcat-schema.ttl#L223, not in Schema.org.

The effect is that even though I may have no usage of DCAT vocabulary, whether I include the DCAT definitions or not affects my data described using Schema.org.

I believe the alignment between FOAF and Schema.org is better served being in Schema.org, rather than being in a third vocabulary.

rawmatt added 2 commits June 3, 2020 21:47
Adds an alignment between schema:url and foaf:page.

I use DCAT, Schema.org, and FOAF to describe my dataset products. The alignment between Schema.org and FOAF currently exists in DCAT https://github.com/w3c/dxwg/blob/c58b79313c10be2ec13c32d8296098fbc050d216/dcat/rdf/dcat-schema.ttl#L223, not in Schema.org. 

The effect is that even though I may have no usage of DCAT vocabulary, whether I include the definitions or not affects my data described using Schema.org. 

I believe the alignment between FOAF and Schema.org is better served being in Schema.org, rather than being in a third vocabulary.
Turtle typo - missed moving the terminal point when adding an additional statement to :url.
@stain
Copy link
Copy Markdown

stain commented Jul 7, 2020

Using owl:equivalentProperty means (at least in OWL) you also get the inference that the range of http://schema.org/url is a foaf:Document however https://schema.org/url does not require the URL to be (pointing at) a document. For instance the URL can be a #section within a page, a JPEG picture, a mp4 video, a mp3 podcast or a web form.

With the OWL inference you also get along the inverse foaf:topic which is a bit strong implication for what may not be a document.

Personally I would think a more natural mapping of topic/page would be:

Then we also have the more specific subproperties on both sides:

To be honest I am not sure what is the originally purpose of http://schema.org/url although its ambiguousness have always came in handy when @id is too strong and subjectOf too documenty - it's like a generic <a href=""> without a rel and without having to say anything more about the URL.

I guess @danbri as original FOAF author might have views!

@RichardWallis RichardWallis changed the base branch from master to main July 23, 2020 13:05
@github-actions
Copy link
Copy Markdown

This pull request is being tagged as Stale due to inactivity.

@github-actions github-actions Bot added the no-pr-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Sep 22, 2020
@github-actions github-actions Bot removed the no-pr-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Oct 18, 2024
@alex-jansen
Copy link
Copy Markdown
Contributor

No activity in the last 4 years so closing as obsolete. Please feel free to add a new issue if this is still relevant.

@danbri
Copy link
Copy Markdown
Contributor

danbri commented Oct 25, 2024 via email

@rawmatt
Copy link
Copy Markdown
Author

rawmatt commented Oct 25, 2024

The underlying issue is DCAT makes 5 statements about the alignment between FOAF and SDO: https://github.com/w3c/dxwg/blob/c58b79313c10be2ec13c32d8296098fbc050d216/dcat/rdf/dcat-schema.ttl.

It seems to me that DCAT should not be making alignment statements about DCAT, not about FOAF and SDO. It feels rude for DCAT to add FOAF and SDO definitions. There is no way to close a vocabulary to prevent other vocabularies from changing the definitions.

I'll add an issue to DCAT.

@danbri
Copy link
Copy Markdown
Contributor

danbri commented Oct 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants