Skip to content

Instantly share code, notes, and snippets.

@danielhmills
Created July 8, 2022 19:43
Show Gist options
  • Save danielhmills/20f9ace1000bce4428ca9b76522f0f55 to your computer and use it in GitHub Desktop.
Save danielhmills/20f9ace1000bce4428ca9b76522f0f55 to your computer and use it in GitHub Desktop.
### TURTLE START ###
PREFIX : <https://help.twitter.com/en/using-twitter/cotweets#>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
:cotweet
a schema:Question;
rdfs:label """What’s a CoTweet?"""^^xsd:string;
schema:acceptedAnswer :cotweet-answer.
:cotweet-answer
a schema:Answer;
rdfs:label """A CoTweet is a co-authored Tweet that’s posted simultaneously to both authors' profiles and their followers’ timelines. You’ll recognize a CoTweet when you see two authors’ profile pictures and usernames in the header. CoTweets help authors share the spotlight, unlock opportunities for engaging new audiences, and enhance their established partnerships."""^^xsd:string.
:cotweethow
a schema:Question;
rdfs:label """How do CoTweets work?"""^^xsd:string;
schema:acceptedAnswer :cotweethow-answer.
:cotweethow-answer
a schema:Answer;
rdfs:label """When two authors decide to CoTweet, the first step is to finalize the content they’d like to share. We recommend using Direct Messages to collaborate. """^^xsd:string.
:draft
a schema:Question;
rdfs:label """How do you draft a CoTweet? """^^xsd:string;
schema:acceptedAnswer :draft-answer.
:draft-answer
a schema:Answer;
rdfs:label """Once the messaging is ready, one author creates the CoTweet and initiates an invite to the co-author. When the co-author accepts the CoTweet invitation, the CoTweet immediately posts to each author’s profile and both of their followers’ timelines.
"""^^xsd:string.
:edit
a schema:Question;
rdfs:label """Can a CoTweet’s content be edited or adjusted after the invitation is sent? """^^xsd:string;
schema:acceptedAnswer :edit-answer.
:edit-answer
a schema:Answer;
rdfs:label """Open the Tweet composer. Add the co-authored messaging and tap the CoTweet icon. Select a co-author from your follower list and tap Send invite."""^^xsd:string.
:sentinvite
a schema:Question;
rdfs:label """What happens after I send a CoTweet invite?"""^^xsd:string;
schema:acceptedAnswer :sentinvite-answer.
:sentinvite-answer
a schema:Answer;
rdfs:label """CoTweet content can’t be edited or adjusted after a CoTweet invite is sent. """^^xsd:string.
:cotweetwho
a schema:Question;
rdfs:label """Who can you invite to CoTweet with you?"""^^xsd:string;
schema:acceptedAnswer :cotweetwho-answer.
:cotweetwho-answer
a schema:Answer;
rdfs:label """If you need to change a CoTweet’s content after sending an invite, you can delete the CoTweet and start again.
"""^^xsd:string.
:cotweetmulti
a schema:Question;
rdfs:label """Can you CoTweet with multiple people? """^^xsd:string;
schema:acceptedAnswer :cotweetmulti-answer.
:cotweetmulti-answer
a schema:Answer;
rdfs:label """After a CoTweet invite is sent, the co-author can accept or decline the invitation."""^^xsd:string.
:cotweetvtweet
a schema:Question;
rdfs:label """ How is a CoTweet different from a Tweet? """^^xsd:string;
schema:acceptedAnswer :cotweetvtweet-answer.
:cotweetvtweet-answer
a schema:Answer;
rdfs:label """If the CoTweet is accepted by the co-author who received the invite, the CoTweet posts to each author’s profile and both of their followers’ timelines.
"""^^xsd:string.
:cotweetshare
a schema:Question;
rdfs:label """Can I share a CoTweet in a limited group like Twitter Circle or Super Follows?"""^^xsd:string;
schema:acceptedAnswer :cotweetshare-answer.
:cotweetshare-answer
a schema:Answer;
rdfs:label """If the CoTweet invite is declined, the CoTweet invite is deleted.
"""^^xsd:string.
:cotweetpins
a schema:Question;
rdfs:label """Can hosts pin a CoTweet to their Spaces? """^^xsd:string;
schema:acceptedAnswer :cotweetpins-answer.
:cotweetpins-answer
a schema:Answer;
rdfs:label """You can send CoTweet invites to people that follow you and have public accounts."""^^xsd:string.
:cotweetblock
a schema:Question;
rdfs:label """Can I block CoTweet invitations if I don’t want to receive them?"""^^xsd:string;
schema:acceptedAnswer :cotweetblock-answer.
:cotweetblock-answer
a schema:Answer;
rdfs:label """Since only two authors can appear on a CoTweet’s header at once, you can only invite one co-author per CoTweet. """^^xsd:string.
:cotweetusername
a schema:Question;
rdfs:label """What if I no longer want my username displayed on a CoTweet?"""^^xsd:string;
schema:acceptedAnswer :cotweetusername-answer.
:cotweetusername-answer
a schema:Answer;
rdfs:label """You can send as many CoTweet invites as you’d like.
"""^^xsd:string.
:cotweetinvites
a schema:Question;
rdfs:label """What happens to a CoTweet if the author or co-author deactivates or protects their account? """^^xsd:string;
schema:acceptedAnswer :cotweetinvites-answer.
:cotweetinvites-answer
a schema:Answer;
rdfs:label """While a Tweet has a single author, a CoTweet has two authors (or author and co-author) that share ownership and audience. Other similarities and differences include:"""^^xsd:string.
:cotweetdeactivate
a schema:Question;
rdfs:label """Where do I find CoTweet invitations sent to me? """^^xsd:string;
schema:acceptedAnswer :cotweetdeactivate-answer.
:cotweetdeactivate-answer
a schema:Answer;
rdfs:label """Retweet: Anyone on Twitter can ReTweet a CoTweet
Quote Tweet: Anyone on Twitter can Quote Tweet a CoTweet. Two authors can also Quote Tweet together."""^^xsd:string.
### TURTLE END ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment