Description
Metadata
Settings
owl:sameAs
Inference Rule:
b3s
b3sifp
facets
http://www.w3.org/2002/07/owl#
ldp
oplweb
skos-trans
virtrdf-label
None
About:
isa:265474029
Sponge
Permalink
An Entity of Type :
prov:Entity
, within Data Space :
webisadb.webdatacommons.org
associated with source
dataset(s)
Type:
prov:Entity
New Facets Session with This Class
Attributes
Values
rdf:type
prov:Entity
prov:value
In principle,the same sort of technique can be applied to packed_string_decode(). size_t sixbit_encode(unsigned char *dest, unsigned char *src, size_t size) { size_t out = 0; unsigned x, y; while (size > 2) { *dest++ = (x = *src++) >> 2; *dest++ = (x & 3) << 4 | (y = *src++) >> 4; *dest++ = (y & 15) << 2 | (x = *src++) >> 6; *dest++ = x & 63; size -= 3; out += 4; } switch (size) { case 2: *dest++
prov:wasQuotedFrom
google.com
is
prov:wasDerivedFrom
of
isap:264335074
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
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