OpenLink ODBC Driver Ontology of Terms

IRI:
http://www.openlinksw.com/ontology/odbc#
Other visualisation:
Ontology source

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Classes

Database Network Connectivity Methodc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/software#DatabaseNetworkConnectivityMethod

is defined by
http://www.openlinksw.com/ontology/odbc#
How a driver connects to a DBMS over a network.
has super-classes
mx4rv w mj u jwp eb gdrc n5 y29yc ac
has sub-classes
DBVendorIndependentNetworkConnectivityc, DBVendorNativeNetworkConnectivityc, DBVendorProvidedNetworkConnectivityc
is in domain of
hasProtocolSupportop
is in range of
hasDatabaseNetworkConnectivityMethodop

DBVendorIndependentNetworkConnectivityc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#DBVendorIndependentNetworkConnectivity

is defined by
http://www.openlinksw.com/ontology/odbc#
In this form of DBMS connectivity, a driver uses its own networking functionality to connect to a 3rd party DBMS. It has the advantage of providing innovations [as part of the driver] in critical areas such as privacy,security, and cost-effective adminsitration.
has super-classes
mx4rv w mj u jwp eb gdrc n5 y29yc ac
Database Network Connectivity Methodc
is also defined as
named individual

DBVendorNativeNetworkConnectivityc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#DBVendorNativeNetworkConnectivity

is defined by
http://www.openlinksw.com/ontology/odbc#
In this form of DBMS connectivity, a driver leverages built-in network connectivity to a DBMS using a library provided by the target DBMS vendor, that's pre-installed as part of the DBMS product packaging. It has the advantage of providing a convenient installation and configuration experience to driver users. It has the disadvantage of delivering unpredictable experience and sophistication in areas such as cost-effective administration, privacy, security, and fine-grained access controls.
has super-classes
mx4rv w mj u jwp eb gdrc n5 y29yc ac
Database Network Connectivity Methodc
is also defined as
named individual

DBVendorProvidedNetworkConnectivityc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#DBVendorProvidedNetworkConnectivity

is defined by
http://www.openlinksw.com/ontology/odbc#
In this form of DBMS connectivity, a driver depends on client networking services provided the vendor of a DBMS targeted by a driver. It has the disadvantage of introducing preinstallation and configuration as driver usage prequisites. It has the advantage of providing a high-performance networking layer [in many cases] that's fine-tuned for its target DBMS.
has super-classes
mx4rv w mj u jwp eb gdrc n5 y29yc ac
Database Network Connectivity Methodc
is also defined as
named individual

Distributed Transaction Monitorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#DistributedTransactionMonitor

is defined by
http://www.openlinksw.com/ontology/odbc#
Technology for managing Atomicity, Consistency, Isolation, and Durability of transactions across machine boundaries, on a distributed network.
is in range of
hasDistributedTransactionMonitorSupportop, hasMultipleActiveStatementsSupportop
is also defined as
named individual

Dynamic Scrollable Cursorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#DynamicScrollableCursor

is defined by
http://www.openlinksw.com/ontology/odbc#
Data paging and scrolling [sliding window]mechanism that's sensitive to changes (membership, order, and values) that occur to a query resultset (solution) after it has been created. This behaviour is achieved by creating keysets afresh [from tables used to drive a query resultset or solution] prior to each scroll (paging) operation.
has super-classes
Scrollable Cursorc
is in domain of
isFullyChangeSenstiveop
is also defined as
named individual

Keyset Driven Scrollable Cursorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#KeySetScrollableCursor

is defined by
http://www.openlinksw.com/ontology/odbc#
Data paging and scrolling [sliding window] mechanism that's sensitive to row value changes while being partially sensitive to changes in membership and order, once opened. This behaviour is the result of keysets being created from primary keys of tables used to derive a query resultset (solution).
has super-classes
Scrollable Cursorc
is in domain of
isChangeSenstiveop, isKeySetDrivenop
is also defined as
named individual

Mixed Scrollable Cursorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#MixedScrollableCursor

