@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#> .
@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
@prefix sh:      <http://www.w3.org/ns/shacl#> .
@prefix prov:    <http://www.w3.org/ns/prov#> .
@prefix wot:     <http://xmlns.com/wot/0.1/> .
@prefix odrl:    <http://www.w3.org/ns/odrl/2/> .
@prefix dpv:     <https://w3id.org/dpv#> .
@prefix ontodm:  <http://www.ontodm.com/OntoDM-core/> .

<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/> ;
    void:triples     1708 ;
    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> ,
                      <http://www.w3.org/ns/formats/N-Triples> ;
    void:dataDump     <https://blackcatinformatics.ca/index.jsonld> ,
                      <https://blackcatinformatics.ca/index.ttl> ,
                      <https://blackcatinformatics.ca/index.nt> ;
    dcterms:conformsTo <https://blackcatinformatics.ca/.well-known/shacl.ttl> ,
                      <https://blackcatinformatics.ca/.well-known/shex.shex> ,
                      <https://datatracker.ietf.org/doc/html/rfc4880> ;
    prov:wasAttributedTo <https://blackcatinformatics.ca/#paudley> ;
    wot:assurance    <https://blackcatinformatics.ca/.well-known/pgp.txt> ;
    wot:fingerprint  "DF3B3209EEDB36C800F09C1F1712C2A155DF887E" ;
    wot:hex_id       "1712C2A155DF887E" ;
    schema:identifier [
        a schema:PropertyValue ;
        schema:propertyID "openpgp-fingerprint" ;
        schema:value "DF3B3209EEDB36C800F09C1F1712C2A155DF887E"
    ] ;
    sh:shapesGraph   <https://blackcatinformatics.ca/.well-known/shacl.ttl> ;
    rdfs:seeAlso     <https://blackcatinformatics.ca/.well-known/shex.shex> ;
    dcterms:hasFormat <https://blackcatinformatics.ca/.well-known/content-provenance.json> ;
    void:sparqlEndpoint <https://blackcatinformatics.ca/sparql> ;
    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   <http://dbpedia.org/resource/> ,
                      <http://dl.acm.org/ccs/> ,
                      <http://eurovoc.europa.eu/> ,
                      <http://id.loc.gov/authorities/subjects/> ,
                      <http://vocab.getty.edu/tgn/> ,
                      <http://www.computer.org/education/bodies-of-knowledge/software-engineering/v4/> ,
                      <https://sws.geonames.org/> ,
                      <https://www.wikidata.org/entity/> ,
                      <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.opengis.net/ont/geosparql#> ,
                      <http://www.w3.org/2006/time#> ,
                      <http://www.loc.gov/mads/rdf/v1#> ,
                      <http://id.loc.gov/ontologies/bibframe/> ,
                      <https://openalex.org/> ,
                      <http://vocabularies.unesco.org/thesaurus/> ,
                      <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/> ,
                      <http://www.w3.org/ns/org#> ,
                      <http://www.w3.org/ns/odrl/2/> ,
                      <https://w3id.org/dpv#> ,
                      <http://www.ontodm.com/OntoDM-core/> ,
                      <http://www.w3.org/ns/sparql-service-description#> ,
                      <http://data.europa.eu/esco/skill/> ,
                      <http://www.sac.gov.cn/gbt/> ;
    dcterms:relation  <https://patrickaudley.com/.well-known/void.ttl#dataset> .

<https://blackcatinformatics.ca/sparql>
    a sd:Service ;
    sd:endpoint <https://blackcatinformatics.ca/sparql> ;
    sd:supportedLanguage sd:SPARQL11Query ;
    sd:defaultDataset <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    rdfs:label "Blackcat Informatics® Inc. SPARQL endpoint" .

<https://blackcatinformatics.ca/.well-known/shacl.ttl>
    a sh:ShapesGraph ;
    dcterms:title "Blackcat Informatics® Inc. SHACL shapes" ;
    dcterms:conformsTo <http://www.w3.org/ns/shacl#> .

<https://blackcatinformatics.ca/.well-known/shex.shex>
    dcterms:title "Blackcat Informatics® Inc. ShEx schema" ;
    dcterms:format "text/shex" .

<https://blackcatinformatics.ca/.well-known/content-provenance.json>
    dcterms:title "Blackcat Informatics® Inc. Markdown content provenance manifest" ;
    dcterms:format "application/json" .

# Cross-dataset linkset to patrickaudley.com (principal's personal dataset).
<https://blackcatinformatics.ca/.well-known/void.ttl#paudley-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <https://patrickaudley.com/.well-known/void.ttl#dataset> ;
    void:linkPredicate     schema:founder , schema:employee , owl:sameAs ;
    rdfs:label             "Identity and employment links from BII dataset to principal's personal dataset." .

