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

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

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n8https://global.dbpedia.org/id/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
dbpedia-hrhttp://hr.dbpedia.org/resource/
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-frhttp://fr.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbpedia-nlhttp://nl.dbpedia.org/resource/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Comparison_of_code_generation_tools
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Nominal_techniques
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Ludics
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Backus–Naur_form
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Web_Ontology_Language
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Algebraic_data_type
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Abstract_Syntax
dbo:wikiPageWikiLink
dbr:Abstract_syntax
dbo:wikiPageRedirects
dbr:Abstract_syntax
Subject Item
dbr:First-order_abstract_syntax
dbo:wikiPageWikiLink
dbr:Abstract_syntax
dbo:wikiPageRedirects
dbr:Abstract_syntax
Subject Item
dbr:Hindley–Milner_type_system
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Abstract_semantic_graph
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Abstract_syntax
rdf:type
owl:Thing wikidata:Q315 dbo:Language schema:Language wikidata:Q9143 dbo:ProgrammingLanguage
rdfs:label
Syntaxe abstraite 抽象構文 Abstrakte Syntax Abstract syntax Abstracte syntaxis
rdfs:comment
抽象構文(ちゅうしょうこうぶん。abstract syntax)とはデータ(特に通信路上のメッセージやコンパイル中のプログラム)の表現形式であり、マシン依存の構造やエンコーディングによらず、またデータの物理的な表現形式からも独立しているものである。 プログラミング言語処理系における内部表現は通常、典型的な抽象構文木である。抽象構文は「文」「式」「識別子」などの分類用語を用いた木構造により定められる。これはソースコードの構文(具象構文)から独立したものである(非常に近いものであることが多いが)。(具象)構文木と抽象構文木は似たものであるが、(具象)構文木(parse treeとも言う)は通常、括弧などのソースコード上は重要だが抽象構文木の構造には現れないものを含む。 Abstracte syntaxis is een representatie van gegevens, vaak een bericht dat over een communicatiekanaal wordt verstuurd of een computerprogramma dat wordt gecompileerd, die onafhankelijk is van de datastructuur en coderingen, die zelf wel van de gebruikte computer afhangen, en ook van de werkelijke representatie van de gegevens, in het geval van compileren de concrete syntaxis genoemd en bij communicatie de transfersyntaxis. In computer science, the abstract syntax of data is its structure described as a data type (possibly, but not necessarily, an abstract data type), independent of any particular representation or encoding. This is particularly used in the representation of text in computer languages, which are generally stored in a tree structure as an abstract syntax tree. Abstract syntax, which only consists of the structure of data, is contrasted with concrete syntax, which also includes information about the representation. For example, concrete syntax includes features like parentheses (for grouping) or commas (for lists) which are not included in the abstract syntax, as they are implicit in the structure. En informatique, la syntaxe abstraite d'une structure de données représente les types qui définissent ces données sans forcément leur assigner une représentation ou un codage précis. Elle sert en particulier à la représentation du code source des langages de programmation, et est généralement stockée dans un arbre syntaxique abstrait. Par opposition, la syntaxe concrète inclut l'information indiquant comment sont représentées les données.
dcterms:subject
dbc:Programming_language_design dbc:Programming_language_theory dbc:Syntax dbc:Parsing dbc:Compiler_construction
dbo:wikiPageID
75624
dbo:wikiPageRevisionID
1124886613
dbo:wikiPageWikiLink
dbr:Abstract_Syntax_Notation_One dbc:Parsing dbr:Data_type dbr:Parse_tree dbr:Algebraic_data_type dbc:Programming_language_design dbc:Programming_language_theory dbr:Computer_language dbr:Higher-order_abstract_syntax dbr:Abstract_syntax_tree dbr:Computer_science dbr:Concrete_syntax dbr:Compiler dbc:Syntax dbr:Abstract_data_type dbc:Compiler_construction dbr:Name_resolution_(programming_languages)
owl:sameAs
n8:34gBX dbpedia-fr:Syntaxe_abstraite freebase:m.0k0x6 dbpedia-de:Abstrakte_Syntax wikidata:Q333373 dbpedia-hr:Apstraktna_sintaksa dbpedia-ja:抽象構文 dbpedia-nl:Abstracte_syntaxis
dbp:wikiPageUsesTemplate
dbt:Unreferenced dbt:Prog-lang-stub dbt:Reflist
dbo:abstract
Abstracte syntaxis is een representatie van gegevens, vaak een bericht dat over een communicatiekanaal wordt verstuurd of een computerprogramma dat wordt gecompileerd, die onafhankelijk is van de datastructuur en coderingen, die zelf wel van de gebruikte computer afhangen, en ook van de werkelijke representatie van de gegevens, in het geval van compileren de concrete syntaxis genoemd en bij communicatie de transfersyntaxis. Een compiler dat een computerprogramma naar machinetaal omzet, geeft onder andere aan hoe de variabelen en identifiers die in het programma voorkomen, moeten worden behandeld. Variabelen en identifiers worden dus ergens vastgelegd. Hun representatie is onafhankelijk van de syntaxis van de broncode, de concrete syntaxis, van het programma dat wordt gecompileerd, ook al kunnen de representatie in de broncode en de machinetaal vaak goed met elkaar worden vergeleken. Een syntaxisboom lijkt veel op een abstracte syntaxisboom, maar er kunnen bijvoorbeeld haakjes in voorkomen, die voor de syntaxis van de machinetaal wel van belang zijn. Dit soort zaken worden in de abstracte syntaxisboom impliciet gelaten. En informatique, la syntaxe abstraite d'une structure de données représente les types qui définissent ces données sans forcément leur assigner une représentation ou un codage précis. Elle sert en particulier à la représentation du code source des langages de programmation, et est généralement stockée dans un arbre syntaxique abstrait. Par opposition, la syntaxe concrète inclut l'information indiquant comment sont représentées les données. In computer science, the abstract syntax of data is its structure described as a data type (possibly, but not necessarily, an abstract data type), independent of any particular representation or encoding. This is particularly used in the representation of text in computer languages, which are generally stored in a tree structure as an abstract syntax tree. Abstract syntax, which only consists of the structure of data, is contrasted with concrete syntax, which also includes information about the representation. For example, concrete syntax includes features like parentheses (for grouping) or commas (for lists) which are not included in the abstract syntax, as they are implicit in the structure. Abstract syntaxes are classified as first-order abstract syntax (FOAS), if the structure is abstract but names (identifiers) are still concrete (and thus requires name resolution), and higher-order abstract syntax, if the names themselves are abstract. 抽象構文(ちゅうしょうこうぶん。abstract syntax)とはデータ(特に通信路上のメッセージやコンパイル中のプログラム)の表現形式であり、マシン依存の構造やエンコーディングによらず、またデータの物理的な表現形式からも独立しているものである。 プログラミング言語処理系における内部表現は通常、典型的な抽象構文木である。抽象構文は「文」「式」「識別子」などの分類用語を用いた木構造により定められる。これはソースコードの構文(具象構文)から独立したものである(非常に近いものであることが多いが)。(具象)構文木と抽象構文木は似たものであるが、(具象)構文木(parse treeとも言う)は通常、括弧などのソースコード上は重要だが抽象構文木の構造には現れないものを含む。
prov:wasDerivedFrom
wikipedia-en:Abstract_syntax?oldid=1124886613&ns=0
dbo:wikiPageLength
2305
foaf:isPrimaryTopicOf
wikipedia-en:Abstract_syntax
Subject Item
dbr:Abstract_syntax_tree
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Π-calculus
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
dbr:Meta-Object_Facility
dbo:wikiPageWikiLink
dbr:Abstract_syntax
Subject Item
wikipedia-en:Abstract_syntax
foaf:primaryTopic
dbr:Abstract_syntax