This HTML5 document contains 56 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n8https://construct.readthedocs.org/en/latest/
n15https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n22https://github.com/ZiglioUK/
n14https://metacpan.org/module/Data::
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n10http://dbpedia.org/resource/TCP/
n16https://github.com/construct/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Construct_(python_library)
rdf:type
yago:YagoGeoEntity yago:YagoPermanentlyLocatedEntity yago:WikicatPythonLibraries yago:Library103660909 yago:PhysicalEntity100001930 yago:Room104105893 yago:Area102735688 dbo:Library yago:Whole100003553 yago:Structure104341686 yago:Object100002684 yago:Artifact100021939
rdfs:label
Construct (python library)
rdfs:comment
Construct is a Python library for the construction and deconstruction of data structures in a declarative fashion. In this context, construction, or building, refers to the process of converting (serializing) a programmatic object into a binary representation. Deconstruction, or parsing, refers to the opposite process of converting (deserializing) binary data into a programmatic object. Being declarative means that user code defines the data structure, instead of the convention of writing procedural code to accomplish the goal. Construct can work seamlessly with bit- and byte-level data granularity and various byte-ordering.
dcterms:subject
dbc:Parser_generators dbc:Python_(programming_language)_libraries
dbo:wikiPageID
8583006
dbo:wikiPageRevisionID
1110986039
dbo:wikiPageWikiLink
dbc:Python_(programming_language)_libraries dbr:Endianness n10:IP dbr:Perl dbr:Data_structures dbr:CPAN dbr:Ethernet dbr:Bit dbr:Python_(programming_language) dbr:Serialization dbr:Procedural_code dbr:Internet_Protocol dbr:Transmission_Control_Protocol dbr:C_(programming_language) dbr:Declarative_programming dbr:Byte dbr:Type_conversion dbr:Ethernet_frame dbr:Protocol_stack dbc:Parser_generators
dbo:wikiPageExternalLink
n8: n14:ParseBinary n16:construct n22:construct
owl:sameAs
freebase:m.0278v74 n15:4iNSr wikidata:Q5164392 yago-res:Construct_(python_library)
dbp:wikiPageUsesTemplate
dbt:Unreferenced
dbo:abstract
Construct is a Python library for the construction and deconstruction of data structures in a declarative fashion. In this context, construction, or building, refers to the process of converting (serializing) a programmatic object into a binary representation. Deconstruction, or parsing, refers to the opposite process of converting (deserializing) binary data into a programmatic object. Being declarative means that user code defines the data structure, instead of the convention of writing procedural code to accomplish the goal. Construct can work seamlessly with bit- and byte-level data granularity and various byte-ordering. Using declarative code has many benefits. For example, the same code that can parse can also build (symmetrical), debugging and testing are much simpler (provable to some extent), creating new constructs is easy (wrapping components), and many more. If one is familiar with the C (programming language), one can think of constructs as casting from char * to struct foo * and vice versa, rather than writing code that unpacks the data.
gold:hypernym
dbr:Library
prov:wasDerivedFrom
wikipedia-en:Construct_(python_library)?oldid=1110986039&ns=0
dbo:wikiPageLength
4644
foaf:isPrimaryTopicOf
wikipedia-en:Construct_(python_library)
Subject Item
dbr:List_of_Python_software
dbo:wikiPageWikiLink
dbr:Construct_(python_library)
Subject Item
dbr:Construct
dbo:wikiPageWikiLink
dbr:Construct_(python_library)
dbo:wikiPageDisambiguates
dbr:Construct_(python_library)
Subject Item
wikipedia-en:Construct_(python_library)
foaf:primaryTopic
dbr:Construct_(python_library)