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

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

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n16http://dbpedia.org/ontology/Software/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n13http://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#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
n14https://svelte.dev/

Statements

Subject Item
dbr:Svelte
rdf:type
owl:Thing schema:CreativeWork dbo:Work wikidata:Q7397 wikidata:Q386724 dbo:Software
rdfs:label
Svelte
rdfs:comment
Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.Svelte is not a monolithic Javascript library imported by applications: instead, Svelte compiles HTML templates to specialised code that manipulates the DOM directly, which may reduce the size of transferred files and give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render UI elements when the data they depend on is modified.This also avoids the overhead associated with runtime intermediate representations, such as virtual DOM, unlike traditional frameworks (such as React and Vue) which carry out the bulk of their work at runtime, i.e in the browser.The compiler itself is written i
dbp:wikiPageUsesTemplate
dbt:Short_description dbt:ECMAScript dbt:Reflist dbt:See_Wiktionary dbt:Code dbt:Portal dbt:Prog-lang-stub dbt:Wikidata dbt:Infobox_software dbt:Start_date_and_age dbt:Application_frameworks
foaf:homepage
n14:
dct:subject
dbc:Web_development dbc:Software_using_the_MIT_license dbc:JavaScript_web_frameworks dbc:Computer-related_introductions_in_2016
dbo:fileSize
4100000.0
dbo:releaseDate
2016-11-26
foaf:name
Svelte
prov:wasDerivedFrom
n13:Svelte?oldid=1069755653&ns=0
n16:fileSize
4.1
dbo:wikiPageID
13864521
dbo:wikiPageLength
9039
dbo:wikiPageRevisionID
1069755653
dbo:computingPlatform
dbr:Web_platform
dbo:genre
dbr:Web_framework
dbo:license
dbr:MIT_License
dbo:programmingLanguage
dbr:TypeScript
dbo:abstract
Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.Svelte is not a monolithic Javascript library imported by applications: instead, Svelte compiles HTML templates to specialised code that manipulates the DOM directly, which may reduce the size of transferred files and give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render UI elements when the data they depend on is modified.This also avoids the overhead associated with runtime intermediate representations, such as virtual DOM, unlike traditional frameworks (such as React and Vue) which carry out the bulk of their work at runtime, i.e in the browser.The compiler itself is written in TypeScript, its source code is licensed under MIT License and hosted on GitHub.
foaf:isPrimaryTopicOf
n13:Svelte