@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.devdataportal.online/catalog/c000091> a dcat:Catalog ;
    dct:description "The laboratory information system is intended for registering laboratory test orders, accounting for the performance of tests and storing results. It processes data on patients, samples, tests and test groups, doctors who ordered tests, staff who performed tests, test norms and prices." ;
    dct:language "lit" ;
    dct:modified "2026-08-21T13:36:19.060062"^^xsd:dateTime ;
    dct:title "Laboratory Information System" ;
    foaf:homepage <https://testdataportal.gov.lt> .