is defined by
http://www.openlinksw.com/ontology/odbc#
Data paging and scrolling [sliding window] mechanism that's partially sensitive to row value changes while also being partially sensitive to changes in membership and order, once opened. This behaviour is the result of keysets [with fixed sizes] being created from primary keys of tables used to derive a query resultset (solution).
has super-classes
Scrollable Cursorc
is in domain of
isDynamicKeySetDrivenop
is also defined as
named individual

Open Database Connectivity Driverc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#OpenDatabaseConnectivityDriver

is defined by
http://www.openlinksw.com/ontology/odbc#
has super-classes
software applicationc
application programc
is in domain of
hasConnectionPoolingSupportop, hasDBMSReleaseSupportop, hasDataTransmissionEncryptionSupportdp, hasDatabaseNetworkConnectivityMethodop, hasDistributedTransactionMonitorSupportop, hasFineGrainedAccessControlsdp, hasMultipleActiveStatementsSupportop, hasOSAvailabilityop, hasRealApplicationClustorSupportop, hasScrollableCursorSupportop, hasScrollableCursorTypeSupportop, isODBCLevelCompliantdp, isOpsysArchitectureCompliantop, isUsableWithop
is also defined as
named individual

Scrollable Cursorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#ScrollableCursor

is defined by
http://www.openlinksw.com/ontology/odbc#
Data paging and scrolling [sliding window] mechanism with varying levels of change sensitivity in regards to query resultset [solution] row membership, order, and values.
has sub-classes
Dynamic Scrollable Cursorc, Keyset Driven Scrollable Cursorc, Mixed Scrollable Cursorc, Static Scrollable Cursorc
is in range of
hasScrollableCursorSupportop
is also defined as
named individual

Static Scrollable Cursorc back to ToC or Class ToC

IRI: http://www.openlinksw.com/ontology/odbc#StaticScrollableCursor

is defined by
http://www.openlinksw.com/ontology/odbc#
Data paging and scrolling [sliding window] mechanism that's insensitive to changes (membership, order, and values) that occur to a query resultset (solution) after it has been created.
has super-classes
Scrollable Cursorc
is in domain of
isChangeSenstiveop
is in range of
hasScrollableCursorTypeSupportop
is also defined as
named individual

Object Properties

definesop back to ToC or Object Property ToC

IRI: http://open.vocab.org/terms/defines

is inverse of
describedbyop

hasConnectionPoolingSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasConnectionPoolingSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Driver's ability to support pooled DBMX connnections that can be shared across many ODBC applications.

hasDatabaseNetworkConnectivityMethodop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasDatabaseNetworkConnectivityMethod

is defined by
http://www.openlinksw.com/ontology/odbc#
How an ODBC Driver connects to a target RDBMS. Fundamentally, this is achieved using one of the following methods: wire-protocol [native], RDBMS vendor provided client networking product [for use by 3rd parties], or RDBMS vendor independent networking built into a driver.

hasDBMSReleaseSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasDBMSReleaseSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
SQL Relational Database Management System Releases supported by an ODBC Driver.
has domain
Open Database Connectivity Driverc
has range
dbms enginec

hasDistributedTransactionMonitorSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasDistributedTransactionMonitorSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
Distributed Transaction Monitors supported by an ODBC Driver. This feature determines the transaction monitor and associated distributed transaction functionality that a driver provides to ODBC compliant applications.

hasMultipleActiveStatementsSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasMultipleActiveStatementsSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
Multiple Active Statements supported by an ODBC Driver.

hasOSAvailabilityop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasOSAvailability

is defined by
http://www.openlinksw.com/ontology/odbc#
Operating Systems on which an ODBC Driver is available.
has domain
Open Database Connectivity Driverc
has range
operating systemc

hasProtocolSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasProtocolSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
has domain
Database Network Connectivity Methodc
has range
network transport protocolc

hasRealApplicationClustorSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasRealApplicationClustorSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Driver's ability to support DBMS shared-nothing cluster configurations.

hasScrollableCursorSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasCursorSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Drivers support of Scrollable Cursors.

hasScrollableCursorTypeSupportop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasScrollableCursorTypeSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
Types of Scrollable Cursors supported by an ODBC Driver. This feature determines the types of record paging and change-sensitivity combinations that a driver provides to ODBC compliant applications.

isChangeSenstiveop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isChangeSenstive

