Changes between Version 5 and Version 6 of DespoinaLog/2010/10/28


Ignore:
Timestamp:
2010-10-28T14:20:33+02:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/10/28

    v5 v6  
    55(see relative message including Pedro Lopes, '''Richard Cyganiak) '''
    66
    7  * How  to connect multiple semantic systems, some using [http://www4.wiwiss.fu-berlin.de/bizer/D2RQ/spec/#specification D2R] and some purely semantic :
     7 * === How  to connect multiple semantic systems, some using [http://www4.wiwiss.fu-berlin.de/bizer/D2RQ/spec/#specification D2R] and some purely semantic : ===
     8
    89   * learn basics of D2RQ mapping language, modify the mapping file that you probably created using generate-[[BR]]mapping.  This is probably the file that lives in molgenis_distro (generated by d2rq) : WebContent/WEB-INF/molgenis-rdf-mapping.n3
    9  * For instance how to define mappings that explicitly say that a table column corresponds to an element of the FOAF ontology ?
     10 * === For instance how to define mappings that explicitly say that a table column corresponds to an element of the FOAF ontology ? ===
     11
    1012   * In the mapping file there is a class map corresponding to each table . Find the right class map . below the class map ,there is a property bridge for each column .
    1113
     
    5759        .
    5860}}}
    59  * Find the right class map. Below the class map, there's a property
     61   * Find the right class map. Below the class map, there's a property bridge for each column. Find the right one.
     62   * '''Change its !d2rq:property value to the FOAF term, e.g., foaf:name.'''
     63   * '''You also have to make sure that the FOAF namespace is declared in the @prefix section at the very beginning of the file.'''
    6064
    61 bridge for each column. Find the right one. 
     65 * === When there is a table column whose values map elements from the !DailyMed D2R database? ===
    6266
    63  * '''Change its !d2rq:property value to the FOAF term, e.g., !foaf:name. '''
    64  * '''You also have to make sure that the FOAF namespace is declared in the @prefix section at the very beginning of the file.'''
    65  * Or that I have a table column whose values map elements from the !DailyMed D2R database?
     67   * Instead of mapping the column to a literal with !d2rq:column, use a !d2rq:uriPattern that produces URIs that match the URIs in the other dataset.
    6668
    67 Instead of mapping the column to a literal with !d2rq:column, use a[[BR]]!d2rq:uriPattern that produces URIs that match the URIs in the other[[BR]]dataset.
     69= next todos:  =
     70 * '''Change its !d2rq:property value to the FOAF term, e.g., !foaf:name.'''
     71 * '''You also have to make sure that the FOAF namespace is declared in the @prefix section at the very beginning of the file.'''
     72 *