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

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