schema:url equivalent to foaf:page#2596
Conversation
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.
|
Using 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 I guess @danbri as original FOAF author might have views! |
|
This pull request is being tagged as Stale due to inactivity. |
|
No activity in the last 4 years so closing as obsolete. Please feel free to add a new issue if this is still relevant. |
|
I wouldn’t add this mapping
schema:url is used in several different ways, not a lot of value tying it
to foaf:page explicitly
…On Fri, Oct 25, 2024 at 10:11 Alex Jansen ***@***.***> wrote:
No activity in the last 4 years so closing as obsolete. Please feel free
to add a new issue if this is still relevant.
—
Reply to this email directly, view it on GitHub
<#2596 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJSGPWCIKYC2NQFYYDZ6LZ5IDLVAVCNFSM6AAAAABQS2T6UKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZXGI4DKOJYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
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. |
|
Nah it’s fine
Not rude if true or true enough…
…On Fri, Oct 25, 2024 at 19:38 Matthew Rawlings ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#2596 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJSGLMXZRCQM72PU3J24LZ5KFYVAVCNFSM6AAAAABQS2T6UKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZYGU3DKOJVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.