@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns0: <http://comicmeta.org/cbo/> . ns0:alternativeTitle rdfs:subPropertyOf dct:alternative . dct:alternative dc:description "Used to indicate an alternative title for a resource."@en ; a owl:DatatypeProperty ; rdfs:comment "An alternative title."@en ; rdfs:domain owl:Thing ; rdfs:isDefinedBy "http://purl.org/dc/terms" ; rdfs:range rdfs:Literal .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://comicmeta.org/cbo/> .

ns0:alternativeTitle
    rdfs:subPropertyOf dct:alternative .

dct:alternative
    dc:description "Used to indicate an alternative title for a resource."@en ;
    a owl:DatatypeProperty ;
    rdfs:comment "An alternative title."@en ;
    rdfs:domain owl:Thing ;
    rdfs:isDefinedBy "http://purl.org/dc/terms" ;
    rdfs:range rdfs:Literal .