File size: 1,830 Bytes
41f1ee1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1aea6f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@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>.