@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix xml: <http://www.w3.org/XML/1998/namespace>.
@prefix cbo: <http://comicmeta.org/cbo/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix dctype: <http://purl.org/dc/dcmitype/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix frbr: <http://purl.org/vocab/frbr/core#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix schema: <http://schema.org/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix vann: <http://purl.org/vocab/vann/>.
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>.

cbo: dc:creator <https://sean.petiya.com/#me>;
     dc:description "An OWL ontology and RDF metadata vocabulary for describing comic books and comic book collections.";
     dc:title "Comic Book Ontology"@en;
     dcterms:license <http://creativecommons.org/licenses/by/4.0>;
     dcterms:modified "2023-03-15";
     vann:preferredNamespacePrefix "cbo";
     vann:preferredNamespaceUri "http://comicmeta.org/cbo/";
     a owl:Ontology;
     owl:versionIRI cbo:;
     owl:versionInfo "0.16.0".
cbo:preview a owl:ObjectProperty;
            rdfs:comment "Links a comic issue to a preview or sample of that work."@en;
            rdfs:domain cbo:Issue;
            rdfs:label "preview"@en;
            rdfs:range cbo:Issue;
            vs:term_status "unstable".
