This HTML5 document contains 98 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/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n12http://msdn.microsoft.com/en-us/netframework/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n11http://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/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Language_Integrated_Query
rdf:type
dbo:Language schema:Language wikidata:Q9143 dbo:Software dbo:ProgrammingLanguage owl:Thing wikidata:Q315
rdfs:label
Language Integrated Query
rdfs:comment
Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, originally released as a major part of .NET Framework 3.5 in 2007. Ports of LINQ exist for PHP (PHPLinq), JavaScript (linq.js), TypeScript (linq.ts), and ActionScript (ActionLinq), although none are strictly equivalent to LINQ in the .NET inspired languages C#, F# and VB.NET (where it is a part of the language, not an external library, and where it often addresses a wider range of needs).
owl:sameAs
freebase:m.08f3sg yago-res:Language_Integrated_Query
dbp:wikiPageUsesTemplate
dbt:.NET_Framework dbt:Infobox_programming_language dbt:Wikibooks dbt:Citation_needed dbt:Redirect dbt:Query_languages dbt:Further dbt:Reflist dbt:Update
foaf:homepage
n12:aa904594.aspx
dct:subject
dbc:.NET_terminology dbc:Query_languages dbc:XML_data_access
foaf:name
Language Integrated Query
gold:hypernym
dbr:Microsoft
prov:wasDerivedFrom
n11:Language_Integrated_Query?oldid=1060776115&ns=0
dbo:wikiPageID
13706337
dbo:wikiPageLength
25944
dbo:wikiPageRevisionID
1060776115
dbo:wikiPageWikiLink
dbr:ActionScript dbr:Oxygene_(programming_language) dbr:SQL_Server_Compact dbr:Parsing dbr:XML dbr:Nemerle dbr:Complement_(set_theory) dbr:Strong_and_weak_typing dbr:Database_schema dbr:Library_(computing) dbr:C_Sharp_(programming_language) dbr:.NET_Framework dbr:Microsoft_Visual_Studio dbr:F_Sharp_(programming_language) dbr:Fluent_interface dbr:C_Sharp_syntax dbr:Class_(computer_programming) dbr:Stored_procedure dbr:Mutator_method dbr:Union_(set_theory) dbr:.NET_Framework_version_history dbr:Intersection_(set_theory) dbr:Array_data_structure dbr:Primary_key dbr:Concatenation dbr:Operator_(computer_programming) dbr:Transact-SQL dbr:Query_language dbr:Monad_(functional_programming) dbr:Type_inference dbc:Query_languages dbr:API dbr:SQL dbc:.NET_terminology dbr:JavaScript dbc:XML_data_access dbr:Relational_model dbr:Microsoft_SQL_Server dbr:Visual_Basic_.NET dbr:PHP dbr:List_comprehension dbr:Delegate_(CLI) dbr:Lazy_evaluation dbr:Parallel_computing dbr:Cω dbr:Language_construct dbr:Attribute_(computing) dbr:Microsoft dbr:Object–relational_impedance_mismatch dbr:Object–relational_mapping dbr:Expression_(computer_science) dbr:Anonymous_function dbr:Join_(SQL) dbr:Syntactic_sugar dbr:List_of_CLI_languages dbr:Anonymous_type dbr:TypeScript dbr:Projection_(relational_algebra) dbr:Relational_database dbr:Haskell_(programming_language) dbr:ADO.NET dbr:Parallel_Extensions
dbo:designer
dbr:Microsoft
dbo:developer
dbr:Microsoft
dbo:influencedBy
dbr:SQL dbr:Haskell_(programming_language)
dbo:abstract
Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, originally released as a major part of .NET Framework 3.5 in 2007. LINQ extends the language by the addition of query expressions, which are akin to SQL statements, and can be used to conveniently extract and process data from arrays, enumerable classes, XML documents, relational databases, and third-party data sources. Other uses, which utilize query expressions as a general framework for readably composing arbitrary computations, include the construction of event handlers or monadic parsers. It also defines a set of method names (called standard query operators, or standard sequence operators), along with translation rules used by the compiler to translate query syntax expressions into expressions using fluent-style (called method syntax by Microsoft) with these method names, lambda expressions and anonymous types. Many of the concepts that LINQ introduced were originally tested in Microsoft's Cω research project. Ports of LINQ exist for PHP (PHPLinq), JavaScript (linq.js), TypeScript (linq.ts), and ActionScript (ActionLinq), although none are strictly equivalent to LINQ in the .NET inspired languages C#, F# and VB.NET (where it is a part of the language, not an external library, and where it often addresses a wider range of needs).
foaf:isPrimaryTopicOf
n11:Language_Integrated_Query