UNPKG
@thi.ng/prefixes
Version:
latest (2.3.64)
2.3.64
2.3.63
2.3.62
2.3.61
2.3.60
2.3.59
2.3.58
2.3.57
2.3.53
2.3.52
2.3.51
2.3.50
2.3.49
2.3.48
2.3.47
2.3.46
2.3.45
2.3.44
2.3.43
2.3.42
2.3.41
2.3.40
2.3.39
2.3.38
2.3.37
2.3.36
2.3.35
2.3.34
2.3.33
2.3.32
2.3.31
2.3.30
2.3.29
2.3.28
2.3.27
2.3.26
2.3.25
2.3.24
2.3.23
2.3.22
2.3.21
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.30
2.1.29
2.1.28
2.1.27
2.1.26
2.1.25
2.1.24
2.1.23
2.1.22
2.1.21
2.1.20
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
50+ Linked Data vocabulary prefixes and their namespace URLs
thi.ng/prefixes
thi-ng/umbrella
@thi.ng/prefixes
/
social.js
11 lines
(10 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
foaf =
"http://xmlns.com/foaf/0.1/"
;
const
og =
"http://ogp.me/ns#"
;
const
vcard =
"http://www.w3.org/2006/vcard/ns#"
;
const
org =
"http://www.w3.org/ns/org#"
;
export
{ foaf, og, org, vcard };