@prefix gr: . @prefix xsd: . @prefix rdfs: . @prefix owl: . @prefix wdrs: . @prefix foaf: . @prefix siocs: . @prefix d: . @prefix o: . @prefix l: . @prefix r: . @prefix b: . @prefix : <#> . <> a foaf:Document . <> rdfs:label "OpenLink Virtuoso products" . <> rdfs:comment "This is a turtle document that uses Linked Data oriented content to describe OpenLink Virtuoso the products." . # Products <> foaf:topic :VirtuosoRowStoreSingle , :VirtuosoRowStoreCluster , :VirtuosoColumnStoreSingle . :VirtuosoRowStoreSingle a ; a ; a ; a ; a ; a ; a gr:ProductOrServiceModel ; a d:Product ; d:hasFormat d:RowStore ; d:hasRelease r:VirtuosoRowStoreSingleRelease64 ; d:hasCategory d:Single ; gr:category "Software > Computer Software > Business & Productivity Software"^^xsd:string ; foaf:depiction ; rdfs:label "Virtuoso Universal Server (Row Store & Single Server Edition)"^^xsd:string ; wdrs:describedby <> ; gr:hasManufacturer . :VirtuosoRowStoreCluster a gr:ProductOrServiceModel ; a d:Product ; a ; a ; a ; a ; a ; a ; a ; a ; d:hasFormat d:RowStore ; d:hasCategory d:Cluster ; d:hasRelease r:VirtuosoRowStoreClusterRelease64 ; gr:category "Software > Computer Software > Business & Productivity Software"^^xsd:string ; foaf:depiction ; rdfs:label "Virtuoso Universal Server (Row Store & Cluster Server Edition)"^^xsd:string ; wdrs:describedby <> ; gr:hasManufacturer . :VirtuosoColumnStoreSingle a gr:ProductOrServiceModel ; a d:Product ; a ; a ; a ; a ; a ; a ; d:hasFormat d:ColumnStore ; d:hasCategory d:Single ; d:hasRelease r:VirtuosoColumnStoreSinglerRelease10 ; gr:category "Software > Computer Software > Business & Productivity Software"^^xsd:string ; foaf:depiction ; rdfs:label "Virtuoso Universal Server (Column Store & Single Server Edition)"^^xsd:string ; wdrs:describedby <> ; gr:hasManufacturer .