@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/serious-effective-mistakes-to-avoid-as-a-youth/> a dcat:Dataset ;
    dct:title "Serious & Effective Mistakes To Avoid As A Youth" ;
    dct:identifier "serious-effective-mistakes-to-avoid-as-a-youth" ;
    dct:creator <https://trackloaded.com/author/skylord/> ;
    dct:modified "2023-05-13T14:09:58+00:00" .