wikipunk commited on
Commit
7b5a60c
·
1 Parent(s): e4a34c9

add section on fibo viewer

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -119,9 +119,16 @@ Here is an example of a triple in the dataset:
119
  - Object: `"<https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/FunctionalEntity>"`
120
 
121
  This triple represents the statement that the market individual
122
- "ServiceProvider-L-JEUVK5RWVJEN8W0C9M24" has a type of "FunctionalEntity".
123
-
124
- ---
 
 
 
 
 
 
 
125
 
126
  ## Ideas for Deriving Graph Neural Network Features from FIBO:
127
  Graph Neural Networks (GNNs) have emerged as a powerful tool for
 
119
  - Object: `"<https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/FunctionalEntity>"`
120
 
121
  This triple represents the statement that the market individual
122
+ [ServiceProvider-L-JEUVK5RWVJEN8W0C9M24](https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/ServiceProvider-L-JEUVK5RWVJEN8W0C9M24)
123
+ has a type of
124
+ [FunctionalEntity](https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/FunctionalEntity).
125
+
126
+ ### FIBO Viewer
127
+ Use the [FIBO Viewer](https://spec.edmcouncil.org/fibo/ontology) to
128
+ explore the ontology on the web. One of the coolest features about
129
+ FIBO is that entities with a prefix of
130
+ https://spec.edmcouncil.org/fibo/ontology/ can be looked up in the web
131
+ just by opening its URL in a browser or in any HTTP client.
132
 
133
  ## Ideas for Deriving Graph Neural Network Features from FIBO:
134
  Graph Neural Networks (GNNs) have emerged as a powerful tool for