{
  "http://comicmeta.org/cbo/": {
    "http://purl.org/dc/elements/1.1/creator": [
      {
        "value": "https://sean.petiya.com/#me",
        "type": "uri"
      }
    ],
    "http://purl.org/dc/elements/1.1/description": [
      {
        "value": "An OWL ontology and RDF metadata vocabulary for describing comic books and comic book collections.",
        "type": "literal"
      }
    ],
    "http://purl.org/dc/elements/1.1/title": [
      {
        "value": "Comic Book Ontology",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://purl.org/dc/terms/license": [
      {
        "value": "http://creativecommons.org/licenses/by/4.0",
        "type": "uri"
      }
    ],
    "http://purl.org/dc/terms/modified": [
      {
        "value": "2023-03-15",
        "type": "literal"
      }
    ],
    "http://purl.org/vocab/vann/preferredNamespacePrefix": [
      {
        "value": "cbo",
        "type": "literal"
      }
    ],
    "http://purl.org/vocab/vann/preferredNamespaceUri": [
      {
        "value": "http://comicmeta.org/cbo/",
        "type": "literal"
      }
    ],
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      {
        "value": "http://www.w3.org/2002/07/owl#Ontology",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2002/07/owl#versionIRI": [
      {
        "value": "http://comicmeta.org/cbo/",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2002/07/owl#versionInfo": [
      {
        "value": "0.16.0",
        "type": "literal"
      }
    ]
  },
  "http://comicmeta.org/cbo/Imprint": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      {
        "value": "http://www.w3.org/2002/07/owl#Class",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#comment": [
      {
        "value": "An imprint or tradename of a comic publisher.",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [
      {
        "value": "Imprint",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
      {
        "value": "http://comicmeta.org/cbo/Publisher",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
      {
        "value": "unstable",
        "type": "literal"
      }
    ]
  },
  "http://comicmeta.org/cbo/imprint": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      {
        "value": "http://www.w3.org/2002/07/owl#ObjectProperty",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#comment": [
      {
        "value": "Associates a comic publisher with an imprint.",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#domain": [
      {
        "value": "http://comicmeta.org/cbo/Publisher",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [
      {
        "value": "imprint",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#range": [
      {
        "value": "http://comicmeta.org/cbo/Imprint",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2002/07/owl#inverseOf": [
      {
        "value": "http://comicmeta.org/cbo/imprintOf",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
      {
        "value": "unstable",
        "type": "literal"
      }
    ]
  },
  "http://comicmeta.org/cbo/imprintName": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      {
        "value": "http://www.w3.org/2002/07/owl#DatatypeProperty",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#comment": [
      {
        "value": "The name of a comic imprint.",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#domain": [
      {
        "value": "http://comicmeta.org/cbo/Imprint",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [
      {
        "value": "imprint name",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#range": [
      {
        "value": "http://www.w3.org/2000/01/rdf-schema#Literal",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
      {
        "value": "http://schema.org/name",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
      {
        "value": "unstable",
        "type": "literal"
      }
    ]
  },
  "http://comicmeta.org/cbo/imprintOf": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      {
        "value": "http://www.w3.org/2002/07/owl#ObjectProperty",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#comment": [
      {
        "value": "Associates an imprint with a comic publisher.",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#domain": [
      {
        "value": "http://comicmeta.org/cbo/Imprint",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [
      {
        "value": "imprint of",
        "lang": "en",
        "type": "literal"
      }
    ],
    "http://www.w3.org/2000/01/rdf-schema#range": [
      {
        "value": "http://comicmeta.org/cbo/Publisher",
        "type": "uri"
      }
    ],
    "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
      {
        "value": "unstable",
        "type": "literal"
      }
    ]
  }
}