@prefix dc: <http://purl.org/dc/terms/>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix posix: <http://www.w3.org/ns/posix/stat#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<> a ldp:BasicContainer, ldp:Container, ldp:Resource;
    ldp:contains <#myFirstObelisk>, <#myDesignerObelisk>, <#myOwnObelisk>;
    dc:modified "2020-11-06T17:04:57.309Z"^^xsd:dateTime.
<#myFirstObelisk> a <http://w3id.org/obelisk/ns/Obelisk>;
    <http://w3id.org/obelisk/ns/ownedBy> <../../../profile/card#me>;
    <http://w3id.org/obelisk/ns/heigth> "3.0"^^xsd:float;
    <http://www.w3.org/2000/01/rdf-schema#comment> "I was offered this as a child. I don't remember who built it, and it's funny how it seemed big to me back then.".
<#myDesignerObelisk> a <http://w3id.org/obelisk/ns/Obelisk>;
    <http://w3id.org/obelisk/ns/ownedBy> <../../../profile/card#me>;
    <http://w3id.org/obelisk/ns/heigth> "25.0"^^xsd:float;
    <http://w3id.org/obelisk/ns/builtBy> <https://vuittonluis.solidcommunity.net/profile/card#me>;
    <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://vuittonluis.solidcommunity.net/public/gallery/prestigious%20sales/cleopatra.ttl#cleopatras_obelisk>.
<#myOwnObelisk> a <http://w3id.org/obelisk/ns/Obelisk>;
    <http://w3id.org/obelisk/ns/ownedBy> <../../../profile/card#me>;
    <http://w3id.org/obelisk/ns/heigth> "0.2"^^xsd:float;
    <http://www.w3.org/2000/01/rdf-schema#comment> "I made this one myself!";
    <http://w3id.org/obelisk/ns/builtBy> <../../../profile/card#me>.
<> posix:mtime 1604386655.
