Documentation
¶
Overview ¶
HelloWorldWrite is an example SST application that shows how to create a simple RDF graph and export it into both, a Turtle and into an SST binary file.
The resulting Turtle file contains the followng data:
@prefix lci: <http://ontology.semanticstep.net/lci#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix : <urn:uuid:da02e201-d7ea-41cb-ab46-2b46788cff3f#> . <urn:uuid:da02e201-d7ea-41cb-ab46-2b46788cff3f> a owl:Ontology . :9399268c-1287-4846-b0e7-897358885699 a lci:Individual ; rdfs:label "hello world" .
There are two IBNodes. The first one has no fragment and it is representing the whole NamedGraph and has a triple to sepcify that is an Ontology. This is generated by SST automatically. The second IBNode has a UUID fragment and contains two subject triples. First one to state that it is an Individual, and the second with the lable "hello world".
Click to show internal directories.
Click to hide internal directories.