Skip to content

Commit d290cc6

Browse files
committed
Refactor odml RDF documentation
1 parent 57e1b2d commit d290cc6

9 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/example_rdfs/sparql_example_queries.py renamed to doc/rdf/sparql_example_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from rdflib import Graph, Namespace, RDF
22
from rdflib.plugins.sparql import prepareQuery
33

4-
resource = "./python-odml/doc/example_rdfs/example_data/2010-04-16-ab_cutoff_300_contrast_20%.ttl"
4+
resource = "./python-odml/doc/rdf/example_data/odml_RDF_example_A.ttl"
55

66
g = Graph()
77
g.parse(resource, format='turtle')

0 commit comments

Comments
 (0)