@prefix issuances: <https://w3id.org/zpid/vocabs/issuances/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

issuances:
  skos:prefLabel "Types of Issuance for publications (instances)"@en, "Erscheinungsformen von Publikationen (Instanzen)"@de ;
  a skos:ConceptScheme .

issuances:UnpublishedManuscript
  dc:created "2026-07-15"^^xsd:date ;
  skos:broader issuances:Standalone ;
  skos:altLabel "unpubliziertes Manuskript"@de ;
  skos:scopeNote "Für Instanzen von Werken, die nie veröffentlicht wurden und daher der Allgemeinheit nicht zugänglich sind, in der Regel weil sie nur für ein begrenztes Publikum bestimmt waren (https://apastyle.apa.org/blog/cite-unpublished-works). Kann auch für unveröffentlichte Abschlussarbeiten gelten, wenn diese nie in einer Bibliothek oder einem Repository archiviert wurden. Nicht verwenden für in Vorbereitung befindliche Werke: eingereichte oder angenommene Manuskripte (submitted, accepted), Artikel im Druck (\"in press\") oder Preprints - sie sind alle \"graue Literatur\"/\"Gray Literature\": der Öffentlichkeit zugänglich, aber nicht von einem kommerziellen Verlag veröffentlicht."@de, "For instances of works that have never been published and thus cannot be accessed by the general public, usually because they were intended only for a limited audience. (https://apastyle.apa.org/blog/cite-unpublished-works). May also apply to unpublished theses if never archived in a library or repository. Not to be confused with works in preparation, such as submitted or accepted manuscripts, in-press articles, or preprints. These would all be issuance 'Gray Literature': available to the public and published by a non-commercial publisher such as in a repository."@en ;
  skos:notation "1225" ;
  skos:inScheme issuances: ;
  skos:prefLabel "unpublished manuscript"@en, "unveröffentlichtes Manuskript"@de ;
  a skos:Concept .

issuances:Standalone
  skos:notation "1200" ;
  skos:prefLabel "standalone (independent)"@en, "selbständige Einheit"@de ;
  a skos:Concept ;
  skos:narrower issuances:UnpublishedManuscript .

issuances:PSYNDEXTestsIssuances
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection ;
  skos:member issuances:UnpublishedManuscript .

issuances:PSYNDEXLitIssuances
  skos:prefLabel "PSYNDEXLit-Publikationstypen"@de, "PsyndexLit publication types"@en ;
  a skos:Collection ;
  skos:member issuances:UnpublishedManuscript .