# 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/entity/> ;
    void:linkPredicate     owl:sameAs ;
    rdfs:label             "Concept grounding from BII keyword scheme to Wikidata entities." .

# Cross-dataset linkset to ACM Computing Classification System (CCS 2012).
<https://blackcatinformatics.ca/.well-known/void.ttl#acm-ccs-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://dl.acm.org/ccs/> ;
    void:linkPredicate     <http://www.w3.org/2004/02/skos/core#closeMatch> ;
    rdfs:label             "Concept alignment from BII keyword scheme to ACM CCS 2012." .

# Cross-dataset linkset to IEEE SWEBOK v4 concepts.
<https://blackcatinformatics.ca/.well-known/void.ttl#swebok-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <https://www.computer.org/education/bodies-of-knowledge/software-engineering/v4/> ;
    void:linkPredicate     <http://www.w3.org/2004/02/skos/core#closeMatch> ;
    rdfs:label             "Concept alignment from BII keyword scheme to IEEE SWEBOK v4 knowledge areas." .

# Cross-dataset linkset to EuroVoc (EU multilingual thesaurus).
<https://blackcatinformatics.ca/.well-known/void.ttl#eurovoc-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://eurovoc.europa.eu/> ;
    void:linkPredicate     <http://www.w3.org/2004/02/skos/core#closeMatch> ;
    rdfs:label             "Concept alignment from BII keyword scheme to EuroVoc thesaurus." .

# Cross-dataset linkset to DBpedia.
<https://blackcatinformatics.ca/.well-known/void.ttl#dbpedia-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://dbpedia.org/resource/> ;
    void:linkPredicate     owl:sameAs ;
    rdfs:label             "Identity bridges from BII concepts and entities to DBpedia resources." .

# Cross-dataset linkset to LC Subject Headings.
<https://blackcatinformatics.ca/.well-known/void.ttl#lcsh-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://id.loc.gov/authorities/subjects/> ;
    void:linkPredicate     <http://www.w3.org/2004/02/skos/core#closeMatch> ;
    rdfs:label             "Concept alignment from BII keyword scheme to Library of Congress Subject Headings." .

# Cross-dataset linkset to ESCO (European Skills, Competences, Qualifications and Occupations).
<https://blackcatinformatics.ca/.well-known/void.ttl#esco-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://data.europa.eu/esco/skill/> ;
    void:linkPredicate     <http://www.w3.org/2004/02/skos/core#closeMatch> ;
    rdfs:label             "Concept alignment from BII keyword scheme to ESCO skills taxonomy." .

# Cross-dataset linkset to GeoNames.
<https://blackcatinformatics.ca/.well-known/void.ttl#geonames-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <https://sws.geonames.org/> ;
    void:linkPredicate     owl:sameAs ;
    rdfs:label             "Geographic entity links to GeoNames." .

# Cross-dataset linkset to Getty Thesaurus of Geographic Names (TGN).
<https://blackcatinformatics.ca/.well-known/void.ttl#tgn-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://vocab.getty.edu/tgn/> ;
    void:linkPredicate     owl:sameAs ;
    rdfs:label             "Geographic entity links to Getty TGN." .

# Cross-dataset linkset to GB/T Chinese national standards.
<https://blackcatinformatics.ca/.well-known/void.ttl#gbt-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://www.sac.gov.cn/gbt/> ;
    void:linkPredicate     <http://www.w3.org/2004/02/skos/core#closeMatch> ;
    rdfs:label             "Concept alignment from BII keyword scheme to GB/T 13745 discipline classification." .

# Cross-dataset links to GB/T industry codes.
<https://blackcatinformatics.ca/.well-known/void.ttl#gbt-industry-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://www.sac.gov.cn/gbt/4754/> ;
    void:linkPredicate     schema:url ;
    rdfs:label             "BII industry classification links to GB/T 4754 codes." .

# Conformance references to GB/T knowledge-graph technical framework.
<https://blackcatinformatics.ca/.well-known/void.ttl#gbt-conformance-linkset>
    a void:Linkset ;
    void:subjectsTarget    <https://blackcatinformatics.ca/.well-known/void.ttl#dataset> ;
    void:objectsTarget     <http://www.sac.gov.cn/gbt/42131/2022> ;
    void:linkPredicate     dcterms:conformsTo ;
    rdfs:label             "Knowledge-graph workflow conformance references to GB/T 42131-2022." .
