@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://dbpedia.org/resource/CodeSynthesis_XSD/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
ns1:e	rdf:type	dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:e	rdf:type	owl:Thing ,
		dbpedia-owl:Work .
@prefix dbpprop:	<http://dbpedia.org/property/> .
ns1:e	dbpprop:name	"CodeSynthesis XSD/e"@en .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
ns1:e	dbpedia-owl:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000006beed1b> .
@prefix ns6:	<http://umbel.org/umbel/ne/wikipedia/CodeSynthesis_XSD/> .
ns1:e	owl:sameAs	ns6:e .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:e	foaf:name	"CodeSynthesis XSD/e" .
@prefix ns8:	<http://en.wikipedia.org/wiki/CodeSynthesis_XSD/> .
ns1:e	foaf:page	ns8:e ;
	dbpprop:reference	<http://www.artima.com/cppsource/xml_data_binding.html> ,
		<http://www.codesynthesis.com/products/xsde/> ,
		<http://www.codesynthesis.com/projects/xsde/documentation/cxx/hybrid/guide/> ,
		<http://www.codesynthesis.com/projects/xsde/documentation/cxx/serializer/guide/> ,
		<http://www.codesynthesis.com/projects/xsde/documentation/cxx/parser/guide/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:e	rdfs:label	"CodeSynthesis XSD/e"@en .
@prefix ns10:	<http://dbpedia.org/ontology/Work/> .
ns1:e	ns10:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	dbpprop:abstract	"CodeSynthesis XSD/e is a validating XML parser/serializer and C++ XML Data Binding generator for Mobile and Embedded systems. It is developed by Code Synthesis and dual-licensed under the GNU GPL and a proprietary license. Given an XML instance specification, XSD/e can produce three kinds of C++ mappings: Embedded C++/Parser for event-driven XML parsing, Embedded C++/Serializer for event-driven XML serialization, and Embedded C++/Hybrid which provides a light-weight, in-memory object model on top of the other two mappings. The C++/Hybrid mapping generates C++ classes for types defined in XML Schema as well as parsing and serialization code. The C++ classes represent the data stored in XML as a statically-typed, tree-like object model and support fully in-memory as well as partially in-memory/partially event-driven XML processing. The C++/Parser mapping generates validating C++ parser skeletons for data types defined in XML Schema. One can then implement these parser skeletons to build a custom in-memory representation or perform immediate processing as parts of the XML documents become available. Similarly, the Embedded C++/Serializer mapping generates validating C++ serializer skeletons for types defined in XML Schema which can be used to serialize application data to XML. CodeSynthesis XSD/e itself is written in C++ and supports a number of embedded targets include Embedded Linux, VxWorks, QNX, LynxOS, iPhone OS and Windows CE."@en ;
	rdfs:comment	"CodeSynthesis XSD/e is a validating XML parser/serializer and C++ XML Data Binding generator for Mobile and Embedded systems. It is developed by Code Synthesis and dual-licensed under the GNU GPL and a proprietary license."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
ns1:e	skos:subject	ns12:Embedded_systems ,
		<http://dbpedia.org/resource/Category:C%2B%2B_libraries> ,
		ns12:XML_parsers .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
ns1:e	dbpprop:wikiPageUsesTemplate	ns13:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> .
@prefix ns14:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/CodeSynthesis_XSD/> .
ns1:e	dbpprop:hasPhotoCollection	ns14:e .