@prefix dc:    <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0:   <http://purl.org/vocab/vann/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cc:    <http://creativecommons.org/ns#> .

<http://imgpedia.dcc.uchile.cl/ontology#CLD>
        a                owl:Class ;
        rdfs:label       "Descriptor de la Distribución del Color"@es , "Color Layout Descriptor"@en ;
        rdfs:subClassOf  <http://imgpedia.dcc.uchile.cl/ontology#Descriptor> .

<http://imgpedia.dcc.uchile.cl/ontology#similar>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://imgpedia.dcc.uchile.cl/ontology#Image> ;
        rdfs:label          "Una imagen similar"@es , "A similar image"@en ;
        rdfs:range          <http://imgpedia.dcc.uchile.cl/ontology#Image> ;
        rdfs:subPropertyOf  <http://dbpedia.org/ontology/similar> .

<http://imgpedia.dcc.uchile.cl/ontology#targetImg>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://imgpedia.dcc.uchile.cl/ontology#ImageRelation> ;
        rdfs:label   "El objeto de la relación entre imágenes"@es , "The target of an image relation"@en ;
        rdfs:range   <http://imgpedia.dcc.uchile.cl/ontology#Image> .

<http://imgpedia.dcc.uchile.cl/ontology#fileURL>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://imgpedia.dcc.uchile.cl/ontology#Image> ;
        rdfs:label          "La URL de la imagen en Wikimedia Commons"@es , "The URL of the image in Wikimedia Commons"@en ;
        rdfs:subPropertyOf  <http://ogp.me/ns#image> .

<http://imgpedia.dcc.uchile.cl/ontology#width>
        a                   owl:DatatypeProperty ;
        rdfs:domain         <http://imgpedia.dcc.uchile.cl/ontology#Image> ;
        rdfs:label          "Ancho de la imagen en unidades de pixel"@es , "Image width in pixels"@en ;
        rdfs:range          <http://www.w3.org/2001/XMLSchema#integer> ;
        rdfs:subPropertyOf  <http://ogp.me/ns#image:width> , <http://schema.org/width> .

<http://imgpedia.dcc.uchile.cl/ontology#ImageRelation>
        a           owl:Class ;
        rdfs:label  "Relación entre Imágenes"@es , "Image Relation"@en .

<http://imgpedia.dcc.uchile.cl/ontology#distance>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://imgpedia.dcc.uchile.cl/ontology#ImageRelation> ;
        rdfs:label   "La distancia entre las imágenes de la relación"@es , "The distance between the images in the relation"@en ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#float> .

<http://imgpedia.dcc.uchile.cl/ontology#describes>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://imgpedia.dcc.uchile.cl/ontology#Descriptor> ;
        rdfs:label   "Descriptor de una imagen"@es , "Describes an image"@en ;
        rdfs:range   <http://imgpedia.dcc.uchile.cl/ontology#Image> .

<http://imgpedia.dcc.uchile.cl/ontology#sourceImg>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://imgpedia.dcc.uchile.cl/ontology#ImageRelation> ;
        rdfs:label   "El sujeto de la relación entre imágenes"@es , "The source of an image relation"@en ;
        rdfs:range   <http://imgpedia.dcc.uchile.cl/ontology#Image> .

<http://imgpedia.dcc.uchile.cl/ontology#usesDescriptor>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://imgpedia.dcc.uchile.cl/ontology#ImageRelation> ;
        rdfs:label   "El descriptor usado en la relación"@es , "The descriptor used in the relation"@en ;
        rdfs:range   <http://imgpedia.dcc.uchile.cl/ontology#Descriptor> .

<http://imgpedia.dcc.uchile.cl/ontology#HOG>
        a                owl:Class ;
        rdfs:label       "Histograma de Orientación del Gradiente"@es , "Histogram of Oriented Gradient"@en ;
        rdfs:subClassOf  <http://imgpedia.dcc.uchile.cl/ontology#Descriptor> .

<http://njh.me/>  a                   owl:Ontology , <http://purl.org/vocommons/voaf#Vocabulary> ;
        rdfs:comment                  "The IMGpedia Ontology provides terms to describe descriptors and similarity relations between images"@en , "La Ontologia de IMGpedia provee terminos para referirse a descriptores visuales y relaciones de similitud entre imagenes"@es ;
        rdfs:label                    "The IMGpedia Ontology"@en , "La Ontología de IMGpedia"@es ;
        cc:license                    <http://creativecommons.org/licenses/by/3.0/> ;
        dc:creator                    <http://aidanhogan.com/foaf.rdf#me> , <http://scferrada.github.io/rdf/foaf.ttl#me> ;
        dc:issued                     "2016-05-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dc:modified                   "2018-01-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
        ns0:preferredNamespacePrefix  "imo" ;
        ns0:preferredNamespaceUri     "http://imgpedia.dcc.uchile.cl/ontology#"^^<http://www.w3.org/2001/XMLSchema#anyURI> .

<http://imgpedia.dcc.uchile.cl/ontology#value>
        a                   owl:DatatypeProperty ;
        rdfs:domain         <http://imgpedia.dcc.uchile.cl/ontology#Descriptor> ;
        rdfs:label          "Valor del descriptor"@es , "Descriptor value"@en ;
        rdfs:range          <http://www.w3.org/2001/XMLSchema#string> ;
        rdfs:subPropertyOf  rdf:value .

<http://imgpedia.dcc.uchile.cl/ontology#appearsIn>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://imgpedia.dcc.uchile.cl/ontology#Image> ;
        rdfs:label          "La imagen aparece en el recurso"@es , "Tha image appears in the resource"@en ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  <http://dbpedia.org/ontology/related> .

<http://imgpedia.dcc.uchile.cl/ontology#height>
        a                   owl:DatatypeProperty ;
        rdfs:domain         <http://imgpedia.dcc.uchile.cl/ontology#Image> ;
        rdfs:label          "Altura de la imagen en unidades de pixel"@es , "Image height in pixels"@en ;
        rdfs:range          <http://www.w3.org/2001/XMLSchema#integer> ;
        rdfs:subPropertyOf  <http://ogp.me/ns#image:height> , <http://schema.org/height> .

<http://imgpedia.dcc.uchile.cl/ontology#GHD>
        a                owl:Class ;
        rdfs:label       "Histograma de Grises"@es , "Gray Histogram Descriptor"@en ;
        rdfs:subClassOf  <http://imgpedia.dcc.uchile.cl/ontology#Descriptor> .

<http://imgpedia.dcc.uchile.cl/ontology#Descriptor>
        a           owl:Class ;
        rdfs:label  "Descriptor"@es , "Descriptor"@en .

<http://imgpedia.dcc.uchile.cl/ontology#Image>
        a                owl:Class ;
        rdfs:label       "Imagen"@es , "Image"@en ;
        rdfs:subClassOf  <http://schema.org/ImageObject> , <http://dbpedia.org/ontology/StillImage> .
