qudt:oleDBName

URI: http://qudt.org/schema/qudt/oleDBName

Type
Description

OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.

Properties
Annotations
dcterms:description

OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.

OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.
rdfs:label
OLE DB name
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.2="http://www.w3.org/ns/prov#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/schema/qudt/oleDBName">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:subPropertyOf rdf:resource="http://qudt.org/schema/qudt/id"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/OLE_DB</j.0:informativeReference>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. 
  The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.
  &lt;/p&gt;</j.1:description>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx</j.0:informativeReference>
    <j.2:wasInfluencedBy rdf:resource="http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <j.1:description>OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. </j.1:description>
    <rdfs:label>OLE DB name</rdfs:label>
    <j.2:wasInfluencedBy rdf:resource="http://en.wikipedia.org/wiki/OLE_DB"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/schema/qudt/oleDBName>
  rdf:type rdf:Property ;
  rdf:type owl:DatatypeProperty ;
  <http://purl.org/dc/terms/description> """
  <p>OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. 
  The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.
  </p>"""^^rdf:HTML ;
  <http://purl.org/dc/terms/description> "OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. " ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/OLE_DB"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx"^^xsd:anyURI ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "OLE DB name" ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf <http://qudt.org/schema/qudt/id> ;
  <http://www.w3.org/ns/prov#wasInfluencedBy> <http://en.wikipedia.org/wiki/OLE_DB> ;
  <http://www.w3.org/ns/prov#wasInfluencedBy> <http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx> ;
.
JSON
{"resource":"OLE DB name" 
 ,"qname":"qudt:oleDBName" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/oleDBName" 
 ,"properties":["description":"\n  &lt;p&gt;OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. \n  The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.\n  &lt;\/p&gt;" 
    ,"description":"OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. " 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/OLE_DB" 
    ,"informative reference":"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/ms714931(v=vs.85).aspx" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"OLE DB name" 
    ,"range":"xsd:string" 
    ,"subPropertyOf":"qudt:id" 
    ,"type":"rdf:Property" 
    ,"type":"owl:DatatypeProperty" 
    ,"was influenced by":"&lt;http:\/\/en.wikipedia.org\/wiki\/OLE_DB&gt;" 
    ,"was influenced by":"&lt;http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/ms714931(v=vs.85).aspx&gt;" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/oleDBName",
  "@type" : [ "owl:DatatypeProperty", "rdf:Property" ],
  "description" : "\n  <p>OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. \n  The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE.\n  </p>",
  "http://purl.org/dc/terms/description" : "OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. ",
  "informativeReference" : [ "http://en.wikipedia.org/wiki/OLE_DB", "http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx" ],
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/datatype", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "OLE DB name",
  "range" : "xsd:string",
  "subPropertyOf" : "http://qudt.org/schema/qudt/id",
  "wasInfluencedBy" : [ "http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx", "http://en.wikipedia.org/wiki/OLE_DB" ],
  "@context" : {
    "range" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#range",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "subPropertyOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "wasInfluencedBy" : {
      "@id" : "http://www.w3.org/ns/prov#wasInfluencedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2025-01-28T13:56:15.938-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)