Skip to content

Commit

Permalink
Merge pull request #2499 from vrk-kpa/move_collectiontype_to_correct_…
Browse files Browse the repository at this point in the history
…place

Move collectionType to correct place
  • Loading branch information
Zharktas authored Dec 10, 2024
2 parents d028e6d + fe1ded7 commit 29f4d2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions doc/dcat-ap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Term | Range | Cardinality | Comment
-----|-------|-------------|--------
dct:description | rdfs:Literal | 1..n | This property contains a free-text account of the Dataset. This property can be repeated for parallel language versions of the description.
dct:title | rdfs:Literal | 1..n | This property contains a name given to the Dataset. This property can be repeated for parallel language versions of the name.
adfi:collectionType | rdfs:Literal | 1..1 | This property defines if the Dataset describes open data or interoperability tools



Expand Down
13 changes: 7 additions & 6 deletions doc/dcat-ap/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@ classes:
description: This property contains a name given to the Catalogue. This property can be repeated for parallel language versions of the name.
min: 1
max: n
- name: collection type
term: adfi:collectionType
range: rdfs:Literal
description: This property defines if the dataset describes open data or interoperability tools
min: 1
max: 1

recommended:
- name: homepage
term: foaf:homepage
Expand Down Expand Up @@ -133,6 +128,12 @@ classes:
description: This property contains a name given to the Dataset. This property can be repeated for parallel language versions of the name.
min: 1
max: n
- name: collection type
term: adfi:collectionType
range: rdfs:Literal
description: This property defines if the Dataset describes open data or interoperability tools
min: 1
max: 1

recommended:
- name: contact point
Expand Down
12 changes: 6 additions & 6 deletions docker/nginx/www/ns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ <h4>Properties</h4>
<td>1..n</td>
<td>This property contains a name given to the Catalogue. This property can be repeated for parallel language versions of the name.</td>
</tr>
<tr>
<td>adfi:collectionType </td>
<td>rdfs:Literal</td>
<td>1..1</td>
<td>This property defines if the dataset describes open data or interoperability tools</td>
</tr>

</tbody>
</table>
Expand Down Expand Up @@ -203,6 +197,12 @@ <h4>Properties</h4>
<td>1..n</td>
<td>This property contains a name given to the Dataset. This property can be repeated for parallel language versions of the name.</td>
</tr>
<tr>
<td>adfi:collectionType </td>
<td>rdfs:Literal</td>
<td>1..1</td>
<td>This property defines if the Dataset describes open data or interoperability tools</td>
</tr>

</tbody>
</table>
Expand Down

0 comments on commit 29f4d2b

Please sign in to comment.