Exploring the Ontology: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
Line 18: Line 18:
You could also make search shortcuts for your browser. On Chrome go to [chrome://settings/searchEngines] and make searches like:
You could also make search shortcuts for your browser. On Chrome go to [chrome://settings/searchEngines] and make searches like:
* Match anything. You can use a wildcard at the end
* Match anything. You can use a wildcard at the end
db -> http://mappings.dbpedia.org/index.php?search=%s
    db -> http://mappings.dbpedia.org/index.php?search=%s
* Text match in Classes only
* Text match in Classes only
dbc -> http://mappings.dbpedia.org/index.php?ns200=1&advanced=1&search=%s
    dbc -> http://mappings.dbpedia.org/index.php?ns200=1&advanced=1&search=%s
* Text match in Properties only
* Text match in Properties only
dbp -> http://mappings.dbpedia.org/index.php?ns202=1&advanced=1&search=%s
    dbp -> http://mappings.dbpedia.org/index.php?ns202=1&advanced=1&search=%s
* Class use in tempates
* Class use in tempates
dbcu -> [http://mappings.dbpedia.org/index.php?search="maptoclass+%s" http://mappings.dbpedia.org/index.php?search="maptoclass+%s"]
    dbcu -> http://mappings.dbpedia.org/index.php?search="maptoclass+%s"
* Property use in templates
* Property use in templates
dbpu -> [http://mappings.dbpedia.org/index.php?search="ontologyproperty+%s" http://mappings.dbpedia.org/index.php?search="ontologyproperty+%s"]
    dbpu -> http://mappings.dbpedia.org/index.php?search="ontologyproperty+%s"

Revision as of 14:34, 13 February 2015

Tools you can use to explore the DBpedia ontology:

     SELECT DISTINCT * {?prop rdfs:domain|rdfs:range dbo:Place}

Browser Shortcuts

You could also make search shortcuts for your browser. On Chrome go to [chrome://settings/searchEngines] and make searches like:

  • Match anything. You can use a wildcard at the end
   db -> http://mappings.dbpedia.org/index.php?search=%s
  • Text match in Classes only
   dbc -> http://mappings.dbpedia.org/index.php?ns200=1&advanced=1&search=%s
  • Text match in Properties only
   dbp -> http://mappings.dbpedia.org/index.php?ns202=1&advanced=1&search=%s
  • Class use in tempates
   dbcu -> http://mappings.dbpedia.org/index.php?search="maptoclass+%s"
  • Property use in templates
   dbpu -> http://mappings.dbpedia.org/index.php?search="ontologyproperty+%s"