Test

From Endeavour Knowledge Base
Revision as of 20:24, 20 September 2022 by DavidStables (talk | contribs)

Basic shapes

These shapes are the meta classes of the named entities within the information model.

IriRef

A resource with an iri and name

Property Card. Value type Description
A resource with an iri and name

EntityShape

The super class and data model for all named resources in the model i.e. the data model of the entities that are labelled with iri label and status

Property Card. Value type Description
The super class and data model for all named resources in the model i.e. the data model of the entities that are labelled with iri label and status

IriAlias

An IRI with a name and an alias (for use as variables for reference

Property Card. Value type Description
An IRI with a name and an alias (for use as variables for reference

PropertyShape

data model for properties

Property Card. Value type Description
data model for properties

Query language shapes

These shapes form the query language DSL for retrieving data from the IM or health records.

QueryShape

A query that is stored as an entity in a query library

Property Card. Value type Description
A query that is stored as an entity in a query library

QueryDefinition

A Query definition holding the logical definition of a query in a standard language

Property Card. Value type Description
A Query definition holding the logical definition of a query in a standard language

FunctionShape

null

Property Card. Value type Description
null

Data Model shapes

These shapes are the meta classes of the data modelling entities within the information model.

DataModelShape

The meta class for a data model type, using a SHACL node shape for both definition and validation

Property Card. Value type Description
The meta class for a data model type, using a SHACL node shape for both definition and validation

Concept shapes

These shapes are the meta classes of the terminology concepts used within the information model.

ConceptShape

data model for terminology concepts

Property Card. Value type Description
data model for terminology concepts

RefinedConceptShape

A concept with role groups with roles

Property Card. Value type Description
A concept with role groups with roles

ConceptPropertyShape

A concept that is a role in another concept and as a property may have domains and ranges

Property Card. Value type Description
A concept that is a role in another concept and as a property may have domains and ranges

SetShape

data model for concept sets and value sets

Property Card. Value type Description
data model for concept sets and value sets

Transactional shapes

These shapes form the meta classes for structures pass into APIs for query of, or filing into, the model or health records.

EntityFileTransaction

An entity with the additional CRUD indicators to enable deletes updates, adding quads etc

Property Card. Value type Description
An entity with the additional CRUD indicators to enable deletes updates, adding quads etc

EntityDocument

A document containing any number of triples to file as a batch.
Note that if the document is sent as Json-LD with prefixed iris, a @context object will be required

Property Card. Value type Description
A document containing any number of triples to file as a batch.
Note that if the document is sent as Json-LD with prefixed iris, a @context object will be required

QueryRequest

A request for data sent as a body (json in local name format) to the /queryIM API.
Contains either a query or query iri with run time variable values for use in the query

Property Card. Value type Description
A request for data sent as a body (json in local name format) to the /queryIM API.
Contains either a query or query iri with run time variable values for use in the query