Skip to content

Instantly share code, notes, and snippets.

@kidehen
kidehen / agent loop
Created March 10, 2025 16:07 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@kidehen
kidehen / virtuoso-described-using-jsonld.jtxt
Last active April 9, 2021 22:18
Structured Data Islands and Google Search
Here is an JSON-LD-based Structured Data Island published via HTML using JSON-LD. When Google Search processes this content it raises errors claiming a missing schema:price property value.
## JSON-LD Start ##
{
"@context": {
"itemOffered": {
"@id": "http://schema.org/itemOffered",
"@type": "@id"
},
"comment": {
@kidehen
kidehen / markdown-tables
Created June 26, 2018 14:50
Relational Database Management Systems (RDBMS) Type Comparison
| | RDF Triple Store | RDF Quad Store | Graph Database | Single Model RDBMS (Tables) | Multi-Model RDBMS (Tables & RDF Graphs) |
|-------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Data Modeled as Entity Relationship Types (Relations) |
@kidehen
kidehen / Nanotation Latest
Created August 4, 2015 13:19
Example 2 re., Nanotation
{
<>
a foaf:Document ;
dcterms:created "2014-06-13"^^xsd:date ;
dcterms:modified "2014-06-13"^^xsd:date ;
foaf:maker <#kidehen> ;
rdfs:label "RDF based Nanotation via TURTLE Statements" ;
rdfs:comment """Demonstrating how TURTLE provides a different kind of Markdown,
in the form of Nanotation -- where RDF statements are inserted into posts
en route to making the host post a follow-your-nose launch point that integrates
## Turtle Start ##
<>
a foaf:Document ;
dcterms:created "2014-06-13"^^xsd:date ;
dcterms:modified "2014-06-13"^^xsd:date ;
foaf:maker <#kidehen> ;
rdfs:label "RDF based Nanotation via TURTLE Statements" ;
rdfs:comment """Demonstrating how TURTLE provides a different kind of Markdown,
in the form of Nanotation -- where RDF statements are inserted into posts