forked from skohub-io/skohub-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4c5914
commit 2fc09a7
Showing
53 changed files
with
517 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Audience", | ||
"type": "Concept", | ||
"prefLabel": { | ||
"en": "Audience", | ||
"de": "Zielgruppe" | ||
}, | ||
"definition": { | ||
"en": "A list of audiences that can be assigned to a resource.", | ||
"de": "Eine Liste von Zielgruppen, die einer Ressource zugeordnet werden können." | ||
}, | ||
"narrower": [ | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Administrator", | ||
"prefLabel": { | ||
"en": "Administration", | ||
"de": "Verwaltung" | ||
} | ||
}, | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Public", | ||
"prefLabel": { | ||
"en": "General Public", | ||
"de": "Allgemeine Öffentlichkeit" | ||
} | ||
}, | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Mentor", | ||
"prefLabel": { | ||
"en": "Mentor", | ||
"de": "Mentor:in" | ||
} | ||
}, | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Parent", | ||
"prefLabel": { | ||
"en": "Parents", | ||
"de": "Eltern" | ||
} | ||
}, | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/PeerTutor", | ||
"prefLabel": { | ||
"en": "Peer Tutor", | ||
"de": "Peer-Tutor:in" | ||
} | ||
}, | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Professional", | ||
"prefLabel": { | ||
"en": "Professional", | ||
"de": "Fachkraft" | ||
} | ||
}, | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/Learner", | ||
"prefLabel": { | ||
"en": "Learner", | ||
"de": "Lernende" | ||
} | ||
} | ||
], | ||
"inScheme": [ | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/", | ||
"title": { | ||
"de": "Zielgruppe" | ||
} | ||
} | ||
], | ||
"inSchemeAll": [ | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/" | ||
} | ||
], | ||
"topConceptOf": [ | ||
{ | ||
"id": "https://hof-halle-wittenberg.github.io/vocabs/audience/", | ||
"title": { | ||
"de": "Zielgruppe" | ||
} | ||
} | ||
], | ||
"@context": { | ||
"@version": 1.1, | ||
"id": "@id", | ||
"type": "@type", | ||
"@vocab": "http://www.w3.org/2004/02/skos/core#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"dct": "http://purl.org/dc/terms/", | ||
"dc": "http://purl.org/dc/elements/1.1/", | ||
"schema": "https://schema.org/", | ||
"vann": "http://purl.org/vocab/vann/", | ||
"ldp": "http://www.w3.org/ns/ldp#", | ||
"owl": "http://www.w3.org/2002/07/owl#", | ||
"title": { | ||
"@id": "dct:title", | ||
"@container": "@language" | ||
}, | ||
"dc:title": { | ||
"@id": "dc:title", | ||
"@container": "@language" | ||
}, | ||
"dc:description": { | ||
"@id": "dc:description", | ||
"@container": "@language" | ||
}, | ||
"description": { | ||
"@id": "dct:description", | ||
"@container": "@language" | ||
}, | ||
"issued": { | ||
"@id": "dct:issued", | ||
"@type": "xsd:date" | ||
}, | ||
"created": { | ||
"@id": "dct:created", | ||
"@type": "xsd:date" | ||
}, | ||
"modified": { | ||
"@id": "dct:modified", | ||
"@type": "xsd:date" | ||
}, | ||
"creator": "dct:creator", | ||
"publisher": "dct:publisher", | ||
"preferredNamespacePrefix": "vann:preferredNamespacePrefix", | ||
"preferredNamespaceUri": "vann:preferredNamespaceUri", | ||
"isBasedOn": "schema:isBasedOn", | ||
"source": "dct:source", | ||
"prefLabel": { | ||
"@container": "@language" | ||
}, | ||
"altLabel": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"hiddenLabel": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"definition": { | ||
"@container": "@language" | ||
}, | ||
"note": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"changeNote": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"editorialNote": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"historyNote": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"scopeNote": { | ||
"@container": [ | ||
"@language", | ||
"@set" | ||
] | ||
}, | ||
"notation": { | ||
"@container": "@set" | ||
}, | ||
"example": { | ||
"@container": "@language" | ||
}, | ||
"narrower": { | ||
"@container": "@set" | ||
}, | ||
"related": { | ||
"@container": "@set" | ||
}, | ||
"relatedMatch": { | ||
"@container": "@set" | ||
}, | ||
"narrowerTransitive": { | ||
"@container": "@set" | ||
}, | ||
"broaderTransitive": { | ||
"@container": "@set" | ||
}, | ||
"broadMatch": { | ||
"@container": "@set" | ||
}, | ||
"narrowMatch": { | ||
"@container": "@set" | ||
}, | ||
"closeMatch": { | ||
"@container": "@set" | ||
}, | ||
"exactMatch": { | ||
"@container": "@set" | ||
}, | ||
"hasTopConcept": { | ||
"@container": "@set" | ||
}, | ||
"inScheme": { | ||
"@container": "@set" | ||
}, | ||
"topConceptOf": { | ||
"@container": "@set" | ||
}, | ||
"deprecated": { | ||
"@id": "owl:deprecated", | ||
"@type": "xsd:boolean" | ||
}, | ||
"isReplacedBy": { | ||
"@id": "dct:isReplacedBy", | ||
"@container": "@set" | ||
} | ||
} | ||
} |
Oops, something went wrong.