-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilesMap.json
27 lines (27 loc) · 912 Bytes
/
filesMap.json
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
{
"@context": {
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfa": "http://www.w3.org/ns/rdfa#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"safe" : "https://raw.githubusercontent.com/joshuef/sschema/master/src/"
},
"@type" : "@vocab",
"@version" : 1,
"rdfs:comment": "A map of entries to be resolved. A collection of simulated path to XOR-URI location mappings.",
"@graph" : [
{
"@id": "safe:Default",
"@type": "rdf:Property",
"rdfs:comment": "The default entry to resolve if nothing else requested",
"rdfs:label": "default",
"schema:rangeIncludes": {
"@id": "schema:URL"
},
"schema:sameAs": {
"@id": "https://schema.org/url"
}
}
]
}