52. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:05 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

52.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\TS\Service\term-service\src\test\resources sample-termservice.properties Thu Dec 14 19:56:37 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\TS\Service\term-service\src\test\resources sample-termservice.properties Wed Dec 20 20:53:26 2017 UTC

52.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 10 116
Changed 9 38
Inserted 0 0
Removed 0 0

52.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

52.4 Active regular expressions

No regular expressions were active.

52.5 Comparison detail

  1   #Mapping S ervice URI s
  2   ts.ms.crea te.concept .mapping.u ri=http:// localhost: PORT /MappingSe rvice/mapp ings
  3   ts.ms.get. concept.ma pping.conc ept.uri=ht tp://local host: PORT /MappingSe rvice/mapp ings?conce ptUri={con ceptUri}
  4  
  5   #Bookmarki ng Service  URIs
  6   ts.ms.crea te.book.ma rks.uri=ht tp://local host: PORT /Bookmarki ngService/ bookmarks
  7   ts.ms.crea te.book.ma rks.with.l abel.uri=h ttp://loca lhost: PORT /Bookmarki ngService/ bookmarks/ {id}/label s
  8   ts.ms.get. book.marks .by.userna me.uri=htt p://localh ost: PORT /Bookmarki ngService/ bookmarks/ {username}
  9   ts.ms.get. book.marks .by.label. uri=http:/ /localhost : PORT /Bookmarki ngService/ bookmarks/ labels/{la bel}
  10   ts.ms.get. book.marks .label.by. username.u ri=http:// localhost: PORT /Bookmarki ngService/ labels/{us ername}
  11   ts.ms.dele te.book.ma rks.by.id. uri=http:/ /localhost : PORT /Bookmarki ngService/ bookmarks/ {id}
  12   ts.ms.get. book.mark. by.id=http ://localho st: PORT /Bookmarki ngService/ bookmarks/ {id}
  13   ts.ms.dele te.book.ma rks.by.lab el.uri=htt p://localh ost: PORT /Bookmarki ngService/ bookmarks/ {id}/label s/?labelNa me={labelN ame}
  14  
  15   #SOLR
  16   solr.servi ce.endpoin t=http:// IP                 /solr/fuse ki
  17   solr.searc h.service. endpoint=h ttp:// IP                 /solr/fuse ki/ts?wt=j son&fl=id, Label,Defi nition&sta rt=%s&rows =%s&q=%s
  18  
  19   #SPARQL Qu eries
  20   ts.sparql. endpoint=h ttp:// IP                 /ds/sparql
  21   ts.sparql. endpoint.u pdate=http :// IP                 /ds/update
  22   concept.na me.sparql. query=sele ct (str(?n ame) as ?s trname) \
  23                               wher e { ?subje ct ?p ?nam e; FILTER( ?subject =  <%s> && (  \
  24                                 ?p  = <http:/ /www.w3.or g/2000/01/ rdf-schema #label> ||  \
  25                                 ?p  = <http:/ /rdf.cdisc .org/ct/sc hema#cdisc Submission Value> ||  \
  26                                 ?p  = <http:/ /www.w3.or g/2004/02/ skos/core# prefLabel>  \
  27                               )) }
  28   concept.na me.query.h eadvar.nam e=strname
  29  
  30   concept.su btype.spar ql.query=s elect ?chi ld_uri (st r(?child_n ame) as ?s tr_child_n ame) \
  31                                  w here { ?ch ild_uri ?s ubclass <% s>; FILTER ( \
  32                                         ?subclass  = <http:// URL /mvp-schem a#SubClass Of> || \
  33                                       ?subcla ss = <http ://www.w3. org/2000/0 1/rdf-sche ma#subClas sOf> \
  34                                     ) . \
  35                                     ?child_ur i ?p ?chil d_name; FI LTER( \
  36                                       ?p = <h ttp://www. w3.org/200 0/01/rdf-s chema#labe l> || \
  37                                       ?p = <h ttp://rdf. cdisc.org/ ct/schema# cdiscSubmi ssionValue > || \
  38                                       ?p = <h ttp://www. w3.org/200 4/02/skos/ core#prefL abel> \
  39                                     ) \
  40                                  }
  41   subtype.qu ery.head.v ar.child.u ri=child_u ri
  42   subtype.qu ery.head.v ar.child.n ame=str_ch ild_name
  43  
  44   concept.pr edicate.sp arql.query =select ?p  (str(?o)  as ?stro)  (str(?n) a s ?strn) \
  45                                     where { \
  46                                       { ?s ?p  ?o; FILTE R(?s = <%s > && !isUR I(?o)) } \
  47                                       UNION \
  48                                       { ?s ?p  ?o; FILTE R(?s = <%s > && isURI (?o)) . \
  49                                         ?o ?p n ?n; FILT ER( \
  50                                           ?pn  = <http:/ /www.w3.or g/2000/01/ rdf-schema #label> ||  \
  51                                           ?pn  = <http:/ /rdf.cdisc .org/ct/sc hema#cdisc Submission Value> ||  \
  52                                           ?pn  = <http:/ /www.w3.or g/2004/02/ skos/core# prefLabel>  \
  53                                         ) } \
  54                                     }
  55   concept.pr edicate.qu ery.head.v ar.p=p
  56   concept.pr edicate.qu ery.head.v ar.o=stro
  57   concept.pr edicate.qu ery.head.v ar.n=strn
  58                                                                   
  59   conceptmap ping.data. elements.s parql.quer y=ASK { SE LECT ?o WH ERE { <%s>  <http:// URL /mvp-schem a#MappingD ataElement > ?o } }
  60  
  61   #SPARL Que ry to know  URI exist s in Fusek i
  62   generated. uri.exists .sparql.qu ery=ASK {  { SELECT *  { <%s> ?p  ?o } } UN ION { SELE CT * { ?s  <%s> ?o }  } UNION {  SELECT * {  ?s ?p <%s > } } }
  63  
  64   #Data Elem ent SPARQL  Query
  65   data.eleme nt.sparql. query=sele ct ?uri ?n ame \
  66                               wher e { \
  67                               ?uri  <http://w ww.w3.org/ 2000/01/rd f-schema#s ubClassOf>  \
  68                                 <http:// URL /mvp-schem a#Baseline SurveyData Element> .  \
  69                               ?uri  <http://w ww.w3.org/ 2000/01/rd f-schema#l abel> ?nam e }
  70                                                                                                     
  71   ts.mvp.pre fix=http:/ / URL /mvp-schem a
  72   ts.mvp.uri .delimiter =_?
  73   ts.mvp.new .concept.r egex=^.*\\ _\\?\\d{1, 3}$
  74  
  75   ts.baselin e.survey.p refix=http :// URL /baseline
  76  
  77   ts.unknown .ontology= Unknown On tology