In the neo4j quick queries pane, there are "relationship types" and "property keys" which make sense in the context of the Neo4j cypher query syntax.
In SPARQL, is there a way to distinguish between triples that are relationship and triples that are properties?
I suppose some example data could be like the following:
<actor12> <http://some.ontology.com/#ActedIn> <movie45> #relationship
<movie45> <http://some.ontology.com/#title> “Gone with the Wind" #property key/val