View Issue Details

IDProjectCategoryView StatusLast Update
0002115CaseTalk ModelerUser Interfacepublic2024-11-11 14:55
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Target Version13.5.xFixed in Version13.5.2 
Summary0002115: Support import of schema.org
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

Relationships

related to 0002975 assignedBCP Software HL7 integration 

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"
      }
    }
}
BCP Software

BCP Software

2024-11-05 20:41

administrator   ~0005417

Last edited: 2024-11-05 20:41

@graph": [
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
   {
      "@id": "schema:Person",
      "@type": "rdfs:Class",
      "owl:equivalentClass": {
        "@id": "foaf:Person"
      },
      "rdfs:comment": "A person (alive, dead, undead, or fictional).",
      "rdfs:label": "Person",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/rNews"
      }
    },
    {
      "@id": "schema:nationality",
      "@type": "rdf:Property",
      "rdfs:comment": "Nationality of the person.",
      "rdfs:label": "nationality",
      "schema:domainIncludes": {
        "@id": "schema:Person"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Country"
      }
    },

Thing -> Person.Nationality
BCP Software

BCP Software

2024-11-11 14:55

administrator   ~0005424

Most effective when used on Object Type. The UI will allow navigating to an entity at schema.org, select attributes, and it'll create expressions, fact types, object types and label types where possible.

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.x
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
2024-11-05 20:41 BCP Software Note Added: 0005417
2024-11-05 20:41 BCP Software Note Edited: 0005417
2024-11-06 13:27 BCP Software Summary Support import of JSON Files => Support import of schema.org
2024-11-06 13:27 BCP Software Relationship added related to 0002975
2024-11-11 14:37 BCP Software Status assigned => resolved
2024-11-11 14:37 BCP Software Resolution open => fixed
2024-11-11 14:37 BCP Software Fixed in Version => 13.5.2
2024-11-11 14:55 BCP Software Note Added: 0005424