@prefix schema: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://clawhub.ai/kidehen/kg-generator> a schema:SoftwareApplication ;
    schema:name "Knowledge Graph Generator" ;
    schema:description "Generate comprehensive Knowledge Graphs (RDF-Turtle by default, or JSON-LD and other RDF serializations on request) from content at file: or http(s): scheme URLs." ;
    schema:url "https://clawhub.ai/kidehen/kg-generator"^^xsd:anyURI ;
    schema:author [ a schema:Person ; schema:name "kidehen" ] .

<https://clawhub.ai/kidehen/virtuoso-support-agent> a schema:SoftwareApplication ;
    schema:name "Virtuoso Product Support" ;
    schema:description "Technical support and database management for OpenLink Virtuoso Server with RDF Views generation, SPARQL queries, and comprehensive database operations." ;
    schema:url "https://clawhub.ai/kidehen/virtuoso-support-agent"^^xsd:anyURI ;
    schema:author [ a schema:Person ; schema:name "kidehen" ] .

<https://clawhub.ai/kidehen/query-wikidata> a schema:SoftwareApplication ;
    schema:name "query-wikidata" ;
    schema:description "Agent skill by @kidehen on ClawHub." ;
    schema:url "https://clawhub.ai/kidehen/query-wikidata"^^xsd:anyURI ;
    schema:author [ a schema:Person ; schema:name "kidehen" ] .

<https://clawhub.ai/kidehen/query-dbpedia> a schema:SoftwareApplication ;
    schema:name "Query DBpedia using Natural Language" ;
    schema:description "Transform natural language questions into SPARQL queries for DBpedia and generate beautiful HTML results pages." ;
    schema:url "https://clawhub.ai/kidehen/query-dbpedia"^^xsd:anyURI ;
    schema:author [ a schema:Person ; schema:name "kidehen" ] .

<https://clawhub.ai/kidehen/rss-generator-skill> a schema:SoftwareApplication ;
    schema:name "RSS & Atom Feed Generator" ;
    schema:description "Generate valid RSS 2.0 or Atom 1.0 feeds from web pages that contain post lists but lack a native feed." ;
    schema:url "https://clawhub.ai/kidehen/rss-generator-skill"^^xsd:anyURI ;
    schema:author [ a schema:Person ; schema:name "kidehen" ] .

<https://clawhub.ai/kidehen/sql-sparql-graphql-skill> a schema:SoftwareApplication ;
    schema:name "Data Twingler Skill for SQL, SPARQL, and GraphQL" ;
    schema:description "Execute SQL, SPARQL, SPASQL, SPARQL-FED, and GraphQL queries against live data spaces and knowledge graphs via OpenLink's OpenAPI-compliant web services." ;
    schema:url "https://clawhub.ai/kidehen/sql-sparql-graphql-skill"^^xsd:anyURI ;
    schema:author [ a schema:Person ; schema:name "kidehen" ] .
