-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5bb544
commit cd4275e
Showing
6 changed files
with
25 additions
and
9 deletions.
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
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,6 @@ | ||
# Extract content descriptor | ||
*Extract content descriptor* represents a component performing | ||
|
||
<code><i>extract</i><sub><i>desc</i></sub>(DatasetSource,Metadata<sup>+</sup>): Descriptor<sup>+</sup></code> | ||
|
||
which extracts from a dataset source a descriptor for each dataset with a provided metadata descriptor. |
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Knowledge graph extractors | ||
Knowledge graph extractors are components, which ... | ||
# Extract external knowledge | ||
*Extract external knowledge* represents a component performing | ||
|
||
<code><i>extract</i><sub><i>k</i></sub>(KnowledgeSource): Knowledge<sup>*</sup></code> | ||
|
||
which extracts an external knowledge from a given external knowledge source. |
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Metadata extractors | ||
Metadata extractors are components, which ... | ||
# Extract metadata descriptor | ||
*Extract metadata descriptor* represents a component performing | ||
|
||
<code><i>extract</i><sub><i>meta</i></sub>(DataCatalogSource): Metadata<sup>+</sup></code> | ||
|
||
which extracts metadata about datasets from a given data catalog source. |
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