is defined by
http://www.openlinksw.com/ontology/odbc#
Change sensitivity of an ODBC Drivers Scrollable Cursor implementation.

isDynamicKeySetDrivenop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isDynamicKeySetDriven

is defined by
http://www.openlinksw.com/ontology/odbc#
Dynamic Keyset based mechanism used to determine order and membership of an ODBC Driver's Scrollable Cursor implementation.
has domain
Mixed Scrollable Cursorc
is also defined as
data property

isFullyChangeSenstiveop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isFullyChangeSenstive

is defined by
http://www.openlinksw.com/ontology/odbc#
Change sensitivity of an ODBC Drivers Scrollable Cursor implementation.
has domain
Dynamic Scrollable Cursorc
is also defined as
data property

isKeySetDrivenop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isKeySetDriven

is defined by
http://www.openlinksw.com/ontology/odbc#
Static Keyset based mechanism used to determine order and membership of an ODBC Driver's Scrollable Cursor implementation.

isOpsysArchitectureCompliantop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isOpsysArchitectureCompliant

is defined by
http://www.openlinksw.com/ontology/odbc#
Computer host operating system architecture supported e.g., 32-Bit, 64-Bit etc..
has domain
Open Database Connectivity Driverc
has range
operating systemc

isUsableWithop back to ToC or Object Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isUsableWith

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Compliant Applications that driver works with, post-installation. Basically, applications that have been certified to work by driver vendor.
has domain
Open Database Connectivity Driverc
has range
application programc

Data Properties

hasConnectionPoolingSupportop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasConnectionPoolingSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Driver's ability to support pooled DBMX connnections that can be shared across many ODBC applications.
has range
boolean
is also defined as
object property

hasDataTransmissionEncryptionSupportdp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasDataTransmissionEncryptionSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
Ability of an ODBC Driver to securely exchange data with an RDBMS using encryption. Ideally, this would be based on open standards such as Public Key Infrastructure (PKI) and Transport Layer Security (TLS).
has domain
Open Database Connectivity Driverc
has range
boolean

hasFineGrainedAccessControlsdp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasFineGrainedAccessControls

is defined by
http://www.openlinksw.com/ontology/odbc#
Ability of an ODBC Driver to provide controlled access to RDBMS server hosted data using fine-grained attribute based access controls scoped to identity principals. These controls as driven a combination of open standards associated with verifiable identity, identity authentication protocols, and rules for controlling query, create, update, insert, and delete operations.
has domain
Open Database Connectivity Driverc
has range
boolean

hasMultipleActiveStatementsSupportop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasMultipleActiveStatementsSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
Multiple Active Statements supported by an ODBC Driver.
has range
boolean
is also defined as
object property

hasRealApplicationClustorSupportop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#hasRealApplicationClustorSupport

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Driver's ability to support DBMS shared-nothing cluster configurations.
has range
boolean
is also defined as
object property

isChangeSenstiveop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isChangeSenstive

is defined by
http://www.openlinksw.com/ontology/odbc#
Change sensitivity of an ODBC Drivers Scrollable Cursor implementation.
has range
boolean
is also defined as
object property

isDynamicKeySetDrivenop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isDynamicKeySetDriven

is defined by
http://www.openlinksw.com/ontology/odbc#
Dynamic Keyset based mechanism used to determine order and membership of an ODBC Driver's Scrollable Cursor implementation.
has range
boolean
is also defined as
object property

isFullyChangeSenstiveop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isFullyChangeSenstive

is defined by
http://www.openlinksw.com/ontology/odbc#
Change sensitivity of an ODBC Drivers Scrollable Cursor implementation.
has range
boolean
is also defined as
object property

isKeySetDrivenop back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isKeySetDriven

is defined by
http://www.openlinksw.com/ontology/odbc#
Static Keyset based mechanism used to determine order and membership of an ODBC Driver's Scrollable Cursor implementation.
has range
boolean
is also defined as
object property

isODBCLevelCompliantdp back to ToC or Data Property ToC

IRI: http://www.openlinksw.com/ontology/odbc#isODBCLevelCompliant

is defined by
http://www.openlinksw.com/ontology/odbc#
ODBC Compliance levels supported by an ODBC Driver.
has domain
Open Database Connectivity Driverc
has range
decimal

