Skip to content

Commit

Permalink
Move collectionType to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Dec 10, 2024
1 parent d028e6d commit 97f0a93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
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 97f0a93

Please sign in to comment.