kg_registry_schema
A schema for representing metadata about knowledge graphs, their sources, and their contents.
URI: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Name: kg_registry_schema
Classes
| Class | Description |
|---|---|
| Contact | A contact point for a resource or product, or a curator of a resource or prod… |
| Individual | An individual person |
| Organization | An organization |
| ContactDetails | A field for details about how to contact a person or organization |
| NamedThing | A generic grouping for any identifiable entity |
| FundingSource | A funding source for a resource |
| License | A license for a resource or product |
| Product | A top-level class for all products in the knowledge graph registry |
| DataModelProduct | A product that provides the rules of a data model |
| DocumentationProduct | A product that is documentation for a resource |
| GraphicalInterface | A product that is a graphical interface to a resource |
| GraphProduct | A product that is a graph, represented as nodes and edges |
| MappingProduct | A product that is a mapping between two or more data sources |
| OntologyProduct | A product that is an ontology, a formal representation of a set of concepts w… |
| ProcessProduct | A product that is a process or algorithm |
| ProgrammingInterface | A product that is a programming interface (API) to a resource |
| Publication | A publication associated with a resource |
| Resource | A top-level class for all resources in the knowledge graph registry |
| Aggregator | An aggregator of data sources |
| DataModel | A data model is a formal representation of concepts and relationships within … |
| DataSource | A data source |
| KnowledgeGraph | A knowledge graph resource |
| Ontology | An ontology is a formal representation of a set of concepts within a domain a… |
| Usage | The usage of a resource |
| Registry | A registry of knowledge graphs and their components |
| SourceAssociation | A typed provenance association from a product to another resource or product … |
| StandardCompatibility | Details about the compatibility of a product with a particular standard, incl… |
Slots
| Slot | Description |
|---|---|
| activity_status | The status of the resource |
| authors | The authors of the publication |
| category | The category of the entity |
| collection | A collection of entries in the registry |
| compatibility | A list of standards that the product conforms to |
| components | The components of the knowledge graph |
| compression | The type of compression used with the product |
| connection_url | A URL specific to the product |
| contact_details | A field for contact details, including email, GitHub, and contact-specific UR… |
| contact_type | The type of contact detail |
| contact_type_name | The name of the contact detail, if the contact_type is “other” |
| contact_type_url | The URL of the contact detail, if the contact_type is “other” |
| contacts | The contact point(s) for the resource |
| contributors | Contributors to the knowledge graph |
| creation_date | The date the entry was created |
| creator | The person or organization responsible for creating the knowledge graph |
| curators | The curator(s) of the resource |
| date_created | The date the knowledge graph was created |
| date_modified | The date the knowledge graph was last modified |
| description | A description of the resource |
| doi | The DOI of the publication |
| domains | The domain(s) that the resource is relevant to |
| dump_format | The format of a dump of the product as a file |
| edge_count | The number of edges in the graph |
| fairsharing_id | The FAIRsharing ID of the resource |
| format | The format or serialization of the product |
| funding | The funding source(s) for the resource |
| github_url | The GitHub URL of the organization |
| homepage_url | The primary URL of the resource |
| id | The identifier of an entity |
| infores_id | The Infores ID of the resource |
| is_neo4j | Whether the API is for a Neo4j database |
| is_public | Whether the API is publicly accessible, or requires only publicly provided cr… |
| journal | The journal the publication was published in |
| label | The name of the individual |
| language | The human language of the resource |
| last_modified_date | The date the entry was last modified |
| latest_version | The latest version of the product, or the most recent version curated in the … |
| layout | The layout of the entity |
| license | The license of the resource |
| logo | The URL of a logo for the license |
| name | The human-readable name of the resource |
| node_categories | The node categories in the graph |
| node_count | The number of nodes in the graph |
| orcid | The ORCID of the individual |
| original_source | The original source(s) of the product, with the provenance relation describin… |
| predicates | The predicate types in the graph |
| preferred | Whether this is the preferred publication for the resource |
| produced_by | The process(es) that produced the product, referred to by the identifier of e… |
| product_file_size | The size of the product file, in bytes |
| product_url | The URL of the product |
| products | The products or representations of the resource |
| publications | Publications associated with the resource |
| relation_type | The PROV-O relation type that describes how the product is related to the sou… |
| repository | A main version control repository for the resource |
| resources | A list of entries in the registry |
| secondary_source | The source(s) of the product, other than its original source, with the proven… |
| short_id | A short identifier for the organization |
| source | The identifier of the resource or product that is related to the product thro… |
| standard | The name of the standard that the product is compatible with |
| synonyms | A list of synonyms for the resource |
| tags | Tags associated with the resource |
| taxon | The taxon or taxa that the resource is relevant to |
| title | The title of the publication |
| type | The type of usage |
| url | A URL for a description or example of the usage |
| usages | The usage(s) of the resource |
| users | The user implementing or working with the resource |
| value | The value of the contact detail |
| version | The version of the resource |
| versions | A list of names of versions of the product |
| warnings | A list of warnings about an item to be displayed in the interface |
| year | The year the publication was published |
Enumerations
| Enumeration | Description |
|---|---|
| ActivityStatusEnum | The status of a resource |
| CollectionEnum | Specific collections for grouping KG-Registry entries |
| CompressionEnum | The type of compression used with a product |
| ContactTypeEnum | The type of contact detail |
| DomainEnum | A domain that a resource is relevant to |
| DumpFormatEnum | The format of a dump of a product, generally a graph, as a file |
| FormatEnum | The serialization/format of a product |
| ProvenanceRelationEnum | PROV-O relation types used to describe how a product is related to a resource… |
| StandardEnum | The standard or standards that a product conforms to |
| TagEnum | General-purpose tags that can be associated with resources |
| UsageEnum | The type of usage of a resource |
Types
| Type | Description |
|---|---|
| Boolean | A binary (true or false) value |
| CategoryType | A primitive type in which the value denotes a class within the model |
| Curie | a compact URI |
| Date | a date (year, month and day) in an idealized calendar |
| DateOrDatetime | Either a date or a datetime |
| Datetime | The combination of a date and time |
| Decimal | A real number with arbitrary precision that conforms to the xsd:decimal speci… |
| Double | A real number that conforms to the xsd:double specification |
| Float | A real number that conforms to the xsd:float specification |
| Integer | An integer |
| Jsonpath | A string encoding a JSON Path |
| Jsonpointer | A string encoding a JSON Pointer |
| Ncname | Prefix part of CURIE |
| Nodeidentifier | A URI, CURIE or BNODE that represents a node in a model |
| Objectidentifier | A URI or CURIE that represents an object in the model |
| Sparqlpath | A string encoding a SPARQL Property Path |
| String | A character string |
| Time | A time object represents a (local) time of day, independent of any particular… |
| Uri | a complete URI |
| Uriorcurie | a URI or a CURIE |
Subsets
| Subset | Description | | — | — |