Last active
July 20, 2023 14:38
-
-
Save flyingmachine/c75a249c94e7f4a45bb46085a5e4ac58 to your computer and use it in GitHub Desktop.
Revisions
-
flyingmachine revised this gist
Jul 20, 2023 . 2 changed files with 7 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ { "@context": {"s": "https://schema.org"}, "@type": "Cryptid", "s:email": "[email protected]", "s:jobTitle": "Research Assistant", "s:name": "Freddy the Yeti" } -
flyingmachine revised this gist
Jul 20, 2023 . 4 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes.File renamed without changes.File renamed without changes. -
flyingmachine renamed this gist
Jul 20, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
flyingmachine created this gist
Jul 19, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "@context": { "s": "https://schema.org" }, "@graph": [ { "@id": "https://freddytheyeti.com/me", "@type": "Cryptid", "s:colleague": "https://lettytheyeti.com/me", "s:name": "Freddy the Yeti" }, { "@id": "https://lettytheyeti.com/me", "@type": "Cryptid", "s:colleague": "https://freddytheyeti.com/me", "s:name": "Letty the Yeti" } ] } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Daniel, owns, Potato Potato, is a, cat Potato, likes, playing Potato, likes, chewing on wool This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ { "@context": {"s": "https://schema.org"}, "@type": "Cryptid", "s:email": "[email protected]", "s:jobTitle": "Research Assistant", "s:name": "Freddy the Yeti" } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ { "@context": { "s": "https://schema.org" }, "@graph": [ { "@id": "https://freddytheyeti.com/me", "@type": "Cryptid", "s:colleague": { "@id": "https://lettytheyeti.com/me" }, "s:name": "Freddy the Yeti" }, { "@id": "https://lettytheyeti.com/me", "@type": "Cryptid", "s:colleague": { "@id": "https://freddytheyeti.com/me" }, "s:name": "Letty the Yeti" } ] } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ { "@context": {"s": "https://schema.org"}, "@id": "https://freddytheyeti.com/me", "@type": "Cryptid", "s:email": "[email protected]", "s:jobTitle": "Research Assistant", "s:name": "Freddy the Yeti" } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ { "@context": {"s": "https://schema.org"}, "@type": "Cryptid", "s:email": "[email protected]", "s:jobTitle": "Research Assistant", "s:name": "Freddy the Yeti" } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ { "https://www.w3.org/1999/02/22-rdf-syntax-ns#type": "Cryptid", "https://schema.org/email": "[email protected]", "https://schema.org/jobTitle": "Research Assistant", "https://schema.org/name": "Freddy the Yeti" }