International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
61 stars 35 forks source link
industrial-data-space linked-data ontology owl rdf semantic-web

The International Data Spaces (IDS) Information Model

The Information Model is an RDFS/OWL-ontology covering the fundamental concepts of the International Data Spaces (IDS), i.e. the types of digital contents that are exchanged by participants by means of the IDS infrastructure components. The ontology and its documentation are published at https://w3id.org/idsa/core. The model development is led by the Fraunhofer Institutes for Applied Information Technology FIT and Intelligent Analysis and Information Systems IAIS with support by members of the International Data Spaces Association in the context of the Information Model sub-working group (SWG4). The group is chaired by Christoph Lange (Fraunhofer FIT) and Sebastian Tramp (eccenca GmbH).

The model development is based on GitHub, following a defined branching model. Contributions and community feedback are maintained via the GitHub ticketing system. The release process is aligned with the International Data Spaces Association architecture working group meetings, i.e. there are roughly 2 releases scheduled per year with intermediary updates to the development branch. The current release version is 4.1.0, with the latest revision 4.1.0. The Information Model and associated resources published on GitHub are available under the Apache License 2.0.

Authors and contributors

The Information Model was originally created by

with significant contributions, comments and support by (in alphabetical order):

Likewise, the authors would like to thank numerous colleagues at Fraunhofer, active participants of the International Data Spaces Association, the members of the W3C Dataset Exchange Group and Data Market Austria for illuminating conversations and support in shaping the Information Model.

Directory layout

There are following top-level files and directories:

Related resources

Additional resources are provided:

<repositories>
    <repository>
        <id>snapshots</id>
        <name>maven-snapshots</name>
        <url>https://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url>
    </repository>
</repositories>

The dependency to the Java representation is as follows (replace ${infomodel.version} with the latest version):

<dependency>
    <groupId>de.fraunhofer.iais.eis.ids.infomodel</groupId>
    <artifactId>java</artifactId>
    <version>${infomodel.version}</version>
</dependency>

For automated validation of the Information Model POJOs (via the builder classes) you can include:

<dependency>
    <groupId>de.fraunhofer.iais.eis.ids.infomodel</groupId>
    <artifactId>validation-serialization-provider</artifactId>
    <version>${infomodel.version}</version>
</dependency>

For members of the International Data Spaces Association only:

Citation

If you use the Information Model in scientific work, please consider citing:

@inproceedings{BaderEtAl:IDS-InfoModel20,
  author   = {Sebastian Bader and Jaroslav Pullmann and Christian Mader and Sebastian Tramp and Christoph Quix and Andreas W. M{\"u}ller and Haydar Aky{\"u}rek and Matthias B{\"o}ckmann and Benedikt T. Imbusch and Johannes Lipp and Sandra Geisler and Christoph Lange},
  title    = {The International Data Spaces Information Model -- An Ontology for Sovereign Exchange of Digital Content},
  doi      = {10.1007/978-3-030-62466-8_12},
  crossref = {iswc2020},
  pages    = {176--192},
  year     = 2020,
}

@Proceedings{iswc2020,
  editor          = {Jeff Z. Pan and Valentina Tamma and Claudia d’Amato and Krzysztof Janowicz and Bo Fu and Axel Polleres and Oshani Seneviratne and Lalana Kagal},
  eventdate       = {2020-11-02/2020-11-06},
  eventtitle      = {19\textsuperscript{th} International Semantic Web Conference},
  eventtitleaddon = {ISWC},
  isbn            = {978-3-030-62465-1},
  number          = {12507},
  publisher       = {Springer Verlag},
  address         = {Cham, Switzerland},
  series          = {Lecture Notes in Computer Science},
  booktitle       = {The Semantic Web},
  title           = {The Semantic Web},
  venue           = {Athens, Greece},
  year            = {2020},
}