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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n17http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM6.
n15http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM5.
n26http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_5.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n19http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n22http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM4.
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n21http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM3.
n24http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM2.
dchttp://purl.org/dc/elements/1.1/
n32http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_2.
n27http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n23http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM1.
n20http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n5http://vos.openlinksw.com/dataspace/person/dav#
n30http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_4.
n6http://vos.openlinksw.com/dataspace/owiki/wiki/
n28http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_6.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n8http://vos.openlinksw.com/dataspace/owiki#
n31http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_1.
xsdhhttp://www.w3.org/2001/XMLSchema#
n14http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM8.
n18http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n12http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtOODBCEDM/sioc.
n29http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtAdoNetDataServices_3.
n33http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
n13http://vos.openlinksw.com/wiki/main/VOS/VirtOODBCEDM/VirtODBCEDM7.
Subject Item
n5:this
foaf:made
n2:VirtOODBCEDM
Subject Item
n27:this
sioc:creator_of
n2:VirtOODBCEDM
Subject Item
n19:item
n20:services_of
n2:VirtOODBCEDM
Subject Item
n8:this
sioc:creator_of
n2:VirtOODBCEDM
Subject Item
n6:VOS
sioc:container_of
n2:VirtOODBCEDM
atom:entry
n2:VirtOODBCEDM
atom:contains
n2:VirtOODBCEDM
Subject Item
n2:VirtOODBCEDM
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:38:48.092934
dcterms:modified
2017-06-29T07:39:08.017293
rdfs:label
VirtOODBCEDM
foaf:maker
n5:this n33:this
dc:title
VirtOODBCEDM
opl:isDescribedUsing
n12:rdf
sioc:has_creator
n8:this n27:this
sioc:attachment
n13:png n14:png n15:png n17:png n21:png n22:png n23:png n24:png n26:png n28:png n29:png n30:png n31:png n32:png
sioc:content
%VOSWARNING% %META:TOPICPARENT{name="VirtODBCEntityFrameworkUsage"}% ---+++Creating an Entity Data Model (EDM) for ODBC-Compliant Databases The following steps can be used to create an Entity Data Model (EDM) for the Microsoft Access Northwind database: 1 Launch the Visual Studio 2008 SP1 IDE. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_1.png" style="wikiautogen"/>%BR%%BR% 1 Create a <b>Web Application</b> project by going to the <b>File</b> menu in Visual Studio and choosing <b>New Project</b>. %BR%%BR% 1 When the New Project window appears, choose either <b>Visual Basic</b> or <b>Visual C#</b> as your programming language.%BR%%BR% 1 Within the language category, click on <b>Web</b> and select <b>ASP.NET Web Application</b> from the right-hand panel. %BR%%BR% 1 Choose a name for the project, for example <b><nop>VirtuosoDataService</b>, and click <b>OK</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_2.png" style="wikiautogen"/>%BR%%BR% 1 This will create a new project called <b><nop>VirtuosoDataService</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_3.png" style="wikiautogen"/>%BR%%BR% 1 Right click on the <b><nop>VirtuosoDataService</b> project name in the <b>Solution Explorer</b> pane. Then, select the <b>Add</b> -> <b>New Item</b> menu option. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_4.png" style="wikiautogen"/>%BR%%BR% 1 The <b>Add New Item</b> dialog will appear. Choose the <b>ADO.NET Entity Data Model</b> template. Give it the name <b>Virtuoso.edmx</b> and click <b>Add</b> to start the creation of the ADO.Net Entity Data Model. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_5.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Entity Data Model Wizard</b> dialog <b>Choose Model Contents</b> page, select the <b>Generate from Database</b> model type and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_6.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Entity Data Model Wizard</b> dialog <b>Choose your Data Connection</b> page, select the <b>New Connection</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM1.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Choose Data Source</b> dialog, select the <b><nop>OpenLink Virtuoso Data Source</b> from the list displayed and click <b>Continue</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM2.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Connection Properties</b> dialog, specify the <b>hostname</b>, <b>portno</b>, <b>username</b> and password for the target Virtuoso Server and click the <b>Advanced</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM3.png" style="wikiautogen"/>%BR%%BR% 1 Select the <b>Select Database From List</b> radio button and choose <b>NWIND</b> from the drop down list. Click *OK*. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM4.png" style="wikiautogen"/>%BR%%BR% 1 Press the <b>Test Connection</b> dialog to verify that the database is accessible. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM5.png" style="wikiautogen"/>%BR%%BR% 1 Set the <b>entity connect string</b> name to <b><nop>VirtuosoEntities</b> (note this name as it is required in the section on creating an ADO.Net Data Service) and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM6.png" style="wikiautogen"/>%BR%%BR% 1 In the <b>Choose your Database Objects</b> page, select the <b>Tables</b> check box to select all tables in the NWIND catalog for addition to the Entity Data Model. Set the <b>Model Namespace</b> to <b><nop>VirtuosoModel</b> and click <b>Finish</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM7.png" style="wikiautogen"/>%BR%%BR% 1 The <b>Virtuoso.edmx</b> EDM will be created with the tables and relationships displayed in the Visual Studio IDE. %BR%%BR%<img src="%ATTACHURLPATH%/VirtODBCEDM8.png" style="wikiautogen"/>%BR%%BR% Creation of the Entity Data Model for the Microsoft Access Northwind database is now complete. CategoryDocumentation CategoryVirtuoso CategoryEntityFramework CategoryDotNET CategoryODBC CategoryODBCODBCBridge
sioc:id
5784ba91efbd3f1018d1972eb504bb1e
sioc:link
n2:VirtOODBCEDM
sioc:has_container
n6:VOS
n20:has_services
n19:item
atom:title
VirtOODBCEDM
sioc:links_to
n2:CategoryVirtuoso n2:CategoryODBC n18:CategoryEntityFramework n2:CategoryDotNET n2:CategoryDocumentation n2:CategoryODBCODBCBridge
atom:source
n6:VOS
atom:author
n5:this
atom:published
2017-06-13T05:38:48Z
atom:updated
2017-06-29T07:39:08Z
sioc:topic
n6:VOS