@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@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 schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix time: <http://www.w3.org/2006/time> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.data.gov.ua/dataset/b7cb9a76-78ee-4e1e-9d89-ae4b62676a46> a dcat:Dataset ;
    dct:description "This is a mock dataset created for testing purposes." ;
    dct:download_total "0" ;
    dct:identifier "b7cb9a76-78ee-4e1e-9d89-ae4b62676a46" ;
    dct:issued "2025-06-18T09:46:34.759081"^^xsd:dateTime ;
    dct:language "test" ;
    dct:modified "2025-06-18T09:46:35.500874"^^xsd:dateTime ;
    dct:publisher <https://test.data.gov.ua/organization/d448df98-f97e-418b-a9f2-7a25351acdeb> ;
    dct:title "Test Dataset" ;
    dct:viewstotal "0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jane Smith" ;
            vcard:hasEmail <mailto:test@example.com> ] ;
    dcat:keyword "data",
        "mock",
        "test" .

<https://test.data.gov.ua/organization/d448df98-f97e-418b-a9f2-7a25351acdeb> a foaf:Organization ;
    foaf:edrpou "not found" ;
    foaf:koatuu "not found" ;
    foaf:name "  Святогірська загальноосвітня санаторна школа-інтернат І-ІІ ступенів № 12 Донецької обласної ради" .

