Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terms from Issues -> PR #44

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c205eba
draft dex
Christian-MK Jul 17, 2024
665f65b
additional labels for template
Christian-MK Jul 17, 2024
497b631
addition of template and renaming of to
Christian-MK Jul 18, 2024
a035acc
edit of UTXO. Peter wants this all caps
Christian-MK Jul 18, 2024
0e7a3c6
Arkly edit, more def from arkly.io
Christian-MK Jul 18, 2024
9d262a5
arweave edit, additional def and ref
Christian-MK Jul 18, 2024
cbfab02
baseQuote edit, addition of related:forex
Christian-MK Jul 18, 2024
c9d14e3
baseQuote edit, additional def
Christian-MK Jul 18, 2024
1a8a989
cer edit
Christian-MK Jul 19, 2024
6c131b6
collectorNode edit
Christian-MK Jul 19, 2024
8656515
consumer edit, reformat
Christian-MK Jul 19, 2024
25cb06d
datum edit, reformat
Christian-MK Jul 19, 2024
2df3603
consumer edit, reformat
Christian-MK Jul 19, 2024
6f0d6ec
domain edit, and reformat
Christian-MK Jul 19, 2024
e4b26c8
federatedOrcfaxNetwork edit, and reformat
Christian-MK Jul 19, 2024
1b0b691
cer, add broader:feed
Christian-MK Jul 19, 2024
f46045e
feed edit, reformat
Christian-MK Jul 19, 2024
f925565
feedId edit, and reformat
Christian-MK Jul 19, 2024
5219152
reformatting, dom ignore
Christian-MK Jul 25, 2024
5a2398f
revisions per pr feeedback
Christian-MK Jul 25, 2024
0783c85
fix versionedFeedId link
Christian-MK Jul 25, 2024
69ba58c
revision of skos:related & broader
Christian-MK Aug 21, 2024
dfe38c3
Merge branch 'main' into christian/glossary
Christian-MK Aug 21, 2024
f185e1c
reorganize full temp based on review
Christian-MK Aug 21, 2024
6995a17
ID consistency
Christian-MK Aug 23, 2024
5ede59d
formatting
Christian-MK Aug 23, 2024
dd3ec30
skos:preflabel corrections
Christian-MK Aug 23, 2024
aed57ba
fix id in kebab case
Christian-MK Aug 23, 2024
94052a9
consume definition change
Christian-MK Aug 26, 2024
64ccc6e
Merge branch 'main' into christian/glossary
Christian-MK Aug 26, 2024
4ef2559
terms from issues p1
Christian-MK Aug 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/api.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:api
skos:prefLabel "API"@en;
skos:definition '''
A structured and predictable software interface which
provides a contract between external software components
for accessing data or services and better enabling
inter-connectivity between components.
''' ;
skos:altLabel "application programming interface ".
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason we are not just taking a dictionary definition for this?
image

18 changes: 18 additions & 0 deletions content/consensus.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:consensus
skos:prefLabel "consensus"@en;
skos:definition '''
A state which can be understood differently depending on
context:

When a task performed by an actor is verified as having
being performed, according set principles, by multiple
other actors.

When the properties of an output can be verified as
accurate by n- actors.

When the result of an output has been independently
observed by n- independent actors.
''' .
9 changes: 6 additions & 3 deletions content/consumer.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
:consumer
skos:prefLabel "consumer"@en;
skos:definition '''
Someone who might read the output of an Orcfax datum but
not necessarily integrate it, see
[integrator](#integrator).
A participant, either directly or indirectly, in a
transaction within which orcfax data is used.

Example:
the user of a lending platform which has integrated Orcfax
feeds is a consumer.
''' ;
skos:related :integrator.
9 changes: 9 additions & 0 deletions content/dataSource.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:dataSource
skos:prefLabel "data source"@en;
skos:definition '''
A person or entity that provides access to data for use
by others.
''' ;
skos:narrower :primaryDataSource.
9 changes: 9 additions & 0 deletions content/function.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:function
skos:prefLabel "function"@en;
skos:definition '''
A distinct and self-contained unit of code that
accomplishes a specific task using given inputs to
generate a predictable output.
''' .
10 changes: 10 additions & 0 deletions content/oracleProblem.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:oracleProblem
skos:prefLabel "oracle problem"@en;
skos:definition '''
The challenge of providing security, authenticity, and
trust, to information brought onto a blockchain in a
decentralized manner.
''' ;
skos:related :oracle.
15 changes: 15 additions & 0 deletions content/primaryDataSource.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:primaryDataSource
skos:prefLabel "primary data source"@en;
skos:definition '''
Data collected firsthand by a person or entity during the
course of regular activity and made available for use by
others.

Example:
A CEX can be considered a primary data source when the
price data it provides is derived from the its own order
books and not from external data.
''' ;
skos:broader :dataSource.
11 changes: 11 additions & 0 deletions content/sourceDataPoint.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:sourceDataPoint
skos:prefLabel "source data point"@en;
skos:definition '''
The value of a data source, or primary data source, query
which is embedded in that data source's response to a
given query.
''' ;
skos:related ex1:dataSource ;
skos:related ex2:primaryDataSource.
9 changes: 9 additions & 0 deletions content/triangulatedDataPoint.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:triangulatedDataPoint
skos:prefLabel "triangulated data point"@en;
skos:definition '''
Noun
The data resulting from the process of triangulation.
''' ;
skos:related :triangulation.
9 changes: 9 additions & 0 deletions content/trustless.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@prefix : <http://glossary.orcfax.io/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:trustless
skos:prefLabel "trustless"@en;
skos:definition '''
A description given to a non-excludable system which does
not require its users to rely upon or trust an
intermediary.
''' .