Skip to content

edwardanderson/cdkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connected Data Knowledge Graph Challenge: Linked Art

A Linked Art knowledge graph for the Connected Data Knowledge Graph Challenge.

Sample Visualisation of Linked Art Knowledge Graph

Data

Representations of each resource are partitioned according to the Linked Art API.

Class Category
Activity Presentation events
DigitalObject Video recordings
Event Conference events
Group Groups of speakers
LinguisticObject Presentation and podcast texts
Person Speakers
Set Conference tracks
VisualItem Presentation imagery

An aggregation of all the representations is available at cdkg.ttl

Code

CLI

Generate the Linked Art representations.

# Set up a development environment
python3 -m venv .venv
source .venv/bin/activate

# Clone and install the package
git clone ...
pip install -e cdkg

# Generate the representations
python cdkg/cli/cli.py --base https://example.org/cdkg/

Module

from cromulent.model import factory
from cdkg.representation import base


for resource in base.ACTIVITY:
    print(factory.toString(resource, compact=False))

Enrichments to the catalogue may extend cdkg.representation.extra.enrichment

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages