Anonymous

EntitySchema:E2: Difference between revisions

From LexBib
Updated Schema text
(Updated Schema text)
(Updated Schema text)
 
Schema / Line 1: Schema / Line 1:
PREFIX lwb: <http://lexbib.elex.is/entity/>
PREFIX wd: <http://lexbib.elex.is/entity/> # does work
PREFIX ldp: <http://lexbib.elex.is/prop/direct/>
PREFIX wdt: <http://lexbib.elex.is/prop/direct/> # does work
PREFIX lp: <http://lexbib.elex.is/prop/>
PREFIX lps: <http://lexbib.elex.is/prop/statement/>
PREFIX lpq: <http://lexbib.elex.is/prop/qualifier/>
PREFIX lpr: <http://lexbib.elex.is/prop/reference/>
PREFIX lno: <http://lexbib.elex.is/prop/novalue/>


start = @<lcr>
start = @<lcr>
Schema / Line 11: Schema / Line 6:
<lcr> EXTRA ldp:P5 {
<lcr> EXTRA ldp:P5 {


   ldp:P5 lwb:Q4 ;
   wdt:P5 wd:Q4 ;
   ldp:P55 @distribution + . ;
   wdt:P55 @distribution + . ;


  }
  }


<distribution> EXTRA ldp:P5 {
<distribution> EXTRA wdt:P5 {
   ldp:P5 lwb:Q3  ;
   wdt:P5 wd:Q3  ;
   ldp:P6 . + ;
   wdt:P6 . + ;
   ldp:P12 @author + ;
   wd:P12 @author + ;
}
}