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

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

PrefixNamespace IRI
n19http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM6.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n25http://vos.openlinksw.com/dataspace/services/wiki/
n5http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM1.
oplhttp://www.openlinksw.com/schema/attribution#
n21http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM7.
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n31http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_1.
dchttp://purl.org/dc/elements/1.1/
n32http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_2.
n18http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM8.
n23http://vos.openlinksw.com/dataspace/dav#
n15http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM2.
n29http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_3.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n26http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n22http://vos.openlinksw.com/dataspace/person/dav#
n17http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM3.
n30http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_4.
n16http://vos.openlinksw.com/dataspace/owiki/wiki/
n11http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtProgressEDM/sioc.
n9http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_5.
n12http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_6.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n13http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM4.
n20http://vos.openlinksw.com/dataspace/owiki#
n33http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtAdoNetDataServices_7.
n14http://vos.openlinksw.com/wiki/main/VOS/VirtProgressEDM/VirtProgressEDM5.
xsdhhttp://www.w3.org/2001/XMLSchema#
n8http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n22:this
foaf:made
n2:VirtProgressEDM
Subject Item
n23:this
sioc:creator_of
n2:VirtProgressEDM
Subject Item
n25:item
n26:services_of
n2:VirtProgressEDM
Subject Item
n20:this
sioc:creator_of
n2:VirtProgressEDM
Subject Item
n16:VOS
sioc:container_of
n2:VirtProgressEDM
atom:entry
n2:VirtProgressEDM
atom:contains
n2:VirtProgressEDM
Subject Item
n2:VirtProgressEDM
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:40:31.102202
dcterms:modified
2017-06-29T07:39:34.903644
rdfs:label
VirtProgressEDM
foaf:maker
n8:this n22:this
dc:title
VirtProgressEDM
opl:isDescribedUsing
n11:rdf
sioc:has_creator
n20:this n23:this
sioc:attachment
n5:png n9:png n12:png n13:png n14:png n15:png n17:png n18:png n19:png n21:png n29:png n30:png n31:png n32:png n33:png
sioc:content
%VOSWARNING% %META:TOPICPARENT{name="VirtProgressEntityFrameworkUsage"}% ---+++Creating an Entity Data Model (EDM) for the Progress isports database The following steps can be used to create an Entity Data Model (EDM) for the Progress isports 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%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_2.png" style="wikiautogen"/>%BR%%BR% 1 When the New Project window appears, choose either <b>Visual Basic</b> or <b>Visual C#</b> as the 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 *isports*, and click <b>OK</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_3.png" style="wikiautogen"/>%BR%%BR% 1 This will create a new project called *isports*. %BR% %BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_4.png" style="wikiautogen"/>%BR% %BR% 1 Select the <b>Project -> Add New Item</b> menu option. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_5.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>Model1.edmx</b> and click <b>Add</b> to start the creation of the ADO.Net Entity Data Model. %BR%%BR%<img src="%ATTACHURLPATH%/VirtAdoNetDataServices_6.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_7.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%/VirtProgressEDM1.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 and click <b>Continue</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM2.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. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM3.png" style="wikiautogen"/>%BR%%BR% 1 Select the <b>Select Database From List</b> radio button and choose <b>isports</b> from the drop down list. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM4.png" style="wikiautogen"/>%BR%%BR% 1 Press the <b>Test Connection</b> dialog to verify the database is accessible. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM5.png" style="wikiautogen"/>%BR%%BR% 1 Set the <b>entity connect string</b> name to <b>isportsEntities</b> (note this name as it is required in the section on creating and ADO.Net Data Service) and click <b>Next</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM6.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 isports catalog for addition to the Entity Data Model. Set the <b>Model Namespace</b> to <b>isportsModel</b> and click <b>Finish</b>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM7.png" style="wikiautogen"/>%BR%%BR% 1 The <b>Model1.edmx</b> EDM will be created with the tables and relationships displayed in the Visual Studio IDE. %BR%%BR%<img src="%ATTACHURLPATH%/VirtProgressEDM8.png" style="wikiautogen"/>%BR%%BR% Creation for the Entity Data Model for the Progress isports database is now complete.
sioc:id
43d95ba149727dc7b81e5687330e306c
sioc:link
n2:VirtProgressEDM
sioc:has_container
n16:VOS
n26:has_services
n25:item
atom:title
VirtProgressEDM
atom:source
n16:VOS
atom:author
n22:this
atom:published
2017-06-13T05:40:31Z
atom:updated
2017-06-29T07:39:34Z
sioc:topic
n16:VOS
Subject Item
n2:VirtProgressEntityFrameworkUsage
sioc:links_to
n2:VirtProgressEDM