weso / wiBackend

http://www.weso.es
0 stars 0 forks source link

Add example 100 countries #6

Closed ifbyol closed 10 years ago

ifbyol commented 11 years ago

I added an example file that contains observations for 100 countries. I copied the file in directory "fuseki/Data/computex100.ttl". And I added a line in "ConfigFile.ttl" in order to load the triples in fuseki. This line is commented, and if you want to load this example instead of the simple example, you only have to comment the previous line and uncomment this line.

The part of the cofiguration file that has been modifying is:

<#computex> rdf:type ja:RDFDataset ; rdfs:label "Computex" ; ja:defaultGraph [ rdfs:label "example.ttl" ; a ja:MemoryModel ; ja:content [ja:externalContent file:../computex/ontology/examples/example.ttl ] ;

ja:content [ja:externalContent file:../fuseki/Data/computex100.ttl]

  ] ;
.