Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move collectionType to correct place #2499

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading