-
Notifications
You must be signed in to change notification settings - Fork 0
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
+107
−3
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c205eba
draft dex
Christian-MK 665f65b
additional labels for template
Christian-MK 497b631
addition of template and renaming of to
Christian-MK a035acc
edit of UTXO. Peter wants this all caps
Christian-MK 0e7a3c6
Arkly edit, more def from arkly.io
Christian-MK 9d262a5
arweave edit, additional def and ref
Christian-MK cbfab02
baseQuote edit, addition of related:forex
Christian-MK c9d14e3
baseQuote edit, additional def
Christian-MK 1a8a989
cer edit
Christian-MK 6c131b6
collectorNode edit
Christian-MK 8656515
consumer edit, reformat
Christian-MK 25cb06d
datum edit, reformat
Christian-MK 2df3603
consumer edit, reformat
Christian-MK 6f0d6ec
domain edit, and reformat
Christian-MK e4b26c8
federatedOrcfaxNetwork edit, and reformat
Christian-MK 1b0b691
cer, add broader:feed
Christian-MK f46045e
feed edit, reformat
Christian-MK f925565
feedId edit, and reformat
Christian-MK 5219152
reformatting, dom ignore
Christian-MK 5a2398f
revisions per pr feeedback
Christian-MK 0783c85
fix versionedFeedId link
Christian-MK 69ba58c
revision of skos:related & broader
Christian-MK dfe38c3
Merge branch 'main' into christian/glossary
Christian-MK f185e1c
reorganize full temp based on review
Christian-MK 6995a17
ID consistency
Christian-MK 5ede59d
formatting
Christian-MK dd3ec30
skos:preflabel corrections
Christian-MK aed57ba
fix id in kebab case
Christian-MK 94052a9
consume definition change
Christian-MK 64ccc6e
Merge branch 'main' into christian/glossary
Christian-MK 4ef2559
terms from issues p1
Christian-MK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ". | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
''' . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
''' . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
''' . |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?