@prefix oplweb: . @prefix rdfs: . @prefix rdf: . @prefix owl: . @prefix xsd: . @prefix gr: . @prefix siocs: . @prefix foaf: . @prefix wdrs: . @prefix prodont: . @prefix : <#> . : a owl:Ontology ; wdrs:describedby <> ; owl:versionInfo "3.0.0"^^xsd:string ; owl:imports ; :hasSessions , :hasFormat , :hasCategory , :hasMaximumProcessorCores , :OfferNumber , :TypeOfCharge , :MaxNetworkInstance , :BuyService , :hasBuyService , :isBuyServiceOf , :UriTemplate , :UriParameter , :UriQueryParameterName , :exampleValue, :EndpointURLString , :EndpointURL , :ProductRelease , :ProductCategory , :ProductFormat , :ProductFamily , :Product , :hasProductLicense , :ProductLicense , :ProductLicenseOf , :hasMaximumClusterNodes , :hasOperatingSystemType , :hasOperatingSystemFamily , :hasDatabaseFamily , :productFamily , :isReleaseOf , :hasRelease , :version , :RowStore , :ColumnStore , :Single , :Cluster, :WindowsDesktopEditions , :WindowsServer , :workstationOS , :serverOS , :Windows , :ODBC , :JDBC , :DOTNET , :OLEDB . owl:inverseOf . <> a foaf:Document . <> rdfs:label "OpenLink Product Offers and Licensing Ontology" . <> foaf:topic :hasSessions , :hasFormat , :hasCategory , :hasMaximumProcessorCores , :OfferNumber , :TypeOfCharge , :MaxNetworkInstance , :BuyService , :hasBuyService , :isBuyServiceOf , :UriTemplate , :UriParameter , :UriQueryParameterName , :exampleValue , :EndpointURLString , :EndpointURL , :ProductRelease , :ProductCategory , :ProductFormat , :ProductFamily , :Product , :hasProductLicense , :ProductLicense , :ProductLicenseOf , :hasMaximumClusterNodes , :hasOperatingSystemType , :hasOperatingSystemFamily , :hasDatabaseFamily , :productFamily , :isReleaseOf , :hasRelease , :version , :RowStore , :ColumnStore, :Single , :Cluster , :WindowsDesktopEditions , :WindowsServer , :workstationOS , :serverOS , :Windows , :ODBC , :JDBC , :DOTNET , :OLEDB . rdfs:subClassOf a owl:TransitiveProperty . :hasRelease a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Has Release"^^xsd:string ; rdfs:domain :Product ; wdrs:describedby <> ; rdfs:range :ProductRelease . :hasSessions a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:label "Concurrent Database Server Threads per Virtuoso Server Instance"^^xsd:string ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense . :hasFormat a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Has format"^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain :Product ; rdfs:range :ProductFormat ; wdrs:describedby <> . :hasCategory a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Has category"^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain :Product ; rdfs:range :ProductCategory ; wdrs:describedby <> . :hasMaximumProcessorCores a owl:ObjectProperty, rdf:Property ; rdfs:label "Maximum Processor Cores"^^xsd:string ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense . :OfferNumber a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Offer Number"^^xsd:string ; wdrs:describedby <> ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty . :TypeOfCharge a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Type of charge"^^xsd:string ; wdrs:describedby <> ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty . :MaxNetworkInstance a owl:ObjectProperty, rdf:Property ; rdfs:label "Maximum Network Instance Licenses"^^xsd:string ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense . ## Buy Service Endpoint i.e. URL ## Buy Service :BuyService a owl:Class ; rdfs:label "Buy (Purchase) Service Endpoint"^^xsd:string ; rdfs:subClassOf ; wdrs:describedby <> ; rdfs:isDefinedBy . :hasBuyService a owl:ObjectProperty, rdf:Property ; rdfs:label "Has Buy Service"^^xsd:string ; rdfs:comment "This is the predicate/property that associates a Web Service with an instance of purchased item"; rdfs:isDefinedBy ; rdfs:domain :ProductLicense ; rdfs:range :BuyService ; wdrs:describedby <> ; rdfs:subPropertyOf siocs:has_service . :isBuyServiceOf a owl:ObjectProperty, rdf:Property ; rdfs:label "Is Buy Service Of"^^xsd:string ; rdfs:comment "This is the predicate/property that associates an instance of purchased item with a Web Service"; rdfs:isDefinedBy ; rdfs:domain :BuyService ; wdrs:describedby <> . :UriTemplate a owl:DatatypeProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "URI Template"^^xsd:string ; rdfs:domain :BuyService ; wdrs:describedby <> ; rdfs:range xsd:string . :UriParameter a owl:DatatypeProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "URI Variable"^^xsd:string ; rdfs:domain :BuyService ; wdrs:describedby <> ; rdfs:range xsd:string . :UriQueryParameterName a owl:DatatypeProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "URI Variable Name"^^xsd:string ; rdfs:domain :BuyService ; wdrs:describedby <> ; rdfs:range xsd:string . :exampleValue a owl:DatatypeProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Example Value"^^xsd:string ; rdfs:domain :BuyService ; wdrs:describedby <> ; rdfs:range xsd:string . :EndpointURLString a owl:DatatypeProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Buy Service Endpoint URL String"^^xsd:string ; rdfs:domain :BuyService ; wdrs:describedby <> ; rdfs:range xsd:string . :EndpointURL a owl:DatatypeProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Buy Service Endpoint URL"^^xsd:string ; rdfs:domain :BuyService ; wdrs:describedby <> ; rdfs:range xsd:string . :ProductCategory a rdfs:Class ; rdfs:subClassOf :ProductFamily, ; rdfs:label "Product Category"^^xsd:string ; wdrs:describedby <> . :ProductFormat a rdfs:Class ; rdfs:subClassOf ; rdfs:label "Product Format"^^xsd:string ; wdrs:describedby <> . :ProductFamily a rdfs:Class ; rdfs:subClassOf gr:ProductOrService, ; rdfs:label "Product Family"^^xsd:string ; wdrs:describedby <> . :ProductRelease a rdfs:Class ; rdfs:subClassOf :Product ; rdfs:label "Product Release"^^xsd:string ; wdrs:describedby <> . :Product a rdfs:Class ; rdfs:label "Product"^^xsd:string ; owl:sameAs gr:ProductOrServiceModel ; wdrs:describedby <> . :hasProductLicense a owl:ObjectProperty, rdf:Property ; rdfs:label "Has Product License"^^xsd:string ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:domain :ProductRelease, :Product ; wdrs:describedby <> ; rdfs:range :ProductLicense . :ProductLicenseOf a owl:ObjectProperty, rdf:Property ; rdfs:label "Product License Of"^^xsd:string ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:domain :ProductRelease, :Product ; wdrs:describedby <> ; rdfs:range :ProductLicense . :isReleaseOf a owl:ObjectProperty, rdf:Property ; rdfs:label "Is Release Of"^^xsd:string ; rdfs:isDefinedBy ; rdfs:domain :ProductRelease, :Product ; rdfs:range :ProductLicense ; wdrs:describedby <> . :version a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:label "Release Version"^^xsd:string ; wdrs:describedby <> . :hasOperatingSystemType a owl:ObjectProperty, rdf:Property ; rdfs:label "Has Operating System Type"^^xsd:string ; rdfs:isDefinedBy ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense ; rdfs:subPropertyOf . :hasOperatingSystemFamily a owl:ObjectProperty, rdf:Property ; rdfs:label "Has Operating System Family"^^xsd:string ; rdfs:isDefinedBy ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense ; rdfs:subPropertyOf . :hasDatabaseFamily a owl:ObjectProperty, rdf:Property ; rdfs:label "Has Dabase Family"^^xsd:string ; rdfs:isDefinedBy ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense ; rdfs:subPropertyOf . :ProductLicense a owl:ObjectProperty, rdf:Property ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:label "Product License"^^xsd:string ; wdrs:describedby <> ; owl:inverseOf :hasProductLicense . :hasMaximumClusterNodes a owl:ObjectProperty, rdf:Property ; rdfs:label "Maximum Number of Cluster Nodes"^^xsd:string ; rdfs:isDefinedBy ; rdfs:subPropertyOf gr:quantitativeProductOrServiceProperty ; rdfs:domain :ProductRelease ; wdrs:describedby <> ; rdfs:range :ProductLicense . ## Cross References ## :productFamily a owl:Class ; rdfs:label "Product Family"^^xsd:string ; wdrs:describedby <> ; owl:equivalentClass prodont:Virtuoso_Universal_Server, . ## Class Equivalence Cross References ## owl:equivalentClass prodont:Solaris . owl:equivalentClass prodont:AIX . owl:equivalentClass prodont:HPUX . owl:equivalentClass prodont:Irix . owl:equivalentClass prodont:MacOSClassic . owl:equivalentClass prodont:FreeBSD . owl:equivalentClass prodont:DynixPTX . owl:equivalentClass prodont:GenericLinux . owl:equivalentClass prodont:MacOSX . owl:equivalentClass prodont:Tru64UNIX . owl:equivalentClass prodont:SCOOpenServer . owl:equivalentClass prodont:Windows . owl:equivalentClass prodont:UnixWare . owl:equivalentClass prodont:JavaVirtualMachine . owl:equivalentClass prodont:MonoCLR . owl:equivalentClass prodont:NETCLR . owl:equivalentClass prodont:Sybase . owl:equivalentClass prodont:Ingres . owl:equivalentClass prodont:Oracle . owl:equivalentClass prodont:Informix . owl:equivalentClass prodont:Firebird . owl:equivalentClass prodont:ODBCBridge . owl:equivalentClass prodont:PostgreSQL . owl:equivalentClass prodont:Progress . owl:equivalentClass prodont:DB2 . owl:equivalentClass prodont:SQLServer . owl:equivalentClass prodont:MySQL . owl:equivalentClass prodont:JDBCBridge . owl:equivalentClass prodont:ODBCBridge . owl:equivalentClass prodont:OLEDBBridge . gr:ProductOrServicesSomeInstancesPlaceholder owl:equivalentClass gr:SomeItems . gr:ActualProductOrServiceInstance owl:equivalentClass gr:Individual . owl:equivalentClass . ## Sub-Class Cross References ## prodont:Virtuoso_Universal_Server a owl:Class ; rdfs:label "Virtuoso Universal Server"^^xsd:string ; rdfs:subClassOf prodont:Middleware ; rdfs:subClassOf prodont:Relational_database_management_system ; rdfs:subClassOf prodont:Application_server ; rdfs:subClassOf prodont:Content_management . prodont:Relational_database_management_system a owl:Class ; rdfs:label "Relational database management system"^^xsd:string ; rdfs:subClassOf prodont:Database . prodont:Web_Server a owl:Class ; rdfs:label "Web Server"^^xsd:string ; owl:equivalenClass prodont:Web_server . prodont:Web_server a owl:Class ; rdfs:label "Web Server"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:Application_Server a owl:Class ; rdfs:label "Web Application Server"^^xsd:string ; owl:equivalenClass prodont:Application_server . prodont:Application_server a owl:Class ; rdfs:label "Web Application Server"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:Middleware a owl:Class ; rdfs:label "Middleware"^^xsd:string . prodont:Database a owl:Class ; rdfs:label "Database"^^xsd:string . prodont:Content_management a owl:Class ; rdfs:label "Content Management Platform"^^xsd:string . rdf:type oplweb:BusinessEntity ; gr:legalName "OpenLink Software Inc."^^xsd:string . oplweb:BusinessEntity rdfs:isDefinedBy ; owl:equivalentClass gr:BusinessEntity . prodont:Cloud_computing a owl:Class ; rdfs:label "Cloud computing"^^xsd:string . prodont:Data_as_a_Service a owl:Class ; rdfs:label "Data as a service"^^xsd:string ; rdfs:subClassOf prodont:Cloud_computing . prodont:Software_as_a_service a owl:Class ; rdfs:label "Software as a service"^^xsd:string ; rdfs:subClassOf prodont:Cloud_computing . prodont:Triplestore a owl:Class ; rdfs:label "Triplestore"^^xsd:string ; rdfs:subClassOf prodont:Database . prodont:Master_data_management a owl:Class ; rdfs:label "Master data management"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:NoSQL a owl:Class ; rdfs:label "NoSQL"^^xsd:string ; rdfs:subClassOf prodont:Database . prodont:Graph_database a owl:Class ; rdfs:label "Graph database"^^xsd:string ; rdfs:subClassOf prodont:Database . prodont:Enterprise_service_bus a owl:Class ; rdfs:label "Enterprise service bus"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:Collaborative_software a owl:Class ; rdfs:label "Collaborative software"^^xsd:string ; owl:equivalenClass prodont:Enterprise_Collaboration_Systems . prodont:Enterprise_Collaboration_Systems a owl:Class ; rdfs:label "Enterprise Collaboration Systems"^^xsd:string ; owl:equivalenClass prodont:Collaborative_software . prodont:JDBC_Driver a owl:Class ; rdfs:label "JDBC driver"^^xsd:string ; owl:equivalenClass prodont:JDBC_driver . prodont:JDBC_driver a owl:Class ; rdfs:label "JDBC driver"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:ODBC_driver a owl:Class ; rdfs:label "ODBC driver"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:ODBC_Driver a owl:Class ; rdfs:label "ODBC driver"^^xsd:string ; owl:equivalenClass prodont:ODBC_driver . prodont:OLE_DB_provider a owl:Class ; rdfs:label "OLE DB provider"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:ADO.NET_provider a owl:Class ; rdfs:label "ADO.NET provider"^^xsd:string ; owl:equivalenClass prodont:ADO.NET_data_provider . prodont:ADO.NET_data_provider a owl:Class ; rdfs:label "ADO.NET provider"^^xsd:string ; rdfs:subClassOf prodont:Middleware . prodont:OpenLink_ODBC_Drivers a owl:Class ; rdfs:label "OpenLink ODBC Drivers"^^xsd:string ; rdfs:subClassOf prodont:ODBC_driver . :RowStore a ; wdrs:describedby <> ; rdfs:label "Row Store"^^xsd:string . :ColumnStore a ; wdrs:describedby <> ; rdfs:label "Column Store"^^xsd:string . :Single a ; wdrs:describedby <> ; rdfs:label "Single"^^xsd:string . :Cluster a ; wdrs:describedby <> ; rdfs:label "Cluster"^^xsd:string . :workstationOS a ; wdrs:describedby <> ; rdfs:label "Wrokstation Operating System"^^xsd:string . :WindowsDesktopEditions a :workstationOS ; wdrs:describedby <> ; rdfs:label "Windows Workstation Desktop Edition"^^xsd:string . :serverOS a ; wdrs:describedby <> ; rdfs:label "Server Operating System"^^xsd:string . :WindowsServer a :serverOS ; wdrs:describedby <> ; rdfs:label "Windows Server Edition"^^xsd:string . :Windows owl:sameAs ; wdrs:describedby <> ; rdfs:label "Windows"^^xsd:string . :ODBC a ; wdrs:describedby <> ; rdfs:label "ODBC"^^xsd:string . :JDBC a ; wdrs:describedby <> ; rdfs:label "JDBC"^^xsd:string . :DOTNET a ; wdrs:describedby <> ; rdfs:label "ADO.NET"^^xsd:string . :OLEDB a ; wdrs:describedby <> ; rdfs:label "OLEDB"^^xsd:string . :GenericLinux owl:sameAs ; wdrs:describedby <> ; rdfs:label "Generic Linux"^^xsd:string . :Solaris owl:sameAs ; wdrs:describedby <> ; rdfs:label "Solaris"^^xsd:string . :AIX owl:sameAs ; wdrs:describedby <> ; rdfs:label "AIX"^^xsd:string . :HPUX owl:sameAs ; wdrs:describedby <> ; rdfs:label "HPUX"^^xsd:string . :Irix owl:sameAs ; wdrs:describedby <> ; rdfs:label "Irix"^^xsd:string . :MacOSClassic owl:sameAs ; wdrs:describedby <> ; rdfs:label "Mac OS Classic"^^xsd:string . :FreeBSD owl:sameAs ; wdrs:describedby <> ; rdfs:label "FreeBSD"^^xsd:string . :DynixPTX owl:sameAs ; wdrs:describedby <> ; rdfs:label "DynixPTX"^^xsd:string . :MacOSX owl:sameAs ; wdrs:describedby <> ; rdfs:label "Mac OS X"^^xsd:string . :Tru64UNIX owl:sameAs ; wdrs:describedby <> ; rdfs:label "Tru64 UNIX"^^xsd:string . :SCOOpenServer owl:sameAs ; wdrs:describedby <> ; rdfs:label "SCO Open Server"^^xsd:string . :Windows owl:sameAs ; wdrs:describedby <> ; rdfs:label "Windows"^^xsd:string . :UnixWare owl:sameAs ; wdrs:describedby <> ; rdfs:label "UnixWare"^^xsd:string . :Solaris owl:sameAs ; wdrs:describedby <> ; rdfs:label "Solaris"^^xsd:string . :Sybase owl:sameAs ; wdrs:describedby <> ; rdfs:label "Sybase"^^xsd:string . :Ingres owl:sameAs ; wdrs:describedby <> ; rdfs:label "Ingres"^^xsd:string . :Informix owl:sameAs ; wdrs:describedby <> ; rdfs:label "Informix"^^xsd:string . :Oracle owl:sameAs ; wdrs:describedby <> ; rdfs:label "Oracle"^^xsd:string . :Firebird owl:sameAs ; wdrs:describedby <> ; rdfs:label "Firebird"^^xsd:string . :PostgreSQL owl:sameAs ; wdrs:describedby <> ; rdfs:label "PostgreSQL"^^xsd:string . :Progress owl:sameAs ; wdrs:describedby <> ; rdfs:label "Progress"^^xsd:string . :DB2 owl:sameAs ; wdrs:describedby <> ; rdfs:label "DB2"^^xsd:string . :SQLServer owl:sameAs ; wdrs:describedby <> ; rdfs:label "SQL Server"^^xsd:string . :ODBCBridge owl:sameAs ; wdrs:describedby <> ; rdfs:label "ODBC Bridge"^^xsd:string . :JDBCBridge owl:sameAs ; wdrs:describedby <> ; rdfs:label "JDBC Bridge"^^xsd:string . :OLEDBBridge owl:sameAs ; wdrs:describedby <> ; rdfs:label "OLEDB Bridge"^^xsd:string . :MySQL owl:sameAs ; wdrs:describedby <> ; rdfs:label "MySQL"^^xsd:string .