Named Individuals

adga1 xa.htmni back to ToC or Named Individual ToC

IRI: http://docs.oracle.com/cd/B10501_01/appdev.920/a96590/adga1_xa.htm

belongs to
web pagec

business objectsni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#BusinessObjects

belongs to
application programc

cc754954(v=ws.10).aspxni back to ToC or Named Individual ToC

IRI: https://technet.microsoft.com/en-us/library/cc754954(v=ws.10).aspx

belongs to
web pagec

crystal reportsni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#CrystalReports

belongs to
application programc

filemakerni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#Filemaker

belongs to
application programc

how virtuoso enables attributed based access controlsni back to ToC or Named Individual ToC

IRI: http://www.slideshare.net/kidehen/how-virtuoso-enables-attributed-based-access-controls

belongs to
web pagec

http://csrc.nist.gov/projects/abac/ni back to ToC or Named Individual ToC

IRI: http://csrc.nist.gov/projects/abac/

belongs to
web pagec

http://security.stackexchange.com/questions/37276/what-are-the-advantages-disadvantages-of-attribute-based-access-control/ni back to ToC or Named Individual ToC

IRI: http://security.stackexchange.com/questions/37276/what-are-the-advantages-disadvantages-of-attribute-based-access-control/

belongs to
web pagec

i b m impromptuni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#IBMImpromptu

belongs to
application programc

m s accessni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#MSAccess

belongs to
application programc

m s excelni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#MSExcel

belongs to
application programc

ms709273(v=vs.85).aspxni back to ToC or Named Individual ToC

IRI: https://msdn.microsoft.com/en-us/library/ms709273(v=vs.85).aspx

belongs to
web pagec

ms710267(v=vs.85).aspxni back to ToC or Named Individual ToC

IRI: https://msdn.microsoft.com/en-us/library/ms710267(v=vs.85).aspx

belongs to
web pagec

ms713864(v=vs.85).aspxni back to ToC or Named Individual ToC

IRI: https://msdn.microsoft.com/en-us/library/ms713864(v=vs.85).aspx

belongs to
web pagec

ms715420(v=vs.85).aspxni back to ToC or Named Individual ToC

IRI: https://msdn.microsoft.com/en-us/library/ms715420(v=vs.85).aspx

belongs to
web pagec

OpenLink ODBC Driver Ontology Description Documentni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc

This is a document that uses Linked Data oriented content to describe OpenLink ODBC Driver Ontology.
belongs to
tech articlec
documentc

OpenLink ODBC Driver Ontology Description Document (Turtle)ni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/DAV/data/turtle/odbc.ttl

This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for ODBC Driver.
belongs to
tech articlec
resourcec
resourcec
documentc

OpenLink ODBC Driver Ontology Description Document (Turtle)ni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/data/turtle/odbc.ttl

This is a turtle document that uses Linked Data oriented content to describe OpenLink ODBC Driver Ontology.
belongs to
tech articlec
documentc

OpenLink ODBC Driver Ontology of Termsni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#

Current version:
1.0.0
Ontology that defines entity and relation types used to describe odbc drivers. Examples include connectivity methods, various application programs etc.
has facts
describedbyop OpenLink ODBC Driver Ontology Description Document
definesop DBVendorIndependentNetworkConnectivity
definesop DBVendorNativeNetworkConnectivity
definesop DBVendorProvidedNetworkConnectivity
definesop Distributed Transaction Monitor
definesop Dynamic Scrollable Cursor
definesop Keyset Driven Scrollable Cursor
definesop Mixed Scrollable Cursor
definesop Open Database Connectivity Driver
definesop Scrollable Cursor
definesop Static Scrollable Cursor
definesop hasConnectionPoolingSupport
definesop hasScrollableCursorSupport
definesop hasDBMSReleaseSupport
definesop hasDataTransmissionEncryptionSupport
definesop hasDatabaseNetworkConnectivityMethod
definesop hasDistributedTransactionMonitorSupport
definesop hasFineGrainedAccessControls
definesop hasMultipleActiveStatementsSupport
definesop hasOSAvailability
definesop hasProtocolSupport
definesop hasRealApplicationClustorSupport
definesop hasScrollableCursorTypeSupport
definesop isChangeSenstive
definesop isDynamicKeySetDriven
definesop isFullyChangeSenstive
definesop isKeySetDriven
definesop isODBCLevelCompliant
definesop isOpsysArchitectureCompliant
definesop isUsableWith

