mike dupont
commited on
Commit
·
547be6f
1
Parent(s):
0449517
update ttl
Browse files- frontend/Readme.md +7 -0
- frontend/introspector.dot +34 -0
- frontend/introspector.ttl +7 -5
frontend/Readme.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
created dot file
|
| 2 |
+
|
| 3 |
+
```
|
| 4 |
+
|
| 5 |
+
rdf2dot introspector.ttl > introspector.dot
|
| 6 |
+
|
| 7 |
+
````
|
frontend/introspector.dot
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
digraph {
|
| 2 |
+
node [ fontname="DejaVu Sans" ] ;
|
| 3 |
+
node0 -> node0 [ color=BLACK, label=< <font point-size='10' color='#336633'>dcterms:identifier</font> > ] ;
|
| 4 |
+
node1 -> node1 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:seeAlso</font> > ] ;
|
| 5 |
+
node3 -> node3 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:seeAlso</font> > ] ;
|
| 6 |
+
node2 -> node4 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdf:type</font> > ] ;
|
| 7 |
+
node2 -> node5 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdf:type</font> > ] ;
|
| 8 |
+
node2 -> node2 [ color=BLACK, label=< <font point-size='10' color='#336633'>dcterms:identifier</font> > ] ;
|
| 9 |
+
node2 -> node6 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:seeAlso</font> > ] ;
|
| 10 |
+
node1 -> node1 [ color=BLACK, label=< <font point-size='10' color='#336633'>dcterms:identifier</font> > ] ;
|
| 11 |
+
node3 -> node3 [ color=BLACK, label=< <font point-size='10' color='#336633'>dcterms:identifier</font> > ] ;
|
| 12 |
+
node2 -> node2 [ color=BLACK, label=< <font point-size='10' color='#336633'>dcterms:subject</font> > ] ;
|
| 13 |
+
node7 -> node7 [ color=BLACK, label=< <font point-size='10' color='#336633'>dcterms:identifier</font> > ] ;
|
| 14 |
+
node2 -> node2 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:isDefinedBy</font> > ] ;
|
| 15 |
+
node0 -> node0 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:seeAlso</font> > ] ;
|
| 16 |
+
node2 -> node2 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:isReferencedBy</font> > ] ;
|
| 17 |
+
node7 -> node7 [ color=BLACK, label=< <font point-size='10' color='#336633'>rdfs:seeAlso</font> > ] ;
|
| 18 |
+
# https://huggingface.co/introspector node0
|
| 19 |
+
node0 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>Hugging Face</B></td></tr><tr><td href='https://huggingface.co/introspector' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>https://huggingface.co/introspector</font></td></tr></table> > ]
|
| 20 |
+
# https://github.com/meta-introspector node1
|
| 21 |
+
node1 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>Github Repositories</B></td></tr><tr><td href='https://github.com/meta-introspector' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>https://github.com/meta-introspector</font></td></tr></table> > ]
|
| 22 |
+
# isp:self node2
|
| 23 |
+
node2 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>A self-reflective Turtle RDF file</B></td></tr><tr><td href='isp:self' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>isp:self</font></td></tr><tr><td align='left'>dcterms:creator</td><td align='left'>"J. Mike DuPont"@en</td></tr><tr><td align='left'>dcterms:date</td><td align='left'>"2024-10-02"^^xsd:date</td></tr><tr><td align='left'>dcterms:description</td><td align='left'>"A Turtle RDF file that describes itself"@en</td></tr><tr><td align='left'>dcterms:format</td><td align='left'>"text/turtle"@en</td></tr><tr><td align='left'>dcterms:language</td><td align='left'>"en"@en</td></tr><tr><td align='left'>dcterms:rights</td><td align='left'>"AGPL 3.0"@en</td></tr><tr><td align='left'>dcterms:title</td><td align='left'>"Self-reflective Turtle RDF file"@en</td></tr><tr><td align='left'>rdfs:comment</td><td align='left'>"This RDF file describes itself, including its metadata and structure."@en</td></tr></table> > ]
|
| 24 |
+
# https://h4ck3rm1k3.wordpress.com node3
|
| 25 |
+
node3 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>Blog posts</B></td></tr><tr><td href='https://h4ck3rm1k3.wordpress.com' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>https://h4ck3rm1k3.wordpress.com</font></td></tr></table> > ]
|
| 26 |
+
# http://www.w3.org/2000/01/rdf-schema#Resource node4
|
| 27 |
+
node4 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>Resource</B></td></tr><tr><td href='http://www.w3.org/2000/01/rdf-schema#Resource' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>http://www.w3.org/2000/01/rdf-schema#Resource</font></td></tr></table> > ]
|
| 28 |
+
# http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement node5
|
| 29 |
+
node5 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>Statement</B></td></tr><tr><td href='http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement</font></td></tr></table> > ]
|
| 30 |
+
# https://www.w3.org/TR/turtle/ node6
|
| 31 |
+
node6 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>https://www.w3.org/TR/turtle/</B></td></tr><tr><td href='https://www.w3.org/TR/turtle/' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>https://www.w3.org/TR/turtle/</font></td></tr></table> > ]
|
| 32 |
+
# https://x.com/introsp3ctor node7
|
| 33 |
+
node7 [ shape=none, color=black label=< <table color='#666666' cellborder='0' cellspacing='0' border='1'><tr><td colspan='2' bgcolor='grey'><B>Tweets</B></td></tr><tr><td href='https://x.com/introsp3ctor' bgcolor='#eeeeee' colspan='2'><font point-size='10' color='#6666ff'>https://x.com/introsp3ctor</font></td></tr></table> > ]
|
| 34 |
+
}
|
frontend/introspector.ttl
CHANGED
|
@@ -2,17 +2,19 @@
|
|
| 2 |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
| 3 |
@prefix dcterms: <http://purl.org/dc/terms/>.
|
| 4 |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
|
| 5 |
-
<https://
|
|
|
|
|
|
|
| 6 |
a rdf:Statement ;
|
| 7 |
rdfs:label "A self-reflective Turtle RDF file"@en ;
|
| 8 |
dcterms:description "A Turtle RDF file that describes itself"@en ;
|
| 9 |
dcterms:creator "J. Mike DuPont"@en ;
|
| 10 |
dcterms:date "2024-10-02"^^xsd:date ;
|
| 11 |
dcterms:format "text/turtle"@en ;
|
| 12 |
-
dcterms:identifier <
|
| 13 |
dcterms:language "en"@en ;
|
| 14 |
dcterms:rights "AGPL 3.0"@en ;
|
| 15 |
-
dcterms:subject <
|
| 16 |
dcterms:title "Self-reflective Turtle RDF file"@en ;
|
| 17 |
|
| 18 |
rdf:type rdfs:Resource ;
|
|
@@ -21,8 +23,8 @@
|
|
| 21 |
|
| 22 |
rdfs:comment "This RDF file describes itself, including its metadata and structure."@en ;
|
| 23 |
|
| 24 |
-
rdfs:isDefinedBy <
|
| 25 |
-
rdfs:isReferencedBy <
|
| 26 |
|
| 27 |
# Additional Links
|
| 28 |
<https://huggingface.co/introspector>
|
|
|
|
| 2 |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
| 3 |
@prefix dcterms: <http://purl.org/dc/terms/>.
|
| 4 |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
|
| 5 |
+
@prefix isp: <https://huggingface.co/spaces/introspector/introspector-react-app#>.
|
| 6 |
+
|
| 7 |
+
<isp:self>
|
| 8 |
a rdf:Statement ;
|
| 9 |
rdfs:label "A self-reflective Turtle RDF file"@en ;
|
| 10 |
dcterms:description "A Turtle RDF file that describes itself"@en ;
|
| 11 |
dcterms:creator "J. Mike DuPont"@en ;
|
| 12 |
dcterms:date "2024-10-02"^^xsd:date ;
|
| 13 |
dcterms:format "text/turtle"@en ;
|
| 14 |
+
dcterms:identifier <isp:self> ;
|
| 15 |
dcterms:language "en"@en ;
|
| 16 |
dcterms:rights "AGPL 3.0"@en ;
|
| 17 |
+
dcterms:subject <isp:self> ;
|
| 18 |
dcterms:title "Self-reflective Turtle RDF file"@en ;
|
| 19 |
|
| 20 |
rdf:type rdfs:Resource ;
|
|
|
|
| 23 |
|
| 24 |
rdfs:comment "This RDF file describes itself, including its metadata and structure."@en ;
|
| 25 |
|
| 26 |
+
rdfs:isDefinedBy <isp:self> ;
|
| 27 |
+
rdfs:isReferencedBy <isp:self>.
|
| 28 |
|
| 29 |
# Additional Links
|
| 30 |
<https://huggingface.co/introspector>
|