@prefix rdf: . @prefix sbguide: . @prefix rdfs: . @prefix skos: . @prefix foaf: . @prefix schema: . @prefix xsd: . @prefix dcterms: . @prefix : <#> . #Virtuoso 7.2 Upgrade Installation instructions <> a foaf:Document , schema:Webpage ; dcterms:created "2015-02-05T22:45:10-05:00"^^xsd:dateTime ; dcterms:created "2015-02-26T09:10:05-05:00"^^xsd:dateTime ; rdfs:label "Openlink Virtuoso 7.2 Installation & Upgrade Instructions Description Document For Windows" ; rdfs:comment """This document describes the steps required for installing Virtuoso over a previous installation, on the Windows platform."""@en ; xhv:license ; cc:attributionName "OpenLink Software" ; cc:attributionURL ; foaf:maker ; foaf:primaryTopic <#VirtuosoUpgradeWindowsList> ; foaf:topic <#PreparationStep>, <#UninstallStep> , <#InstallStep> , <#FindManagerStep> , <#LaunchManagerStep> , <#StartVirtuosoStep> , <#VirtuosoAdminStep> , <#BackupScreenAction> , <#UninstallScreenAction> , <#InstallScreenAction> , <#InstallScreenActionActionItemActivity1> , <#InstallScreenActionActionItemActivity2> , <#InstallScreenActionActionItemActivity3> , <#InstallScreenActionActionItemActivity4> , <#InstallScreenActionActionItemActivity5> , <#InstallScreenActionActionItemActivity6> , <#InstallScreenActionActionItemActivity7> , <#InstallScreenActionActionItemActivity8> , <#InstallScreenActionActionItemActivity9> , <#InstallScreenActionActionItemActivity10> , <#InstallScreenActionActionItemActivity11> , <#FindManagerScreenAction> , <#LaunchManagerScreenAction> , <#StartVirtuosoScreenAction> , <#VirtuosoAdminScreenAction> ; dcterms:subject <#VirtuosoUpgradeWindowsList> , <#PreparationStep>, <#UninstallStep> , <#InstallStep> , <#FindManagerStep> , <#LaunchManagerStep> , <#StartVirtuosoStep> , <#VirtuosoAdminStep> , <#BackupScreenAction> , <#UninstallScreenAction> , <#InstallScreenAction> , <#InstallScreenActionActionItemActivity1> , <#InstallScreenActionActionItemActivity2> , <#InstallScreenActionActionItemActivity3> , <#InstallScreenActionActionItemActivity4> , <#InstallScreenActionActionItemActivity5> , <#InstallScreenActionActionItemActivity6> , <#InstallScreenActionActionItemActivity7> , <#InstallScreenActionActionItemActivity8> , <#InstallScreenActionActionItemActivity9> , <#InstallScreenActionActionItemActivity10> , <#InstallScreenActionActionItemActivity11> , <#FindManagerScreenAction> , <#LaunchManagerScreenAction> , <#StartVirtuosoScreenAction> , <#VirtuosoAdminScreenAction> ; schema:about <#VirtuosoUpgradeWindowsList> , <#PreparationStep>, <#UninstallStep> , <#InstallStep> , <#FindManagerStep> , <#LaunchManagerStep> , <#StartVirtuosoStep> , <#VirtuosoAdminStep> , <#BackupScreenAction> , <#UninstallScreenAction> , <#InstallScreenAction> , <#InstallScreenActionActionItemActivity1> , <#InstallScreenActionActionItemActivity2> , <#InstallScreenActionActionItemActivity3> , <#InstallScreenActionActionItemActivity4> , <#InstallScreenActionActionItemActivity5> , <#InstallScreenActionActionItemActivity6> , <#InstallScreenActionActionItemActivity7> , <#InstallScreenActionActionItemActivity8> , <#InstallScreenActionActionItemActivity9> , <#InstallScreenActionActionItemActivity10> , <#InstallScreenActionActionItemActivity11> , <#FindManagerScreenAction> , <#LaunchManagerScreenAction> , <#StartVirtuosoScreenAction> , <#VirtuosoAdminScreenAction> . <#VirtuosoUpgradeWindowsList> a sbguide:StepByGuide ; wdrs:describedby <> ; rdfs:label "VirtuosoUpgradeWindowsList" ; rdfs:comment """Sequence Of Steps For Upgrading To Virtuoso 7.2."""@en ; skos:prefLabel "Virtuoso 7.2 Upgrade Installation Instructions For Windows Users" ; sbguide:isInstallerStepByGuideOf ; sbguide:hasLength "7"^^xsd:nonNegativeInteger ; sbguide:hasStep <#PreparationStep>, <#UninstallStep> , <#InstallStep> , <#FindManagerStep> , <#LaunchManagerStep> , <#StartVirtuosoStep> , <#VirtuosoAdminStep> . #Steps <#PreparationStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Installation Preparation" ; rdfs:comment """Ensure you backup your existing Virtuoso Database [default is a "virtuoso.db" file] prior to performing the steps that follow. Note, Virtuoso's online backup feature, if enabled, would have generated a backup-set."""@en; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasIndex "1"^^xsd:positiveInteger ; sbguide:hasActionItem <#BackupScreenAction>; sbguide:hasNext <#InstallStep> . <#UninstallStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Uninstall Virtuoso" ; rdfs:comment """Uninstall any previously installed releases of Virtuoso."""@en ; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasIndex "2"^^xsd:positiveInteger ; sbguide:hasActionItem <#UninstallScreenAction>; sbguide:hasNext <#InstallStep> ; sbguide:hasPrevious <#PreInstallation>. <#InstallStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Run Virtuoso Installer Program" ; sbguide:hasActionItem <#InstallScreenAction>; rdfs:comment """Install Virtuoso 7.2 using newly downloaded installer archinve."""@en ; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasIndex "3"^^xsd:positiveInteger ; sbguide:hasNext <#FindManagerStep> ; sbguide:hasPrevious <#UninstallStep> . <#FindManagerStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Locate The Virtuoso Service Manager" ; rdfs:comment """Locate the Virtuoso Service Manager in your start menu."""@en ; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasActionItem <#FindManagerScreenAction>; sbguide:hasIndex "4"^^xsd:positiveInteger ; sbguide:hasNext <#LaunchManagerStep> ; sbguide:hasPrevious <#InstallStep> . <#LaunchManagerStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Launch Virtuoso Service Manager" ; sbguide:hasActionItem <#LaunchManagerScreenAction>; rdfs:comment """Click on and Launch the Virtuoso Service Manager and look for an icon to appear on the bottom right of your screen."""@en ; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasIndex "5"^^xsd:positiveInteger ; sbguide:hasNext <#StartVirtuosoStep> ; sbguide:hasPrevious <#FindManagerStep> . <#StartVirtuosoStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Start Virtuoso Using Virtuso Service Manager" ; rdfs:comment """Right Click on the Virtuoso Service Manager on the bottom right of your screen and click on 'OpenLink Virtuoso Server - Start'."""@en ; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasActionItem <#StartVirtuosoScreenAction>; sbguide:hasIndex "6"^^xsd:positiveInteger ; sbguide:hasNext <#VirtuosoAdminStep> ; sbguide:hasPrevious <#LaunchManagerStep> . <#VirtuosoAdminStep> a sbguide:Step ; wdrs:describedby <> ; rdfs:label "Virtuoso Instance Administration" ; sbguide:hasActionItem <#VirtuosoAdminScreenAction>; rdfs:comment """Open up the following HTTP URL in your Web Browser: http://localhost:8890/conductor to expose the HTML Based Administrator (Conductor). Once opened, use it to configure your Virtuos instance for future use. For example you MUST change the default password for the "dba" and "dav" super-user accounts. """@en ; sbguide:hasStepByGuide <#VirtuosoUpgradeWindowsList> ; sbguide:hasIndex "7"^^xsd:positiveInteger ; sbguide:hasPrevious <#StartVirtuosoStep> . #Items <#BackupScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Virtuoso Backup Screen" ; rdfs:comment """Ensure you backup your existing Virtuoso Database [default is a "virtuoso.db" file] prior to performing the steps that follow. Note, Virtuoso's online backup feature, if enabled, would have generated a backup-set."""@en . <#UninstallScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Virtuoso Uninstall Screen" ; rdfs:comment """Uninstall any previously installed releases of Virtuoso."""@en . <#InstallScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Virtuoso Install Screen" ; rdfs:comment """"Install Virtuoso 7.2 using the newly downloaded installer."""@en ; sbguide:hasActionItemActivity <#InstallScreenActionActionItemActivity1> , <#InstallScreenActionActionItemActivity2> , <#InstallScreenActionActionItemActivity3> , <#InstallScreenActionActionItemActivity4> , <#InstallScreenActionActionItemActivity5> , <#InstallScreenActionActionItemActivity6> , <#InstallScreenActionActionItemActivity7> , <#InstallScreenActionActionItemActivity8> , <#InstallScreenActionActionItemActivity9> , <#InstallScreenActionActionItemActivity10> , <#InstallScreenActionActionItemActivity11> . <#InstallScreenActionActionItemActivity1> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Obtaining A License File" ; rdfs:comment """A license would be one of the following: 15 Free Evaluation, 30 Day Free Evaluation, or a Full Non-Expiring License obtained via online purchase or an account manager.""" ; foaf:depiction . <#InstallScreenActionActionItemActivity2> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Installer Program Introduction" ; foaf:depiction . <#InstallScreenActionActionItemActivity3> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "License Agreement" ; foaf:depiction . <#InstallScreenActionActionItemActivity4> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Installation Folder (Directory) Selection" ; foaf:depiction . <#InstallScreenActionActionItemActivity5> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Obtaining License File (Optional)" ; rdfs:comment """A secondary option for obtaining a license file, as part of the Virtuoso server installation process. Typically, you would only take this option if you haven't already downloaded a license file, prior to installation commencement. """ ; foaf:depiction . <#InstallScreenActionActionItemActivity6> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Select installation type" ; rdfs:comment "You can select one of the following installation options: Typical, Complete, or Custom." ; foaf:depiction . <#InstallScreenActionActionItemActivity7> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "InstallScreenActionActionItemActivity7" ; foaf:depiction . <#InstallScreenActionActionItemActivity8> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Feature Selection" ; rdfs:comment """Presented if you select the custom installation option.""" ; foaf:depiction . <#InstallScreenActionActionItemActivity9> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Installation File Copy Start Indication" ; foaf:depiction . <#InstallScreenActionActionItemActivity10> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Installation File Copy Progress Indication" ; foaf:depiction . <#InstallScreenActionActionItemActivity11> a sbguide:ActionItemActivity ; wdrs:describedby <> ; rdfs:label "Installation Completion Indication" ; foaf:depiction . <#FindManagerScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Virtuoso Service Manager Screen" ; rdfs:comment """Locate the Virtuoso Service Manager in your start menu."""@en ; foaf:depiction . <#LaunchManagerScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Virtuoso Manager Launch Screen" ; rdfs:comment """Click on and Launch the Virtuoso Service Manager and look for an icon to appear on the bottom right of your screen."""@en ; foaf:depiction . <#StartVirtuosoScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Start Virtuoso Screen" ; rdfs:comment """Right Click on the Virtuoso Service Manager on the bottom right of your screen and click on 'OpenLink Virtuoso Server - Start'."""@en ; foaf:depiction . <#VirtuosoAdminScreenAction> a sbguide:ActionItem ; wdrs:describedby <> ; rdfs:label "Virtuoso Conductor Screen" ; rdfs:comment """Open up the following HTTP URL in your Web Browser: http://localhost:8890/conductor to expose the HTML Based Administrator (Conductor). Once opened, use it to configure your Virtuos instance for future use. For example you MUST change the default password for the "dba" and "dav" super-user accounts. """@en ; foaf:depiction .