Ontologies
- RDF - Resource Description Framework
- RDFS - RDF Vocabulary Description Language (RDFSchema)
- OWL - Web Ontology Language
- SKOS - RDF Vocabularies for Encoding Thesauri
- DC - Dublin Core
- DCT - Dublin Core Terms
- IMSMD_* - IMS Learning Object Metadata Vocabularies
- lom - learning object metadata
- lom-tech - lom technical metadata
- lom-edu - lom educational metadata
- lom-gen - lom general metadata
- lom-life - lom lifecycle metadata
- FOAF - Friend of a Friend
- WordNet - WordNet Ontology
- CIDOC-CRM - CIDOC Conceptual Reference Model
- Geo - RDFIG Geo Vocabulary
- Doc - Ontology to Describe Documents
- Rec54 - (start of) Event-based Model of the W3C Process
This is a snipped of RDF/N3 that can be used to cut/paste to initialize the proper namespaces:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix vc: <http://www.w3.org/2001/vcard-rdf/3.0#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix lom: <http://www.imsproject.org/rdf/imsmd_rootv1p2#> . @prefix lom-tech: <http://www.imsproject.org/rdf/imsmd_technicalv1p2#> . @prefix lom-edu: <http://www.imsproject.org/rdf/imsmd_educationalv1p2#> . @prefix lom-gen: <http://www.imsproject.org/rdf/imsmd_generalv1p2#> . @prefix lom-life: <http://www.imsproject.org/rdf/imsmd_lifecyclev1p2#> . @prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix crm: <http://cidoc.ics.forth.gr/rdfs/cidoc_crm_v3.4.9.rdfs#> . @prefix factbook: <http://www.daml.org/2001/12/factbook/factbook-ont#> . @prefix fips: <http://www.daml.org/2001/09/countries/fips-10-4-ont#> . @prefix wn: <http://www.cogsci.princeton.edu/~wn/schema/> . @prefix smap: <http://www.w3c.rl.ac.uk/2003/11/21-skos-mappings#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> .
[edit]
SIMILE Created
- VRA - VRA Core 3
- artstor - Ontology for Artstor Metadata
- ocw - Ontology for MIT OpenCourseWare Metadata
- person - Simple Person Ontology
- location - Minimal Geographic Ontology
- oclc - Ontology for the OCLC Authority Metadata
- skosext - Extension to the SKOS Ontology for URI dereferenceable terms
- via - Ontology for Harvard VIA Metadata
- jstor - Ontology for JStor Metadata
This is a snipped of RDF/N3 that can be used to cut/paste to initialize the proper namespaces:
@prefix vra: <http://simile.mit.edu/2003/10/ontologies/vraCore3#> . @prefix art: <http://simile.mit.edu/2003/10/ontologies/artstor#> . @prefix person: <http://simile.mit.edu/2003/10/ontologies/person#> . @prefix ocw: <http://simile.mit.edu/2004/01/ontologies/ocw#> . @prefix skosext: <http://simile.mit.edu/2004/04/ontologies/skosext#> . @prefix oclc: <http://simile.mit.edu/2004/04/ontologies/oclc#> . @prefix via: <http://simile.mit.edu/2004/06/ontologies/via#> . @prefix jstor: <http://simile.mit.edu/2005/03/ontologies/jstor#> . @prefix geo: <http://simile.mit.edu/2004/06/ontologies/geography#> . @prefix java: <http://simile.mit.edu/2004/09/ontologies/java#> . @prefix tags: <http://simile.mit.edu/2005/04/ontologies/tags#> . @prefix pub: <http://simile.mit.edu/2005/04/ontologies/publishing#> . @prefix web: <http://simile.mit.edu/2005/04/ontologies/web#> . @prefix exhibit: <http://simile.mit.edu/2006/11/exhibit#> . @prefix bibtex: <http://simile.mit.edu/2006/11/bibtex#> . @prefix playground: <http://simile.mit.edu/2007/10/playground#> . # --- thesauri --- @prefix artstor_Id: <http://simile.mit.edu/2003/10/artstor/Id#> . @prefix artstor_Creator: <http://simile.mit.edu/2003/10/artstor/Creator#> . @prefix artstor_Subject: <http://simile.mit.edu/2003/10/artstor/Subject#> . @prefix artstor_site: <http://simile.mit.edu/2003/10/artstor/site#> . @prefix ocw_Contributor: <http://simile.mit.edu/2003/10/ocw/Contributor#> . @prefix tgm: <http://simile.mit.edu/2004/04/loc/tgm#> . @prefix col: <http://simile.mit.edu/2004/06/collections#> . # --- configurations ---- @prefix flair: <http://simile.mit.edu/2005/04/flair#> . @prefix longwell: <http://simile.mit.edu/2005/04/longwell#> . @prefix pb: <http://simile.mit.edu/2005/04/piggy-bank#> . @prefix sb: <http://simile.mit.edu/2005/04/semantic-bank#> . @prefix facade: <http://simile.mit.edu/2005/04/flair/facades#> .
See also the list of Ontologies used in this Semantic Wiki.
Back to the Main Page.