OpenLink Softwareni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/dataspace/organization/openlink#this

OpenLink Software is an acclaimed technology innovator and leading vendor of industry standards compliant data access, integration, and management technology.
belongs to
organizationc
organizationc

PHPni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#PHP

is defined by
http://www.openlinksw.com/ontology/odbc#
belongs to
application programc

scrollable cursorsni back to ToC or Named Individual ToC

IRI: http://en.wikipedia.org/wiki/Cursor_(databases)#Scrollable_cursors

belongs to
web pagec

tableauni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#Tableau

belongs to
application programc

tuxedo (software)ni back to ToC or Named Individual ToC

IRI: http://en.wikipedia.org/wiki/Tuxedo_(software)

belongs to
web pagec

visual studioni back to ToC or Named Individual ToC

IRI: http://www.openlinksw.com/ontology/odbc#VisualStudio

belongs to
application programc

Annotation Properties

aboutap back to ToC or Annotation Property ToC

IRI: http://schema.org/about

address countryap back to ToC or Annotation Property ToC

IRI: http://schema.org/addressCountry

address localityap back to ToC or Annotation Property ToC

IRI: http://schema.org/addressLocality

alt labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#altLabel

canonicalap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/xhtml/vocab#canonical

createdap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/created

creatorap back to ToC or Annotation Property ToC

IRI: http://schema.org/creator

describesap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/xhtml/vocab#describes

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/description

emailap back to ToC or Annotation Property ToC

IRI: http://schema.org/email

fax numberap back to ToC or Annotation Property ToC

IRI: http://schema.org/faxNumber

licenseap back to ToC or Annotation Property ToC

IRI: http://creativecommons.org/ns#license

logoap back to ToC or Annotation Property ToC

IRI: http://schema.org/logo

logoap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/logo

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

nameap back to ToC or Annotation Property ToC

IRI: http://schema.org/name

post office box numberap back to ToC or Annotation Property ToC

IRI: http://schema.org/postOfficeBoxNumber

postal codeap back to ToC or Annotation Property ToC

IRI: http://schema.org/postalCode

primary topicap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/primaryTopic

relatedap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/xhtml/vocab#related

street addressap back to ToC or Annotation Property ToC

IRI: http://schema.org/streetAddress

subjectap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/subject

telephoneap back to ToC or Annotation Property ToC

IRI: http://schema.org/telephone

topicap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/topic

urlap back to ToC or Annotation Property ToC

IRI: http://schema.org/url

Namespace Declarations back to ToC

default namespace
http://www.openlinksw.com/ontology/odbc#
7e
https://s-media-cache-ak0.pinimg.com/originals/ef/b2/7e/
a96590
http://docs.oracle.com/cd/B10501_01/appdev.920/a96590/
concept
http://sw.opencyc.org/concept/
cursor-(databases)
http://en.wikipedia.org/wiki/Cursor_(databases)#
foaf
http://xmlns.com/foaf/0.1/
images
http://www.openlinksw.com/images/
kidehen
http://www.slideshare.net/kidehen/
ldp
http://www.w3.org/ns/ldp#
library
https://msdn.microsoft.com/en-us/library/
ns
http://creativecommons.org/ns#
ontology
http://www.openlinksw.com/ontology/
openlink
http://www.openlinksw.com/dataspace/organization/openlink#
org
http://www.w3.org/ns/org#
owl
http://www.w3.org/2002/07/owl#
powder-s
http://www.w3.org/2007/05/powder-s#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
resource
http://dbpedia.org/resource/
schema
http://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
software
http://www.openlinksw.com/ontology/software#
terms
http://open.vocab.org/terms/
terms2
http://purl.org/dc/terms/
turtle
http://www.openlinksw.com/DAV/data/turtle/
vocab
http://www.w3.org/1999/xhtml/vocab#
wiki
http://en.wikipedia.org/wiki/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.