SPARQL* Queries
SPARQL*
prefix onto:<http://www.ontotext.com/>
select ?subject ?predicate ?object
{
?subject a <http://www.mysemantics.com/ontology/trip/SightSeeing> .
?subject ?predicate ?object.
}
### Trip ###
:Trip rdf:type owl:Class ;
rdfs:label "Reisen"@de ,
"Trip"@en ;
rdfs:comment "Any type of movement between two locations."@en .