Skip to content

Commit

Permalink
deploy: 10b6f4b
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusHenke committed May 23, 2024
1 parent c4c5914 commit 2fc09a7
Show file tree
Hide file tree
Showing 53 changed files with 517 additions and 3 deletions.
7 changes: 7 additions & 0 deletions audience/Audience.html

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions audience/Audience.json
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"
}
}
}
Loading

0 comments on commit 2fc09a7

Please sign in to comment.