Example with pragma output:valmode

The following example demonstrates usage of the output:valmode pragma.


DEFINE output:valmode "LONG" 
CONSTRUCT { ?s ?p ?o } 
WHERE 
  {
    graph ?g { ?s ?p ?o }
  } 
LIMIT 10

@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:Expensive_Planetarium	rdf:type	<http://dbpedia.org/class/yago/1962VideoGames> .

@prefix ns2:	<http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#> .
ns2:NeuroNames_defSource	rdf:type	ns2:BirnlexDefinitionSource .
<http://dbpedia.org/resource/Spacewar!>	rdf:type	<http://dbpedia.org/class/yago/1962VideoGames> .

@prefix ns3:	<http://www.nokia.co.uk/> .
ns3:A4221139	rdf:type	"http://mymobileont/#mobile" .
<http://dbpedia.org/resource/Spacewar%21>	rdf:type	<http://dbpedia.org/class/yago/1962VideoGames> .

@prefix ns4:	<http://bio2rdf.org/sgd:> .
ns4:S000003664gp_0000208	rdf:type	<http://bio2rdf.org/go:0000208> .

Sponger Usage Examples

Related