SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

2017-07-13T09:48:13.202133
OpenGLAM CH Working Group
OpenGLAM CH Working Group
Die OpenGLAM-Arbeitsgruppe des Vereins opendata.ch setzt sich für die Umsetzung der OpenGLAM-Prinzipien in der Schweiz ein. Im Zusammenhang mit dem jährlich stattfindenden Open Cultural Data Hackathon fordert sie Gedächtnisinstitutionen dazu auf, Daten und Digitalisate unter freien Lizenzen verfügbar zu machen, so dass mit ihnen gearbeitet, experimentiert und gespielt werden kann. Die Hackathons bieten Gelegenheit zum Austausch zwischen den Institutionen, ProgrammiererInnen, WikipedianerInnen, Web-DesignerInnen und Forschenden. In der Regel erfassen Institutionen ihre Datensätze auf opendata.swiss selber unter einem eigenen Benutzerkonto. In Ausnahmefällen übernimmt die OpenGLAM-Arbeitsgruppe die Beschreibung der Daten. Bis auf wenige Ausnahmen stammen nur die Beschreibungen, nicht aber die Daten selbst von der OpenGLAM-Arbeitsgruppe.
The OpenGLAM Working Group of the opendata.ch association promotes and facilitates the adoption of the OpenGLAM Principles in Switzerland. Once a year, it brings together data providers, software developers, digital humanists, artists, Wikimedians/Wikipedians, and other interested people in order to experiment how cultural data and content can be used for research purposes, for web and mobile apps, in the context of Wikipedia, for artistic re-mixes, or for other forms of re-use. In general, data providers manage the description of their data on opendata.swiss themselves under their own organizational account. As an exception in some cases, the OpenGLAM CH Working Group takes care of this. Save for a few noted exceptions, only the data descriptions, but not the data itself are provided by the OpenGLAM Working Group.
other
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
url hackathons
inDefinedTermSet The organisations of opendata.swiss
Image OpenGLAM_ch_Logo-1024x512.png
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
hasDefinedTerm The organisations of opendata.swiss
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.