introspector-react-app / frontend /introspector.ttl
mike dupont
now adding rdflib
1aea6f0
raw
history blame
1.83 kB
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
<https://example.org/self-reflective-turtle>
a rdf:Statement ;
rdfs:label "A self-reflective Turtle RDF file"@en ;
dcterms:description "A Turtle RDF file that describes itself"@en ;
dcterms:creator "J. Mike DuPont"@en ;
dcterms:date "2024-10-02"^^xsd:date ;
dcterms:format "text/turtle"@en ;
dcterms:identifier <https://example.org/self-reflective-turtle> ;
dcterms:language "en"@en ;
dcterms:rights "AGPL 3.0"@en ;
dcterms:subject <https://example.org/self-reflective-turtle> ;
dcterms:title "Self-reflective Turtle RDF file"@en ;
rdf:type rdfs:Resource ;
rdf:type rdf:Statement ;
rdfs:seeAlso <https://www.w3.org/TR/turtle/> ;
rdfs:comment "This RDF file describes itself, including its metadata and structure."@en ;
rdfs:isDefinedBy <https://example.org/self-reflective-turtle> ;
rdfs:isReferencedBy <https://example.org/self-reflective-turtle>.
# Additional Links
<https://huggingface.co/introspector>
rdfs:label "Hugging Face"@en ;
rdfs:seeAlso <https://huggingface.co/introspector> ;
dcterms:identifier <https://huggingface.co/introspector>.
<https://github.com/meta-introspector>
rdfs:label "Github Repositories"@en ;
rdfs:seeAlso <https://github.com/meta-introspector> ;
dcterms:identifier <https://github.com/meta-introspector>.
<https://h4ck3rm1k3.wordpress.com>
rdfs:label "Blog posts"@en ;
rdfs:seeAlso <https://h4ck3rm1k3.wordpress.com> ;
dcterms:identifier <https://h4ck3rm1k3.wordpress.com>.
<https://x.com/introsp3ctor>
rdfs:label "Tweets"@en ;
rdfs:seeAlso <https://x.com/introsp3ctor> ;
dcterms:identifier <https://x.com/introsp3ctor>.