About: isa:348477218   Sponge Permalink

An Entity of Type : prov:Entity, within Data Space : webisa.webdatacommons.org associated with source dataset(s)

AttributesValues
rdf:type
prov:value
  • Below is a patch to add the fixes to your code.Code: Select all--- toggle_quotes_original.py Wed Jul 13 10:03:17 2011+++ toggle_quotes.py Mon Jul 11 09:38:24 2011@@ -2,6 +2,7 @@ class ToggleQuotesCommand(sublime_plugin.TextCommand): def run(self, edit):+ sels = list(self.view.sel()) for region in self.view.sel(): scope = self.view.scope_name(region.begin()) @@ -63,15 +64,10 @@ self.view.replace(ed
prov:wasQuotedFrom
is prov:wasDerivedFrom of
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software