@prefix void:    <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:  <https://schema.org/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<https://blackcatinformatics.ca/.well-known/void.ttl#dataset>
    a void:Dataset ;
    dcterms:title "Blackcat Informatics® Inc. linked-data dataset" ;
    dcterms:description "Public-facing knowledge graph describing Blackcat Informatics® Inc., its principals, services, open-source projects, and related concepts. Served as inline JSON-LD on the homepage and at /index.jsonld." ;
    dcterms:publisher <https://blackcatinformatics.ca/#bii> ;
    dcterms:creator   <https://blackcatinformatics.ca/#paudley> ;
    dcterms:license   <https://creativecommons.org/licenses/by-nc-sa/2.5/ca/> ;
    dcterms:subject   <https://www.wikidata.org/entity/Q4116214> ,
                      <https://www.wikidata.org/entity/Q11660> ,
                      <https://www.wikidata.org/entity/Q41048> ;
    foaf:homepage     <https://blackcatinformatics.ca/> ;
    void:feature      <http://www.w3.org/ns/formats/JSON-LD> ,
                      <http://www.w3.org/ns/formats/Turtle> ;
    void:dataDump     <https://blackcatinformatics.ca/index.jsonld> ;
    void:rootResource <https://blackcatinformatics.ca/#bii> ,
                      <https://blackcatinformatics.ca/#paudley> ,
                      <https://blackcatinformatics.ca/#kw-scheme> ,
                      <https://blackcatinformatics.ca/#page> ;
    void:exampleResource <https://blackcatinformatics.ca/#bii> ;
    void:vocabulary   <https://schema.org/> ,
                      <http://xmlns.com/foaf/0.1/> ,
                      <http://usefulinc.com/ns/doap#> ,
                      <http://purl.org/ontology/bibo/> ,
                      <http://www.w3.org/2006/vcard/ns#> ,
                      <http://www.w3.org/ns/prov#> ,
                      <http://www.w3.org/2004/02/skos/core#> ,
                      <http://www.w3.org/2002/07/owl#> ,
                      <http://purl.org/dc/terms/> .

# Cross-dataset linksets to Wikidata.
<https://blackcatinformatics.ca/.well-known/void.ttl#wikidata-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <https://www.wikidata.org/wiki/Special:EntityData> ;
    void:linkPredicate     owl:sameAs ;
    rdfs:label             "Concept grounding from BII keyword scheme to Wikidata entities." .
