-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeacon.html
124 lines (123 loc) · 3.68 KB
/
Beacon.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
description: In this document we propose a simple way for a beacons to self-describe
their genetic variant cardinality service for better integration with other beacons
within the beacon-network. It builds upon the Beacon service API and uses existing
schema.org entities and properties. modified
edit_url: https://github.com/BioSchemas/bioschemas.github.io/edit/master/_newSpecs/Beacon.md
extended_props:
CreativeWork:
- bsc_dec: provider
cardinality: MANY
controlled_vocab:
ontologies: []
terms: []
expected_type:
- Organization
- Person
marginality: Minimum
name: provider
sdo_desc: The service provider, service operator, or service performer; the goods
producer. Another party (a seller) may offer those services or goods on behalf
of the provider. A provider may also serve as the seller.
- bsc_dec: version
cardinality: ONE
controlled_vocab:
ontologies: []
terms: []
expected_type:
- Number
- Text
marginality: Minimum
name: version
sdo_desc: The version of the CreativeWork embodied by a specified resource.
DataCatalog:
- bsc_dec: dataset
cardinality: MANY
controlled_vocab:
ontologies: []
terms: []
expected_type:
- Dataset
marginality: Minimum
name: dataset
sdo_desc: A dataset contained in this catalog.
Thing:
- bsc_dec: identifier
cardinality: MANY
controlled_vocab:
ontologies: []
terms: []
expected_type:
- PropertyValue
- Text
- URL
marginality: Recommended
name: identifier
sdo_desc: The identifier property represents any kind of identifier for any kind
of <a class="localLink" href="http://schema.org/Thing">Thing</a>, such as ISBNs,
GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing
many of these, either as textual strings or as URL (URI) links. See <a href="/docs/datamodel.html#identifierBg">background
notes</a> for more details.
- bsc_dec: name
cardinality: MANY
controlled_vocab:
ontologies: []
terms: []
expected_type:
- Text
marginality: Recommended
name: name
sdo_desc: The name of the item.
- bsc_dec: sameAs
cardinality: ONE
controlled_vocab:
ontologies: []
terms: []
expected_type:
- URL
marginality: Optional
name: sameAs
sdo_desc: URL of a reference Web page that unambiguously indicates the item's
identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official
website.
- bsc_dec: url
cardinality: ONE
controlled_vocab:
ontologies: []
terms: []
expected_type:
- URL
marginality: Minimum
name: url
sdo_desc: URL of the item.
g_mapping_file: Beacon Mapping
gh_examples: https://github.com/BioSchemas/Specifications/tree/master/Beacon/Examples/
gh_folder: https://github.com/BioSchemas/Specifications/tree/master/Beacon
gh_tasks: https://github.com/BioSchemas/bioschemas/labels/type%3A%20Beacon
hierarchy:
- DataCatalog
- CreativeWork
- Thing
layout: new_spec_detail
name: Beacon
new_props:
- bsc_dec: supportedRefs
cardinality: MANY
controlled_vocab:
ontologies: []
terms: []
expected_type:
- citation
marginality: Recommended
name: supportedReference
sdo_desc: A citation or reference to another creative work, such as another publication,
web page, scholarly article, etc.
parent_type: DataCatalog
spec_mapping_url: https://docs.google.com/spreadsheets/d/1WVVQ9UzEWz7hxreJwqf5SIyYO6YalZuASRX9njv7hYE/edit?usp=drivesdk
spec_type: Profile
status: revision
subtitle: 'A convention for beacon to self-describe. '
use_cases_url: null
version: 0.0.1
---
<h1>Beacon Specification</h1>