| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Domain Ontologies = |
| 4 | |
| 5 | To work with gnowsis, an ontology has to conform to the PIMO ontology language, see PimOntology. It is not possible to upload non-conformant RDFS ontologies to gnowsis, the reason for this strict checking is that most RDFS or OWL ontologies aren't correct RDFS or OWL anyway. |
| 6 | |
| 7 | To upload ontologies to the gnowsis and to manage them, start gnowsis and go to this page on your local installation: [http://127.0.0.1:9993/gnowsis-server/ontologies.jsp ontology manager]. |
| 8 | |
| 9 | Available Ontologies: |
| 10 | |
| 11 | == FOAF == |
| 12 | The [http://www.foaf-project.org FOAF vocabulary], run by Dan Brickley and Libby Miller, is one of the most successfull ontologies on the semantic web. Foaf-Person is matched as a super-class of PIMO-Person and we added "fixing" properties as inverses to all foaf properties. Note that these "fixing" properties are a bad hack and will probably cause trouble sometime. We need the inverse though for gnowsis. |
| 13 | |
| 14 | Foaf is ported to PIMO and available in the gnowsis-server project SVN, a copy (not the latest) is here: |
| 15 | * http://www.gnowsis.org/ont/pimo-external/foaf-pimo.xml |
| 16 | |
| 17 | The uri inside the model is: |
| 18 | * http://xmlns.com/foaf/0.1/ |
| 19 | |
| 20 | '''To add foaf to your gnowsis, use this link: [http://127.0.0.1:9993/gnowsis-server/ontologies.jsp?addontology=fromuri&uri=http%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F&download=http%3A%2F%2Fwww.gnowsis.org%2Font%2Fpimo-external%2Ffoaf-pimo.xml&rdfformat=RDFXML add foaf to your PIMO now!]''' |
| 21 | |
| 22 | == GEO Vocab == |
| 23 | The GEO vocabulary is used to reference geo-positions. The original version by Dan Brickley is here at [http://www.w3.org/2003/01/geo/wgs84_pos W3-GEO]. |
| 24 | |
| 25 | GO is ported to PIMO and available in the gnowsis-server project SVN, a copy (not the latest) is here: |
| 26 | * http://www.gnowsis.org/ont/pimo-external/geo-pimo.xml |
| 27 | |
| 28 | The uri inside the model is: |
| 29 | * http://www.w3.org/2003/01/geo/wgs84_pos |
| 30 | |
| 31 | '''To add GEO to your gnowsis, use this link: [http://127.0.0.1:9993/gnowsis-server/ontologies.jsp?addontology=fromuri&uri=http%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F&download=http%3A%2F%2Fwww.gnowsis.org%2Font%2Fpimo-external%2Ffoaf-pimo.xml&rdfformat=RDFXML add GEO to your PIMO now!]''' |