@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://soserve.rz.uni-leipzig.de:3030/skosmos/Information>
  skos:prefLabel "Information"@de ;
  a skos:Concept .

skos:example
  rdfs:subPropertyOf skos:note ;
  skos:definition "An example of the use of a concept."@en ;
  rdfs:label "example"@en .

skos:related
  rdfs:subPropertyOf skos:semanticRelation ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en ;
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  rdfs:label "has related"@en .

skos:altLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@en ;
  rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
  rdfs:label "alternative label"@en .

skos:Concept
  rdfs:label "Concept"@en ;
  a owl:Class .

skos:prefLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, "A resource has no more than one value of skos:prefLabel per language tag."@en ;
  rdfs:label "preferred label"@en .

<http://soserve.rz.uni-leipzig.de:3030/skosmos/Methoden_Arbeitspsychologie> skos:Member <http://soserve.rz.uni-leipzig.de:3030/skosmos/Informationsflussanalyse> .
skos:definition
  rdfs:subPropertyOf skos:note ;
  skos:definition "A statement or formal explanation of the meaning of a concept."@en ;
  rdfs:label "definition"@en .

<http://soserve.rz.uni-leipzig.de:3030/skosmos/Informationsflussanalyse>
  skos:definition """Die Informationsflussanalyse ist eine Untersuchung der Informationsflüsse (inkl. von Informationsdefiziten) an betrieblichen Schnittstellen zwischen einzelnen Arbeitsplätzen, zwischen Organisationseinheiten (Abteilungen, Teams etc.) und zwischen Organisationen.  Die Informationsflussanalyse wird anhand von Leitfragen durchgeführt und verläuft in vier Schritten: 
A) Vorklärung durch Auftrags-/Auftragsdurchlaufanalysen
B) Analyse des kommunikativen Informationsflusses
C) Bewertung der Informationen/Informationsdefizite
D) Ermittlung von Verlusten/Gewinnen durch Defizitbeseitigung""" ;
  skos:example "" ;
  skos:note "" ;
  skos:prefLabel "Informationsflussanalyse"@de ;
  skos:label "Informationsflussanalyse"@de, "information flow analysis"@en ;
  a skos:Concept ;
  skos:related <http://soserve.rz.uni-leipzig.de:3030/skosmos/Information> ;
  skos:editorialNote "Hacker, W. (2008). Informationsflussgestaltung als Arbeits- und Organisationsoptimierung. Zürich: vdf Hochschulverlag." ;
  skos:altLabel "" .

skos:editorialNote
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en ;
  rdfs:label "editorial note"@en .

skos:note
  skos:definition "A general note, for any purpose."@en ;
  rdfs:label "note"@en .

