"@context": [
-
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Quotation": "as:Quotation",
"citation": "as:citation",
"quotation": "as:quotation"
},
],#ActivityPub #ActivityStreams #FediDev #Fediverse #JSONLD #ObjectTypeQuotation
-
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Quotation": "as:Quotation",
"citation": "as:citation",
"quotation": "as:quotation"
},
],#ActivityPub #ActivityStreams #FediDev #Fediverse #JSONLD #ObjectTypeQuotation
What's this about? Quote posts per Mastodon are a FEP: https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
Those terms do not exist in the ActivityStreams spec?
-
What's this about? Quote posts per Mastodon are a FEP: https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
Those terms do not exist in the ActivityStreams spec?
No. Not for quote-posts.
For quoting things from the books, scholarly papers, blog posts, videos, podcasts, etc.
@reiver ⊼ (Charles) :batman: (@reiver@mastodon.social)
Attached: 1 image Quotations & the Fediverse / ActivityPub 1/ One thing I used to do a lot on social-media is — post quotations. Sometimes I was reading a book. And, I would quote things from the book and post it on social-media. Or I was reading a scholarly paper, or reading a blog post, or watching a video, or listening to a podcast, etc. ... I was thinking — how could you represent a quotation in ActivityPub‽ #ActivityPub #ActivityStreams #FediDev #Fediverse #ObjectTypeNote #ObjectTypeQuotation
Mastodon (mastodon.social)
.
-
No. Not for quote-posts.
For quoting things from the books, scholarly papers, blog posts, videos, podcasts, etc.
@reiver ⊼ (Charles) :batman: (@reiver@mastodon.social)
Attached: 1 image Quotations & the Fediverse / ActivityPub 1/ One thing I used to do a lot on social-media is — post quotations. Sometimes I was reading a book. And, I would quote things from the book and post it on social-media. Or I was reading a scholarly paper, or reading a blog post, or watching a video, or listening to a podcast, etc. ... I was thinking — how could you represent a quotation in ActivityPub‽ #ActivityPub #ActivityStreams #FediDev #Fediverse #ObjectTypeNote #ObjectTypeQuotation
Mastodon (mastodon.social)
.
@reiver @thisismissem instead of making up properties that don't exist in a namespace that you don't own, you should use something that someone else already defined properly within their own authority, or otherwise define stuff under your own authority.
for example: CITO is an ontology for citations http://purl.org/spar/cito
see also http://www.w3.org/ns/prov#Quotation or http://purl.org/spar/fabio/Quotation
-
@reiver @thisismissem instead of making up properties that don't exist in a namespace that you don't own, you should use something that someone else already defined properly within their own authority, or otherwise define stuff under your own authority.
for example: CITO is an ontology for citations http://purl.org/spar/cito
see also http://www.w3.org/ns/prov#Quotation or http://purl.org/spar/fabio/Quotation
@reiver @thisismissem but more importantly: before defining such terms, consider what you are actually trying to do with them practically. how do you intend to process them? what's the use case? which information do you need and why? ask yourself those questions first.
-
@reiver @thisismissem but more importantly: before defining such terms, consider what you are actually trying to do with them practically. how do you intend to process them? what's the use case? which information do you need and why? ask yourself those questions first.
I already posted about that.