organizations

package
v0.0.0-...-c180764 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

README

Organization

Just some notes on making this set of triples

{
    "@context": {
        "@vocab": "https://schema.org/"
    },
    "@id": "https://gleaner.io/id/org/ID",
    "@type": "Organization",
    "url": "URL of the site"
    "name": "name",
     "identifier": {
        "@id": "ID_value_string",
        "@type": "PropertyValue",
        "propertyID": "RE3 Identifier description URL",
        "url": "https://foo.org/linkToPropertyIDPage",
        "description": "RE3 identifier for this organization"
    }
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildGraph

func BuildGraph(mc *minio.Client, v1 *viper.Viper) error

BuildGraph makes a graph from the Gleaner config file source load this to a /sources bucket (change this to sources naming convention?)

func TEST_BuildGraphMem

func TEST_BuildGraphMem(mc *minio.Client, v1 *viper.Viper) error

TEST_BuildGraph makes a graph from the Gleaner config file source load this to a /sources bucket (change this to sources naming convention?)

Types

type Qset

type Qset struct {
	Subject   string `parquet:"name=Subject,  type=BYTE_ARRAY, convertedtype=UTF8, encoding=PLAIN_DICTIONARY"`
	Predicate string `parquet:"name=Predicate,  type=BYTE_ARRAY, convertedtype=UTF8, encoding=PLAIN_DICTIONARY"`
	Object    string `parquet:"name=Object,  type=BYTE_ARRAY, convertedtype=UTF8, encoding=PLAIN_DICTIONARY"`
	Graph     string `parquet:"name=Graph,  type=BYTE_ARRAY, convertedtype=UTF8, encoding=PLAIN_DICTIONARY"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL