EntitySchema:E1: Unterschied zwischen den Versionen

Aus STA Dokumentationsplattform
Zur Navigation springen Zur Suche springen
(Ein neues Schema erstellt: GND entity)
 
(Schema-Beschreibung auf Deutsch aktualisiert: allgemeines Schema einer GND Entität; wird in der Dokumentationsplattform für Items verwendet, die als Beispiele für die GND-Dokumentation dienen)
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Bezeichnungen / de
+GND Entität
Beschreibungen / de
+allgemeines Schema einer GND Entität; wird in der Dokumentationsplattform für Items verwendet, die als Beispiele für die GND-Dokumentation dienen
Schema / Zeile 1: Schema / Zeile 1:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
prefix xsd: <http://www.w3.org/2001/XMLSchema#>  
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
prefix wd: <https://doku.wikibase.wiki/entity/>  
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
prefix wdt: <https://doku.wikibase.wiki/prop/direct/>  
@prefix owl: <http://www.w3.org/2002/07/owl#> .
+
prefix : <https://doku.wikibase.wiki/schema/>
@prefix wikibase: <http://wikiba.se/ontology#> .
 
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
 
@prefix schema: <http://schema.org/> .
 
@prefix cc: <http://creativecommons.org/ns#> .
 
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
 
@prefix prov: <http://www.w3.org/ns/prov#> .
 
@prefix wd: <https://doku.wikibase.wiki/entity/> .
 
@prefix data: <https://doku.wikibase.wiki/wiki/Spezial:EntityData/> .
 
@prefix s: <https://doku.wikibase.wiki/entity/statement/> .
 
@prefix ref: <https://doku.wikibase.wiki/reference/> .
 
@prefix v: <https://doku.wikibase.wiki/value/> .
 
@prefix wdt: <https://doku.wikibase.wiki/prop/direct/> .
 
@prefix wdtn: <https://doku.wikibase.wiki/prop/direct-normalized/> .
 
@prefix p: <https://doku.wikibase.wiki/prop/> .
 
@prefix ps: <https://doku.wikibase.wiki/prop/statement/> .
 
@prefix psv: <https://doku.wikibase.wiki/prop/statement/value/> .
 
@prefix psn: <https://doku.wikibase.wiki/prop/statement/value-normalized/> .
 
@prefix pq: <https://doku.wikibase.wiki/prop/qualifier/> .
 
@prefix pqv: <https://doku.wikibase.wiki/prop/qualifier/value/> .
 
@prefix pqn: <https://doku.wikibase.wiki/prop/qualifier/value-normalized/> .
 
@prefix pr: <https://doku.wikibase.wiki/prop/reference/> .
 
@prefix prv: <https://doku.wikibase.wiki/prop/reference/value/> .
 
@prefix prn: <https://doku.wikibase.wiki/prop/reference/value-normalized/> .
 
@prefix wdno: <https://doku.wikibase.wiki/prop/novalue/> .
 
  
<GND_Entity> {
+
:GND_Entity {
 
  wdt:P114  [ wd:Q14 ]        ; # instance of  GND entity
 
  wdt:P114  [ wd:Q14 ]        ; # instance of  GND entity
  wdt:P61  @<Work>           ; # Entity type
+
  wdt:P61  @:Work            ; # Entity type
 
  wdt:P66  IRI                ; # GND-URI
 
  wdt:P66  IRI                ; # GND-URI
 
  wdt:P150  xsd:string        ; # GND-Number
 
  wdt:P150  xsd:string        ; # GND-Number
Schema / Zeile 36: Schema / Zeile 12:
 
  wdt:P91  xsd:string        ; # Work - preferred title  
 
  wdt:P91  xsd:string        ; # Work - preferred title  
 
  wdt:P97  xsd:string*        ; # Work - different title  
 
  wdt:P97  xsd:string*        ; # Work - different title  
  wdt:P62  @<CatalogingLevel> ; # Cataloging level  
+
  wdt:P62  @:CatalogingLevel ; # Cataloging level  
  wdt:P158  @<Author>          ; # First author
+
  wdt:P158  @:Author           ; # First author
 
  wdt:P167  xsd:string*        ; # Release dates
 
  wdt:P167  xsd:string*        ; # Release dates
 
}
 
}
  
<Work> {
+
:Work {
 
}
 
}
  
<CatalogingLevel> {}
+
:CatalogingLevel {}
  
<Author> {}
+
:Author {}

Aktuelle Version vom 14. April 2021, 13:54 Uhr

SprachcodeBezeichnungBeschreibungAliassebearbeiten
deGND Entitätallgemeines Schema einer GND Entität; wird in der Dokumentationsplattform für Items verwendet, die als Beispiele für die GND-Dokumentation dienenBearbeiten
enGND entitySchema of a GND entityBearbeiten
prefix xsd: <http://www.w3.org/2001/XMLSchema#> 
prefix wd: <https://doku.wikibase.wiki/entity/> 
prefix wdt: <https://doku.wikibase.wiki/prop/direct/> 
prefix : <https://doku.wikibase.wiki/schema/>

:GND_Entity {
 wdt:P114  [ wd:Q14 ]         ; # instance of  GND entity
 wdt:P61   @:Work            ; # Entity type
 wdt:P66   IRI                ; # GND-URI
 wdt:P150  xsd:string         ; # GND-Number

 wdt:P91   xsd:string         ; # Work - preferred title 
 wdt:P97   xsd:string*        ; # Work - different title 
 wdt:P62   @:CatalogingLevel  ; # Cataloging level 
 wdt:P158  @:Author           ; # First author
 wdt:P167  xsd:string*        ; # Release dates
}

:Work {
}

:CatalogingLevel {}

:Author {}