hitontology / database

Schema, diagram and SPARQL import and export of the HITO software product PostgreSQL database.
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Update database system table #15

Closed KonradHoeffner closed 3 years ago

KonradHoeffner commented 3 years ago

Use the values from https://github.com/hitontology/ontology/issues/42:

hito:MySql
    a hito:DatabaseSystem;
    rdfs:label "MySQL"@en .

hito:OracleDatabase
    a hito:DatabaseSystem;
    rdfs:label "Oracle Database"@en .

hito:MicrosoftSqlServer
    a hito:DatabaseSystem;
    rdfs:label "Microsoft SQL Server"@en .

hito:PostgreSql
    a hito:DatabaseSystem;
    rdfs:label "PostgreSQL"@en .

hito:MongoDb
    a hito:DatabaseSystem;
    rdfs:label "MongoDB"@en .

hito:MariaDb
    a hito:DatabaseSystem;
    rdfs:label "MariaDB"@en .

hito:IbmDb2
    a hito:DatabaseSystem;
    rdfs:label "IBM DB2"@en .

hito:SapHana
    a hito:DatabaseSystem;
    rdfs:label "SAP HANA"@en .