diff --git a/draft/index.html b/draft/index.html
index 3561225..5e5a303 100644
--- a/draft/index.html
+++ b/draft/index.html
@@ -402,7 +402,7 @@
Typ
`array[object]`
Elemente
-JSON-Objekte, die die Property `id` aufweisen MÜSSEN, welche auf einen Wert aus einer Vokabelliste verweist. Mindestens ein JSON-Objekt MUSS für `id` einen Wert aus [[Hochschulfächersystematik]] oder [[Schulfächerliste]] aufweisen.
+JSON-Objekte, die die Property `id` aufweisen MÜSSEN, welche auf einen Wert aus einer Vokabelliste verweist. Mindestens ein JSON-Objekt MUSS für `id` einen Wert aus [[Hochschulfächersystematik]] oder [[Schulfächerliste]] aufweisen. Zudem SOLL das Objekt die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.
Validierung
JSON Schema
@@ -686,7 +686,7 @@
Pflichtfeld
nein
Typ
-JSON-Objekt mit `id`-Wert aus Zugangsbedingungen-Vokabular
+JSON-Objekt, das einen `id`-Wert aus Zugangsbedingungen-Vokabular aufweisen MUSS. Zudem SOLL das Objekt die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.
Validierung
JSON Schema
@@ -711,7 +711,7 @@
Typ
`array[object]`
Elemente
-JSON-Objekt, welches die Property `id` enthalten MUSS. Mindestens ein JSON-Objekt MUSS als `id` einen Wert aus [[HCRT]] oder [[OEHRT]] enthalten.
+JSON-Objekt, welches die Property `id` enthalten MUSS. Mindestens ein JSON-Objekt MUSS als `id` einen Wert aus [[HCRT]] oder [[OEHRT]] enthalten. Zudem SOLL das Objekt die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.
Validierung
JSON Schema
@@ -730,7 +730,7 @@
Typ
`array[object]`
Elemente
-JSON-Objekt, welches eine Property `id` mit einem Wert aus LRMI Educational Audience Roles aufweisen MUSS. Es SOLL die Eigenschaften `type`, `inScheme` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` und der Wert von `inScheme` gleich `http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/` sein. Über `prefLabel` SOLL die Zielgruppe bezeichnet werden.
+JSON-Objekt, welches eine Property `id` mit einem Wert aus LRMI Educational Audience Roles aufweisen MUSS. Es SOLL die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.
Validierung
JSON Schema
@@ -813,7 +813,7 @@
Typ
`array[object]`
Elemente
-JSON-Objekt mit `id`-Wert aus [[Bildungsstufen]] der DINI-AG-KIM.
+JSON-Objekt, das einen `id`-Wert aus [[Bildungsstufen]] der DINI-AG-KIM aufweisen MUSS. Zudem SOLL das Objekt die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.
Validierung
JSON Schema
@@ -833,7 +833,7 @@
Pflichtfeld
nein
Typ
-JSON-Objekt mit `id`-Wert aus dem [[Lehr-/Lernform]]-Vokabular
+JSON-Objekt, das einen `id`-Wert aus dem [[Lehr-/Lernform]]-Vokabular aufweisen MUSS. Zudem SOLL das Objekt die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.
Validierung
JSON Schema
diff --git a/draft/schemas/about.json b/draft/schemas/about.json
index ff23384..647ae18 100644
--- a/draft/schemas/about.json
+++ b/draft/schemas/about.json
@@ -15,18 +15,6 @@
"type": "string",
"format": "uri"
},
- "inScheme": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "enum": [
- "https://w3id.org/kim/hochschulfaechersystematik/scheme",
- "http://w3id.org/kim/schulfaecher/"
- ]
- }
- }
- },
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",
diff --git a/draft/schemas/audience.json b/draft/schemas/audience.json
index 2df21a6..849855e 100644
--- a/draft/schemas/audience.json
+++ b/draft/schemas/audience.json
@@ -15,15 +15,6 @@
"type": "string",
"format": "uri"
},
- "inScheme": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "enum": ["http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/"]
- }
- }
- },
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",
diff --git a/draft/schemas/conditionsOfAccess.json b/draft/schemas/conditionsOfAccess.json
index ef2d4f9..5d5d727 100644
--- a/draft/schemas/conditionsOfAccess.json
+++ b/draft/schemas/conditionsOfAccess.json
@@ -17,15 +17,6 @@
"http://w3id.org/kim/conditionsOfAccess/login"
]
},
- "inScheme": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "enum": ["http://w3id.org/kim/conditionsOfAccess/"]
- }
- }
- },
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",
diff --git a/draft/schemas/educationalLevel.json b/draft/schemas/educationalLevel.json
index 3fc76a3..4ed1c4b 100644
--- a/draft/schemas/educationalLevel.json
+++ b/draft/schemas/educationalLevel.json
@@ -16,15 +16,6 @@
"format": "uri",
"pattern": "(^https://w3id.org/kim/educationalLevel/.*)"
},
- "inScheme": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "enum": ["https://w3id.org/kim/educationalLevel/"]
- }
- }
- },
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",
diff --git a/draft/schemas/interactivityType.json b/draft/schemas/interactivityType.json
index 0d1bba0..7b7e8b0 100644
--- a/draft/schemas/interactivityType.json
+++ b/draft/schemas/interactivityType.json
@@ -18,15 +18,6 @@
"http://purl.org/dcx/lrmi-vocabs/interactivityType/mixed"
]
},
- "inScheme": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "enum": ["http://purl.org/dcx/lrmi-vocabs/interactivityType/"]
- }
- }
- },
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",
diff --git a/draft/schemas/learningResourceType.json b/draft/schemas/learningResourceType.json
index c05ece8..3dbac67 100644
--- a/draft/schemas/learningResourceType.json
+++ b/draft/schemas/learningResourceType.json
@@ -15,18 +15,6 @@
"type": "string",
"format": "uri"
},
- "inScheme": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "enum": [
- "https://w3id.org/kim/hcrt/scheme",
- "http://w3id.org/openeduhub/vocabs/learningResourceType/"
- ]
- }
- }
- },
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",