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

<https://service.tib.eu/dataset/f6f71f0f-8c7c-43f1-a50d-7533531e4074> a dcat:Dataset ;
    dct:description "No description" ;
    dct:identifier "f6f71f0f-8c7c-43f1-a50d-7533531e4074" ;
    dct:issued "2025-11-17T16:59:22.087191"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-11-17T16:59:22.087191"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c0c8bd2-4bc1-49d1-b908-e0528aa3c786> ;
    dct:title "Management of Energy in Wireless Sensor Networks with  Energy-Starving Sensors" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Iosr Journals" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/f6f71f0f-8c7c-43f1-a50d-7533531e4074/resource/c53e8958-6a72-478d-91cf-f9d0d8c00fb3> .

dct:creator dct:Agent dct:Agent ;
    foaf:Name "Jobin Varghese",
        "S. Viswanatha Rao" .

<https://service.tib.eu/dataset/f6f71f0f-8c7c-43f1-a50d-7533531e4074/resource/c53e8958-6a72-478d-91cf-f9d0d8c00fb3> a dcat:Distribution ;
    dct:title "Resource 0" .

<https://service.tib.eu/organization/0c0c8bd2-4bc1-49d1-b908-e0528aa3c786> a foaf:Organization ;
    foaf:name "OpenAIRE AMKE" .

dct:Agent foaf:Name "Iosr Journals" .

