forked from OBOFoundry/OBOFoundry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
context.jsonld
68 lines (68 loc) · 1.81 KB
/
context.jsonld
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"@context": {
"@base": "http://purl.obolibrary.org/obo/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"dce": "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/terms/1.1/",
"faldo": "http://biohackathon.org/resource/faldo#",
"foaf": "http://xmlns.com/foaf/0.1/",
"oa": "http://www.w3.org/ns/oa#",
"idot": "http://identifiers.org/",
"void": "http://rdfs.org/ns/void#",
"doap": "http://usefulinc.com/ns/doap#",
"pav": "http://purl.org/pav/",
"id": "@id",
"label": "rdfs:label",
"comment": "rdfs:comment",
"description": "dce:description",
"source": "dce:source",
"publisher": "dce:publisher",
"mailing_list": "doap:mailing-list",
"createdWith": "pav:createdWith",
"wasDerivedFrom": "pav:wasDerivedFrom",
"preferredPrefix": "idot:preferredPrefix",
"alternatePrefix": "idot:alternatePrefix",
"identifierPattern": "idot:identifierPattern",
"exampleIdentifier": "idot:exampleIdentifier",
"license": "dct:license",
"domain": "dct:theme",
"products": "void:subset",
"Class": "owl:Class",
"type": {
"@id": "rdf:type",
"@type": "@id"
},
"created": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
},
"creator": {
"@id": "dcterms:creator",
"@type": "@id"
},
"depiction": {
"@id": "foaf:depiction",
"@type": "@id"
},
"publications": "dcterms:publication",
"subClassOf": "owl:subClassOf",
"title": "dce:title",
"homepage": {
"@id": "foaf:homepage",
"@type": "@id"
},
"page": {
"@id": "foaf:page",
"@type": "@id"
},
"ontologies": "dcterms:hasPart",
"exampleClass": {
"@id": "void:exampleResource",
"@type": "@id"
}
}
}