<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/ofo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="https://w3id.org/ofo#Database"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment xml:lang="en">A collection of data. The database class is used to describe an external database, storing results of executions, such as a time-series database.</rdfs:comment> <rdfs:label xml:lang="en">Database</rdfs:label> <metadata:prefixIRI>Database</metadata:prefixIRI> <metadata:def/prefLabel xml:lang="en">Database</metadata:def/prefLabel> <metadata:def/mappingLoom>database</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="https://w3id.org/ofo#Database"/> </owl:Class> <rdf:Description rdf:about="https://w3id.org/ofo#hasDataPoint"> <rdfs:domain> <rdf:Description rdf:about="https://w3id.org/ofo#Database"> <metadata:def/mappingSameURI rdf:resource="https://w3id.org/ofo#Database"/> </rdf:Description> </rdfs:domain> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/ofo#hasExternalDatabase"> <rdfs:range rdf:resource="https://w3id.org/ofo#Database"/> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/ofo#isDataPointOf"> <rdfs:range rdf:resource="https://w3id.org/ofo#Database"/> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/ofo#isExternalDatabaseOf"> <rdfs:domain rdf:resource="https://w3id.org/ofo#Database"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/ofo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="https://w3id.org/ofo#Database">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment xml:lang="en">A collection of data.
The database class is used to describe an external database, storing results of executions, such as a time-series database.</rdfs:comment>
    <rdfs:label xml:lang="en">Database</rdfs:label>
    <metadata:prefixIRI>Database</metadata:prefixIRI>
    <metadata:def/prefLabel xml:lang="en">Database</metadata:def/prefLabel>
    <metadata:def/mappingLoom>database</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="https://w3id.org/ofo#Database"/>
  </owl:Class>
  <rdf:Description rdf:about="https://w3id.org/ofo#hasDataPoint">
    <rdfs:domain>
      <rdf:Description rdf:about="https://w3id.org/ofo#Database">
        <metadata:def/mappingSameURI rdf:resource="https://w3id.org/ofo#Database"/>
      </rdf:Description>
    </rdfs:domain>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/ofo#hasExternalDatabase">
    <rdfs:range rdf:resource="https://w3id.org/ofo#Database"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/ofo#isDataPointOf">
    <rdfs:range rdf:resource="https://w3id.org/ofo#Database"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/ofo#isExternalDatabaseOf">
    <rdfs:domain rdf:resource="https://w3id.org/ofo#Database"/>
  </rdf:Description>
</rdf:RDF>