@prefix void: <http://rdfs.org/ns/void#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix fynqo: <https://fynqo.app/> .

# VoID description of the Fynqo Linked-Data hub.
# Two datasets: Knowledge Graph (entities + portals) + Cracks Index.

fynqo:#organization a foaf:Agent ;
  foaf:name "Fynqo" ;
  foaf:homepage <https://fynqo.app> .

fynqo:#linked-data-hub a void:DatasetDescription ;
  dct:title "Fynqo Linked-Data hub" ;
  dct:description "Discoverable RDF endpoints exposing Fynqo's knowledge graph and open-data Cracks Index for machine-readable consumption by Linked Data Fragments servers, DBpedia-mediated agents and RDF crawlers." ;
  dct:publisher fynqo:#organization ;
  foaf:primaryTopic fynqo:#knowledge-graph , fynqo:#cracks-index .

fynqo:#knowledge-graph a void:Dataset ;
  dct:title "Fynqo Knowledge Graph" ;
  dct:description "20 knowledge-graph entities (schema:DefinedTerm) covering Dutch sociaal domein concepts — Wgs vroegsignalering, bewindvoering, NEN 7510, NVVK, etc. — plus 18 Fynqo portals (schema:SoftwareApplication), interlinked with Wikidata where applicable." ;
  dct:publisher fynqo:#organization ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> ;
  void:dataDump <https://fynqo.app/fynqo-graph.ttl> ;
  void:rootResource <https://fynqo.app/entiteiten> ;
  void:vocabulary <https://schema.org/> ;
  void:vocabulary <http://purl.org/dc/terms/> ;
  void:uriSpace "https://fynqo.app/entiteiten/" ;
  void:exampleResource <https://fynqo.app/entiteiten/wgs-vroegsignalering> .

fynqo:#cracks-index a void:Dataset ;
  dct:title "The Cracks Index" ;
  dct:description "Open composite index (0-100, lower is better) ranking countries, EU regions and Dutch municipalities on social-safety-net strength. Six public indicators, monthly refresh, CC-BY-4.0." ;
  dct:publisher fynqo:#organization ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> ;
  void:dataDump <https://fynqo.app/datasets/cracks.dcat.ttl> ;
  void:rootResource <https://fynqo.app/cracks-index/> ;
  void:vocabulary <http://www.w3.org/ns/dcat#> ;
  void:vocabulary <http://purl.org/dc/terms/> ;
  void:exampleResource <https://fynqo.app/cracks-index/nld> .
