@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://en.wikipedia.org/wiki/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
ns1:Simple_Declarative_Language	foaf:primaryTopic	dbpedia:Simple_Declarative_Language .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:OpenVMS	dbpprop:programmedIn	dbpedia:Simple_Declarative_Language .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Simple_Declarative_Language	owl:sameAs	dbpedia:Simple_Declarative_Language ,
		<http://rdf.freebase.com/ns/m.07q149> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Simple_Declarative_Language	rdfs:label	"Simple Declarative Language"@en ;
	rdfs:comment	"The Simple Declarative Language (SDL) is a cross-platform declarative programming language used for defining basic data structures such as lists, maps, and trees of typed data in a compact, easy to read representation. If two systems need to exchange data, the easiest way to do this is to pass the data as text since most systems can parse and process a textual input. The format of the text (indenting, keywords, special characters) is used to describe the data being exchanged."@en .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix category:	<http://dbpedia.org/resource/Category:> .
dbpedia:Simple_Declarative_Language	dcterms:subject	category:Data_serialization_formats ,
		category:Specification_languages ,
		category:Markup_languages .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
dbpedia:Simple_Declarative_Language	wdrs:describedby	<http://dbpedia.org/data/Simple_Declarative_Language.xml> ,
		<http://dbpedia.org/data/Simple_Declarative_Language.ttl> ,
		<http://dbpedia.org/data/Simple_Declarative_Language.nt> ,
		<http://dbpedia.org/data/Simple_Declarative_Language.atom> .
@prefix ns9:	<http://dbpedia.org/page/> .
dbpedia:Simple_Declarative_Language	wdrs:describedby	ns9:Simple_Declarative_Language ,
		<http://dbpedia.org/data/Simple_Declarative_Language.n3> ,
		<http://dbpedia.org/data/Simple_Declarative_Language.json> ,
		<http://dbpedia.org/data/Simple_Declarative_Language.jrdf> ,
		<http://dbpedia.org/data/Simple_Declarative_Language.jsod> .
@prefix ns10:	<http://www.w3.org/ns/prov#> .
dbpedia:Simple_Declarative_Language	ns10:wasDerivedFrom	<http://en.wikipedia.org/wiki/Simple_Declarative_Language?oldid=450821223> ;
	foaf:isPrimaryTopicOf	ns1:Simple_Declarative_Language .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Simple_Declarative_Language	dbpedia-owl:abstract	"The Simple Declarative Language (SDL) is a cross-platform declarative programming language used for defining basic data structures such as lists, maps, and trees of typed data in a compact, easy to read representation. If two systems need to exchange data, the easiest way to do this is to pass the data as text since most systems can parse and process a textual input. The format of the text (indenting, keywords, special characters) is used to describe the data being exchanged. SDL is one such format - other examples of human-readable data serialization formats commonly in use include XML, JSON and YAML. Structured text is also used for storing data to disk - see NoSQL Document Stores and Document Oriented Databases. A simple application programming interface (API) allows reading, writing and accessing all the data structures using one class. For property files, configuration files, logs and simple serialization requirements, SDL is designed to be an alternative to Extensible Markup Language that is better suited to compact type-aware representations of data structures. Implementations are available for Java, . NET and Ruby. Objective-C and Go ports are underway. SDL is distributed under the LGPL open source license. It was contributed to the open source community by Ikayzo which also provides commercial support."@en ;
	dbpedia-owl:wikiPageExternalLink	<http://sdl.ikayzo.org/> ,
		<http://www.ikayzo.com> ,
		<http://sdl4r.rubyforge.org/> .
@prefix ns12:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Simple_Declarative_Language	dbpprop:hasPhotoCollection	ns12:Simple_Declarative_Language .
dbpedia:SDL	dbpedia-owl:wikiPageDisambiguates	dbpedia:Simple_Declarative_Language .