Skip to content

Commit

Permalink
first version of refactoring, tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
mwigham committed Jan 15, 2024
1 parent 8a9cb0f commit bc5827e
Show file tree
Hide file tree
Showing 64 changed files with 30 additions and 19,327 deletions.
22 changes: 0 additions & 22 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ ENABLED_ENDPOINTS: # allow all by default
- "pong"
- "health"

PROFILES: # profiles determine which schema is used for the linked data
-
title: "NISV Catalogue schema"
uri: "http://data.rdlabs.beeldengeluid.nl/schema/"
prefix: "nisv" # based on @prefix nisv: <http://data.rdlabs.beeldengeluid.nl/schema/> .
schema: "resource/bengSchema.ttl"
mapping: "resource/daan-mapping-storage.ttl"
storage_handler: apis.resource.DAANStorageLODHandler.DAANStorageLODHandler
-
title: "NISV Catalogue using schema.org ontology"
uri: "https://schema.org/"
prefix: "sdo" # based on @prefix sdo: <https://schema.org/> .
schema: "resource/schema-dot-org.ttl"
mapping: "resource/daan-mapping-schema-org.ttl"
storage_handler: apis.resource.SDOStorageLODHandler.SDOStorageLODHandler
ob_links: "resource/ob_link_matches.json"
roles: "resource/music_roles.csv"
default: True # this profile is loaded in memory by default

DATA_CATALOG_GRAPH: "http://data.rdlabs.beeldengeluid.nl/datacatalog/"

BENG_DATA_DOMAIN: "http://data.beeldengeluid.nl/"
Expand All @@ -43,7 +24,4 @@ SPARQL_ENDPOINT_HEALTH_URL: "https://cat.apis.beeldengeluid.nl/sparql"

SWAGGER_UI_PATH: "/swagger"

AUTH_USER: "very_special"
AUTH_PASSWORD: "nobody_knows"

HEALTH_TIMEOUT_SEC: 5.0
Loading

0 comments on commit bc5827e

Please sign in to comment.