View Issue Details

IDProjectCategoryView StatusLast Update
0002115CaseTalk ModelerUser Interfacepublic2024-09-16 12:08
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityfeatureReproducibilityN/A
Status assignedResolutionopen 
Target Version13.5 
Summary0002115: Support import of JSON Files
DescriptionSupporting the import of standard verbalizations on JSON Example snippets would help to speed up quick and dirty development using open schema's and api examples.
Additional Informationhttps://schema.org/Person
TagsNo tags attached.
CaseTalk Editionunknown

Activities

BCP Software

BCP Software

2019-12-11 12:16

administrator   ~0001552

At the bottom of the page, supertypes, related, subtypes and examples are listed in various technical formats.
BCP Software

BCP Software

2024-09-16 12:08

administrator   ~0005341

The source file for the webpage contains json-ld encoded data:


{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "qb": "http://purl.org/linked-data/cube#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "owl:equivalentProperty": {
        "@id": "dcterms:title"
      },
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "owl:equivalentProperty": {
        "@id": "dcterms:description"
      },
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:hasOfferCatalog",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
      "rdfs:label": "hasOfferCatalog",
      "schema:domainIncludes": [
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:OfferCatalog"
      }
    }
}

Issue History

Date Modified Username Field Change
2019-04-16 11:27 BCP Software New Issue
2019-04-16 11:27 BCP Software Status new => assigned
2019-04-16 11:27 BCP Software Assigned To => BCP Software
2019-12-11 12:16 BCP Software Note Added: 0001552
2024-05-24 13:27 BCP Software Target Version Future => 13.5
2024-05-24 13:27 BCP Software Summary Support import of JSON Examples => Support import of JSON Files
2024-09-16 12:08 BCP Software Note Added: 0005341