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

<https://trackloaded.com/tips/how-to-create-a-coconut-facial-scrub/> a dcat:Dataset ;
    dct:title "How to Create a Coconut Facial Scrub" ;
    dct:identifier "how-to-create-a-coconut-facial-scrub" ;
    dct:creator <https://trackloaded.com/author/tao/> ;
    dct:modified "2024-11-01T03:21:03+00:00" .