This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from rdflib import ConjunctiveGraph, URIRef, Literal | |
from SPARQLWrapper import SPARQLWrapper, JSON | |
# import json | |
#http://rdfextras.readthedocs.io/en/latest/working_with.html | |
graph = ConjunctiveGraph() | |
sparql = SPARQLWrapper("http://localhost:3030/ds/query") | |
# add a default graph, though that can also be in the query string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pylama] | |
linters = mccabe,pep257,pep8,pyflakes | |
ignore = D203,D212,D213,D404,D406,D407,D408,D409,D100,D104 | |
max_line_length = 160 | |
[pylama:pycodestyle] | |
max_line_length = 300 | |
[pylama:pylint] | |
max_line_length = 300 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://sparqles.okfn.org/availability | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX owl: <http://www.w3.org/2002/07/owl#> | |
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX uni: <http://www.Department0.University0.edu/> | |
PREFIX ub: <http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl#> | |
SELECT * | |
WHERE { ?subject ?predicate ?object } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Feeltagged - Arduino research project | |
Distributed under the MIT License : | |
Copyright (c) 2009 <http://blankdots.com> | |
Permission is hereby granted, free of charge, to any person | |
obtaining a copy of this software and associated documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Distributed under the MIT License : | |
#Copyright (c) 2009 <http://blankdots.com> | |
#Permission is hereby granted, free of charge, to any person | |
#obtaining a copy of this software and associated documentation | |
#files (the "Software"), to deal in the Software without | |
#restriction, including without limitation the rights to use, | |
#copy, modify, merge, publish, distribute, sublicense, and/or sell | |
#copies of the Software, and to permit persons to whom the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Distributed under the MIT License : | |
Copyright (c) 2009 <http://blankdots.com> | |
Permission is hereby granted, free of charge, to any person | |
obtaining a copy of this software and associated documentation | |
files (the "Software"), to deal in the Software without | |
restriction, including without limitation the rights to use, | |
copy, modify, merge, publish, distribute, sublicense, and/or sell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Distributed under the MIT License : | |
Copyright (c) 2009 <http://blankdots.com> | |
Permission is hereby granted, free of charge, to any person | |
obtaining a copy of this software and associated documentation | |
files (the "Software"), to deal in the Software without | |
restriction, including without limitation the rights to use, | |
copy, modify, merge, publish, distribute, sublicense, and/or sell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
=skin= | |
@name izu | |
@author blankdots | |
@homepage http://www.blankdots.com | |
@email [email protected] | |
@license MPL/LGPL/GPL | |
=/skin= | |
*/ |
NewerOlder