Skip to content

Commit

Permalink
Merge pull request #255 from dini-ag-kim/249-removeInScheme
Browse files Browse the repository at this point in the history
Remove inScheme statements
  • Loading branch information
sroertgen authored Oct 10, 2023
2 parents f490bb9 + 1c20dcf commit 573d023
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 66 deletions.
12 changes: 6 additions & 6 deletions draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
<dt>Typ</dt>
<dd>`array[object]`</dd>
<dt>Elemente</dt>
<dd>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.</dd>
<dd>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.</dd>
<dt>Validierung</dt>
<dd><a href="https://w3id.org/kim/amb/draft/schemas/about.json">JSON Schema</a></dd>
</dl>
Expand Down Expand Up @@ -686,7 +686,7 @@
<dt>Pflichtfeld</dt>
<dd>nein</dd>
<dt>Typ</dt>
<dd>JSON-Objekt mit `id`-Wert aus <a href="https://w3id.org/kim/conditionsOfAccess/">Zugangsbedingungen-Vokabular</a></dd>
<dd>JSON-Objekt, das einen `id`-Wert aus <a href="https://w3id.org/kim/conditionsOfAccess/">Zugangsbedingungen-Vokabular</a> aufweisen MUSS. Zudem SOLL das Objekt die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.</dd>
<dt>Validierung</dt>
<dd><a href="https://w3id.org/kim/amb/draft/schemas/conditionsOfAccess.json">JSON Schema</a></dd>
</dl>
Expand All @@ -711,7 +711,7 @@
<dt>Typ</dt>
<dd>`array[object]`</dd>
<dt>Elemente</dt>
<dd>JSON-Objekt, welches die Property `id` enthalten MUSS. Mindestens ein JSON-Objekt MUSS als `id` einen Wert aus [[HCRT]] oder [[OEHRT]] enthalten.</dd>
<dd>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.</dd>
<dt>Validierung</dt>
<dd><a href="https://w3id.org/kim/amb/draft/schemas/learningResourceType.json">JSON Schema</a></dd>
</dl>
Expand All @@ -730,7 +730,7 @@
<dt>Typ</dt>
<dd>`array[object]`</dd>
<dt>Elemente</dt>
<dd>JSON-Objekt, welches eine Property `id` mit einem Wert aus <a href="http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/">LRMI Educational Audience Roles</a> 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.</dd>
<dd>JSON-Objekt, welches eine Property `id` mit einem Wert aus <a href="http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/">LRMI Educational Audience Roles</a> aufweisen MUSS. Es SOLL die Eigenschaften `type` und `prefLabel` aufweisen. Wenn vorhanden MUSS der Wert von `type` gleich `Concept` sein.</dd>
<dt>Validierung</dt>
<dd><a href="https://w3id.org/kim/amb/draft/schemas/audience.json">JSON Schema</a></dd>
</dl>
Expand Down Expand Up @@ -813,7 +813,7 @@
<dt>Typ</dt>
<dd>`array[object]`</dd>
<dt>Elemente</dt>
<dd>JSON-Objekt mit `id`-Wert aus [[Bildungsstufen]] der DINI-AG-KIM.</dd>
<dd>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.</dd>
<dt>Validierung</dt>
<dd><a href="https://w3id.org/kim/amb/draft/schemas/educationalLevel.json">JSON Schema</a></dd>
</dl>
Expand All @@ -833,7 +833,7 @@
<dt>Pflichtfeld</dt>
<dd>nein</dd>
<dt>Typ</dt>
<dd>JSON-Objekt mit `id`-Wert aus dem [[Lehr-/Lernform]]-Vokabular</dd>
<dd>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.</dd>
<dt>Validierung</dt>
<dd><a href="https://w3id.org/kim/amb/draft/schemas/interactivityType.json">JSON Schema</a></dd>
</dl>
Expand Down
12 changes: 0 additions & 12 deletions draft/schemas/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 0 additions & 9 deletions draft/schemas/audience.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 0 additions & 9 deletions draft/schemas/conditionsOfAccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 0 additions & 9 deletions draft/schemas/educationalLevel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 0 additions & 9 deletions draft/schemas/interactivityType.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 0 additions & 12 deletions draft/schemas/learningResourceType.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 573d023

Please sign in to comment.