Forskjell mellom versjoner av «Tutorial4»

Fra mn/ifi/camsem
Hopp til: navigasjon, søk
 
Linje 1: Linje 1:
'''Making a filter who includes more data series'''
+
'''Making a filter who includes more data series'''  
  
 +
<br>
  
 +
If you want a filter to include more than one data series, it is important that the path to the variables, including URIs of the resources, is the same.
  
If you want a filter to include more than one data series, it is important that the path to the variables, including URIs of the resources, is the same.
 
  
  
 
+
Lets say you want to filter on counties, and both of the data series includes information about which municipalities it is about. The municipalities again, includes information about which county it belongs to. So long as we keep the path the same, this is a easy task.<br>
Lets say you want to filter on counties, and both of the data&nbsp;
 
  
  
  
 +
Keeping the path the same is the equvalent as using the same properties for saying which data belongs to which municipalities. See more under "Making shared properties" here:&nbsp;[[Making_ontologies]]
  
 +
<br>
  
 
See the old way of doing this:&nbsp;[[Tutorial4 OLD]]
 
See the old way of doing this:&nbsp;[[Tutorial4 OLD]]

Nåværende revisjon fra 9. jul. 2010 kl. 13:48

Making a filter who includes more data series


If you want a filter to include more than one data series, it is important that the path to the variables, including URIs of the resources, is the same.


Lets say you want to filter on counties, and both of the data series includes information about which municipalities it is about. The municipalities again, includes information about which county it belongs to. So long as we keep the path the same, this is a easy task.


Keeping the path the same is the equvalent as using the same properties for saying which data belongs to which municipalities. See more under "Making shared properties" here: Making_ontologies


See the old way of doing this: Tutorial4 OLD