diff --git a/examples/dataset.jsonld b/examples/dataset.jsonld
index a90406e..eb86d49 100644
--- a/examples/dataset.jsonld
+++ b/examples/dataset.jsonld
@@ -20,13 +20,21 @@
"publisher": {
"@type": "Organization",
"@id": "https://www.kb.nl",
+ "identifier": "NL-HaKB",
"name": "Koninklijke Bibliotheek",
"alternateName": "KB",
- "sameAs": "https://ror.org/02w4jbg70"
+ "sameAs": "https://ror.org/02w4jbg70",
+ "contactPoint": {
+ "@type": "ContactPoint",
+ "name": "Dataset manager’s name",
+ "email": "datasets@kb.nl",
+ "telephone": "+31 6 12345678"
+ }
},
"creator": {
"@type": "Organization",
"@id": "https://www.kb.nl",
+ "identifier": "NL-HaKB",
"name": "Koninklijke Bibliotheek",
"alternateName": "KB",
"sameAs": "https://ror.org/02w4jbg70",
diff --git a/index.bs b/index.bs
index c16f224..7becdd4 100644
--- a/index.bs
+++ b/index.bs
@@ -315,6 +315,23 @@ See [[#organization-overview]] for a full overview of organization attributes.
+### ISIL identifier ### {#isil}
+
+> Publishers *SHOULD* include the organization’s [ISIL code](https://www.nationaalarchief.nl/archiveren/kennisbank/isil-codes).
+
+
+ An organization with an ISIL code:
+
+
+ {
+ "@context": "https://schema.org/",
+ "@type": "Organization",
+ "@id": "https://www.kb.nl",
+ "identifier": "NL-HaKB"
+ }
+
+
+
### Contact information ### {#contact}
Publishers *SHOULD* include contact information so [=consumers=] can reach them with questions or feedback.
@@ -357,6 +374,7 @@ The person/organization data is then included as the dataset’s publisher:
"publisher": {
"@type": "Organization",
"@id": "https://www.kb.nl",
+ "identifier": "NL-HaKB"
"name": "Koninklijke Bibliotheek",
"alternateName": "KB",
"contactPoint": {
@@ -781,6 +799,12 @@ This is an overview of required and recommended attributes.
1 |
Required |
+
+ [schema:identifier](https://schema.org/identifier) |
+ Identifier(s) of the organization, at least its ISIL code |
+ 1..n |
+ Recommended (will become required) |
+
[schema:name](https://schema.org/name) |
The organization’s full name. |
@@ -803,7 +827,7 @@ This is an overview of required and recommended attributes.
[schema:contactPoint](https://schema.org/contactPoint) |
Where [=consumers=] can reach the organization for questions and suggestions about the dataset. |
1 |
- Recommended (scheduled to become Required for schema:publisher) |
+ Recommended (will become required for schema:publisher) |
@@ -845,7 +869,7 @@ When the distribution is compressed, the compression format (e.g. zip, gzip) sho
[schema:description](https://schema.org/description) |
- A description of the the distribution. |
+ A description of the distribution. |
0..1 |
Recommended |