Dear all,
I was following the using-virtual-graph tutorial and successfully completed all the steps with the help from this community. Now I'm trying to build up my own virtual graph and have a problem about the PREFIX.
In music_mappings.ttl, there are two lines of PREFIX on the top,
PREFIX : <http://stardog.com/tutorial/>
PREFIX sm: <tag:stardog:api:mapping:>
I understand that they define the namespace, but I don't quite understand how they did the job. When I tried to access http://stardog.com/tutorial/, I got a 404 page, let alone the second line of PREFIX, which is even more mysterious to me. So how exactly can they define namespace?
I understand that the database created in mysql by using music_schema.sql and beatles.sql was then mapped to virtual graph in stardog by using music_mappings.ttl. Now that I have created my own database in mysql and I wanted to map it to virtual graph too, but how should I use PREFIX in my own ttl mapping file?
Thanks,
Ying