{
  "@context": {
    "dcat": "http://www.w3.org/ns/dcat#",
    "dct": "http://purl.org/dc/terms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "vcard": "http://www.w3.org/2006/vcard/ns#",
    "schema": "http://schema.org/"
  },
  "@type": "dcat:Catalog",
  "@id": "https://aiprompts.run/catalog",
  "dct:title": "AI Prompts Collection Catalog",
  "dct:description": "DCAT v3 compliant catalog of AI prompts datasets for machine learning and artificial intelligence applications",
  "dct:publisher": {
    "@type": "foaf:Organization",
    "foaf:name": "aiprompts.run",
    "foaf:homepage": "https://aiprompts.run",
    "schema:parentOrganization": {
      "@type": "foaf:Organization",
      "foaf:name": "Ideasets",
      "foaf:homepage": "https://www.ideasets.com"
    }
  },
  "dct:issued": "2024-01-01",
  "dct:modified": "2024-10-13",
  "dct:language": "en",
  "dct:license": "https://creativecommons.org/licenses/by/4.0/",
  "dcat:conformsTo": "https://www.w3.org/TR/vocab-dcat-3/",
  "dcat:dataset": [
    {
      "@type": "dcat:Dataset",
      "@id": "https://aiprompts.run/dataset/marketing-prompts",
      "dct:title": "Marketing AI Prompts Dataset",
      "dct:description": "Curated collection of marketing prompts for AI models including social media, email marketing, and advertising campaigns",
      "dct:issued": "2024-01-01",
      "dct:modified": "2024-10-13",
      "dct:publisher": {
        "@type": "foaf:Organization",
        "foaf:name": "aiprompts.run"
      },
      "dcat:keyword": ["marketing", "ai-prompts", "social-media", "advertising", "campaigns"],
      "dct:subject": "Marketing and Advertising",
      "dcat:theme": "http://publications.europa.eu/resource/authority/data-theme/ECON",
      "dct:license": "https://creativecommons.org/licenses/by/4.0/",
      "dcat:accessRights": "public",
      "dct:rights": "Open Data - Commercial use allowed with attribution",
      "dcat:distribution": [
        {
          "@type": "dcat:Distribution",
          "dct:title": "Marketing Prompts API",
          "dct:description": "RESTful API access to marketing prompts",
          "dcat:accessURL": "https://aiprompts.run/api/answers?q=marketing",
          "dct:format": "application/json",
          "dcat:mediaType": "application/json"
        }
      ]
    },
    {
      "@type": "dcat:Dataset", 
      "@id": "https://aiprompts.run/dataset/coding-prompts",
      "dct:title": "Coding AI Prompts Dataset",
      "dct:description": "Programming and software development prompts for AI-assisted coding, debugging, and documentation",
      "dct:issued": "2024-01-01",
      "dct:modified": "2024-10-13",
      "dct:publisher": {
        "@type": "foaf:Organization",
        "foaf:name": "aiprompts.run"
      },
      "dcat:keyword": ["programming", "coding", "software-development", "debugging", "documentation"],
      "dct:subject": "Software Development",
      "dcat:theme": "http://publications.europa.eu/resource/authority/data-theme/TECH",
      "dct:license": "https://creativecommons.org/licenses/by/4.0/",
      "dcat:accessRights": "public",
      "dcat:distribution": [
        {
          "@type": "dcat:Distribution",
          "dct:title": "Coding Prompts API",
          "dct:description": "RESTful API access to coding prompts",
          "dcat:accessURL": "https://aiprompts.run/api/answers?q=coding",
          "dct:format": "application/json",
          "dcat:mediaType": "application/json"
        }
      ]
    },
    {
      "@type": "dcat:Dataset",
      "@id": "https://aiprompts.run/dataset/complete-collection",
      "dct:title": "Complete AI Prompts Collection",
      "dct:description": "Full dataset of 127,966 professionally curated AI prompts across 54+ categories",
      "dct:issued": "2024-01-01",
      "dct:modified": "2024-10-13",
      "dct:publisher": {
        "@type": "foaf:Organization",
        "foaf:name": "aiprompts.run"
      },
      "dcat:keyword": ["ai-prompts", "chatgpt", "claude", "gemini", "perplexity", "prompt-engineering"],
      "dct:subject": "Artificial Intelligence and Machine Learning",
      "dcat:theme": "http://publications.europa.eu/resource/authority/data-theme/TECH",
      "dct:license": "https://creativecommons.org/licenses/by/4.0/",
      "dcat:accessRights": "public",
      "dct:rights": "Open Data - Free for commercial and personal use with attribution",
      "dcat:distribution": [
        {
          "@type": "dcat:Distribution",
          "dct:title": "Complete Dataset API",
          "dct:description": "Full dataset access via search API",
          "dcat:accessURL": "https://aiprompts.run/api/dataset.json",
          "dct:format": "application/json",
          "dcat:mediaType": "application/json",
          "dcat:byteSize": 30651392
        },
        {
          "@type": "dcat:Distribution",
          "dct:title": "Search API",
          "dct:description": "Real-time search through the complete dataset",
          "dcat:accessURL": "https://aiprompts.run/api/answers",
          "dct:format": "application/json",
          "dcat:mediaType": "application/json"
        }
      ]
    }
  ],
  "dcat:service": [
    {
      "@type": "dcat:DataService",
      "@id": "https://aiprompts.run/api",
      "dct:title": "AI Prompts Search API",
      "dct:description": "RESTful API service for searching and accessing AI prompts",
      "dcat:endpointURL": "https://aiprompts.run/api/answers",
      "dcat:servesDataset": "https://aiprompts.run/dataset/complete-collection",
      "dct:conformsTo": "https://aiprompts.run/api/openapi.json",
      "dcat:endpointDescription": "https://aiprompts.run/api-docs"
    }
  ],
  "foaf:homepage": "https://aiprompts.run",
  "dcat:contactPoint": {
    "@type": "vcard:Organization",
    "vcard:fn": "AI Prompts Collection Support",
    "vcard:hasURL": "https://aiprompts.run/api-docs"
  }
}
