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

Remove inScheme statements #255

Merged
merged 1 commit into from
Oct 10, 2023
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
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