You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATES/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
-[ ] Rerun ontology creation script (`create-ontology-ttl.sh`) with the version number of the release. E.g., `create-ontology-ttl.sh 4.2.0`
18
18
-[ ] Update and validate the examples against the latest ontology version and SHACL shapes
19
19
-[ ] Make sure that the manually authored parts of the documentation are in sync with the rest of the implementation and documentation
20
-
-[ ] Check whether the [IDS-G-pre](https://github.com/International-Data-Spaces-Association/IDS-G-pre/tree/main/Infomodel) documentation is up to date
21
-
-[ ] Check whether the [IDS Information Model Readme.md](https://github.com/International-Data-Spaces-Association/InformationModel/#readme) is up to date
20
+
-[ ] Check whether the [IDS-G-pre](https://github.com/International-Data-Spaces-Association/IDS-G-pre/tree/main/Infomodel) documentation is up-to-date
21
+
-[ ] Check whether the [IDS Information Model Readme.md](https://github.com/International-Data-Spaces-Association/InformationModel/#readme) is up-to-date
22
22
23
23
### After a release:
24
24
-[ ] Generate human-readable documentation and single-file serializations using Widoco
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Version 4.1.0 of the IDS Information Model
45
45
46
46
47
47
### Removed
48
-
*`idsm:` metamodel annotations, which were used to annotate cardinalities of properties. The property cardinalities and restrictions are now exclusively represented via the corresponding SHACL shapes found in the [testing subdirectory](testing/)
48
+
*`idsm:` metamodel annotations, which were used to annotate cardinalities of properties. The property cardinalities and restrictions are now exclusively represented via the corresponding SHACL shapes found in the [testing subdirectory](testing)
49
49
50
50
51
51
## [4.0.0] 2020-08-04
@@ -159,7 +159,7 @@ Version 3.0.0 of the IDS Information Model
159
159
160
160
* Redesign of the DynamicAttributeToken (DAT) based on the new Dynamic Attribute Provisioning Service (DAPS) version. Check the corresponding [Token](model/security/Token.ttl) class as well as the [DAT payload example](examples/DAT_PAYLOAD.jsonld) for more information.
161
161
162
-
* `ids:RequestMessage`, `ids:ResponseMessage`, `ids:NotificationMessage` not _abstract_ any more. These messages can now be used directly for non-core IDS communication.
162
+
* `ids:RequestMessage`, `ids:ResponseMessage`, `ids:NotificationMessage` not _abstract_ anymore. These messages can now be used directly for non-core IDS communication.
163
163
164
164
* `ids:DescriptionRequestMessage`(previously called `ids:SelfDescriptionRequest`) now accepts an optional URI. This can be used to either retrieve a component's self-description (by providing its own URI or nothing) or to retrieve metadata about a specific element by providing the element's URI.
165
165
@@ -197,7 +197,7 @@ Version 2.0.1 of the IDS Information Model
197
197
* Removed property *ids:baseContractOffer* from class *ids:ContractRequestMessage* due to redundancy. By definition *ids:ContractRequestMessage* already requires a contract in its payload. The property is therefore not needed.
198
198
199
199
### Fixed
200
-
* Changed *ids:referingConnector* (class *ids:Token*) from *owl:ObjectProperty* to *owl:DatatypeProperty* with *rdfs:range* *xsd:anyURI*. Allows to reference the connector via an URI.
200
+
* Changed *ids:referingConnector* (class *ids:Token*) from *owl:ObjectProperty* to *owl:DatatypeProperty* with *rdfs:range* *xsd:anyURI*. Allows to reference the connector via a URI.
201
201
202
202
* Removed *idsm:abstract true* property from *ids:variant* (class *ids:Resource*). Property is invalid, since it is intended to be used by classes only.
203
203
@@ -233,4 +233,4 @@ Version 2.0 of the IDS Information Model
233
233
234
234
### Removed
235
235
236
-
- Removing plural forms for properties: A catalog can have can have several “ids:offer” triples but must not have any with “ids:offer*s*”
236
+
- Removing plural forms for properties: A catalog can have several “ids:offer” triples but must not have any with “ids:offer*s*”
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ with significant contributions, comments and support by (in alphabetical order):
27
27
- Andreas W. Müller, [Schaeffler](https://www.schaeffler.de/content.schaeffler.de/en/)
28
28
- Dr. Michael Theß, [Signal Cruncher GmbH](https://signal-cruncher.com/)
29
29
30
-
Likewise the authors would like to thank numerous colleagues at Fraunhofer, active participants of the [International Data Spaces Association](https://www.internationaldataspaces.org/en/), the members of the W3C [Dataset Exchange Group](https://www.w3.org/2017/dxwg/wiki/Main_Page) and [Data Market Austria](https://datamarket.at/en/) for illuminating conversations and support in shaping the Information Model.
30
+
Likewise, the authors would like to thank numerous colleagues at Fraunhofer, active participants of the [International Data Spaces Association](https://www.internationaldataspaces.org/en/), the members of the W3C [Dataset Exchange Group](https://www.w3.org/2017/dxwg/wiki/Main_Page) and [Data Market Austria](https://datamarket.at/en/) for illuminating conversations and support in shaping the Information Model.
Copy file name to clipboardExpand all lines: Shacl.ttl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
shapes:
20
20
a voaf:Vocabulary, owl:Ontology ;
21
-
rdfs:isDefinedBy <https://w3id.org/idsa/core/> ;
21
+
rdfs:isDefinedBy ids: ;
22
22
rdfs:label "IDS Information Model"@en ;
23
23
dct:title "The International Data Spaces Information Model"@en ;
24
24
rdfs:comment "This ontology defines classes and properties for describing participants, infrastructure, data and services of the International Data Spaces (formerly known as Industrial Data Space)." ;
skos:note "This action must be evaluated both at the consumer and provider side. A compensation might be required before access is granted (provider-side), or each time the usage action is performed (consumer-side)."@en ;
55
55
.
@@ -65,7 +65,7 @@ idsc:DELETE
65
65
a odrl:Action;
66
66
rdfs:label "delete"@en ;
67
67
rdfs:comment "To remove a resource or inhibit any further access with reasonable measures."@en ;
skos:note "This action is evaluated at the consumer side if used in a duty clause. A provider cannot be forced to delete its data resources. If used in a permission clause, it is effecting the data provider as it allows the consumer to delete the provider's resource remotely."@en ;
71
71
.
@@ -74,7 +74,7 @@ idsc:DISTRIBUTE
74
74
a odrl:Action;
75
75
rdfs:label "distribute"@en;
76
76
rdfs:comment "To forward or supply a resource to a third-party."@en ;
skos:note "This action is always evaluated at the consumer side, at the moment a third party intends to access the resource as received by the original consumer."@en ;
Copy file name to clipboardExpand all lines: docs/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ password for the IndustrialDataSpace Jiveon (https://industrialdataspace.jiveon.
13
13
About Widoco output
14
14
===================
15
15
The purpose of Widoco is to reuse and integrate existing tools for documentation, plus the set of features listed below:
16
-
* Separation of the sections of your html page so you can write them independently and replace only those needed.
16
+
* Separation of the sections of your html page, so you can write them independently and replace only those needed.
17
17
* Automatic annotation in RDF-a of the html produced.
18
18
* Association of a provenance page which includes the history of your vocabulary (W3C PROV-O compliant).
19
19
* Metadata extraction from the ontology plus the means to complete it on the fly when generating your ontology.
20
20
* Guidelines on the main sections that your document should have and how to complete them.
21
21
22
22
Widoco will create 3 different folders:
23
23
|
24
-
|-provenance (a folder including an html and RDF serialization of how the documentation page was created)
24
+
|-provenance (a folder including a html and RDF serialization of how the documentation page was created)
25
25
|-resources (folder with the different resources)
26
26
|-sections (folder with the different sections of the documentation, separated for easy editing. Just edit one and the main page will be updated)
27
27
@@ -31,7 +31,7 @@ Widoco uses the ontology metadata to update a configuration file. If you complet
31
31
32
32
Browser issues
33
33
==========
34
-
The result of executing Widoco is an html file. We have tested it in Mozilla, IE and Chrome, and when the page is stored in a server all the browsers work correctly. If you view the file locally, we recommend you to use Mozilla Firefox (or Internet Explorer, if you must). Google Chrome will not show the contents correctly, as it doesn't allow XMLHttpRequest without HTTP. If you want to view the page locally with Google Chrome you have two possibilities:
34
+
The result of executing Widoco is a html file. We have tested it in Mozilla, IE and Chrome, and when the page is stored in a server all the browsers work correctly. If you view the file locally, we recommend you to use Mozilla Firefox (or Internet Explorer, if you must). Google Chrome will not show the contents correctly, as it doesn't allow XMLHttpRequest without HTTP. If you want to view the page locally with Google Chrome you have two possibilities:
35
35
36
36
a) Place the file in a server and access it via its URL (for example, put it in dropbox and access through its public url).
0 commit comments