All,
Here is a revision of my initial post re. the above:
Notes:
1. foaf:Person subclass of sioc:Post dropped. Social Networks can be
modeled in SIOC without this via sioct:SocialNetwork as a subclass of
sioc:Forum.
2. I have changed sioct:Photos to sioct:ImageGallery which is much
clearer
RDF/N3:
#Processed by Id: cwm.py,v 1.144 2003/09/14 20:20:20 timbl Exp
# using base file:/tmp/tmpDd9v6I-rdfconverter
# Notation3 generation by
# notation3.py,v 1.148 2003/12/04 21:20:17 timbl Exp
# Base was: file:/tmp/tmpDd9v6I-rdfconverter
@prefix :
@prefix annotation:
@prefix annotea:
@prefix atom:
@prefix calendar:
@prefix dc:
@prefix exif:
@prefix owl:
@prefix rdf:
@prefix rdfs:
@prefix resume:
@prefix review:
@prefix sioc:
@prefix vs:
@prefix wot:
: a owl:Ontology;
dc:description "Extends SIOC (Semantically Interlinked Online
Communities) core ontology by defining subtypes and subproperties of
SIOC concepts.";
dc:title "SIOC Types Module";
rdfs:seeAlso
owl:import sioc: .
:Annotations a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Annotations Collection";
rdfs:subClassOf sioc:Forum .
:Bookmark a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Shared Bookmarks Collection";
rdfs:subClassOf sioc:Forum .
:Briefcase a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Briefcase";
rdfs:subClassOf sioc:Forum .
:Calendar a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Events Calendar Collection";
rdfs:subClassOf sioc:Forum .
:Community a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Community Mode";
rdfs:subClassOf sioc:Forum .
:Discussion a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Discussion Forum";
rdfs:subClassOf sioc:Forum .
:Feed a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Feed";
rdfs:subClassOf sioc:Forum .
:ImageGallery a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Image Gallery";
rdfs:subClassOf sioc:Forum .
:Mail a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Mailing List";
rdfs:subClassOf sioc:Forum .
:Poll a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Poll or Survey";
rdfs:subClassOf sioc:Forum .
:Resumes a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Collection of Resumes";
rdfs:subClassOf sioc:Forum .
:Reviews a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Collection of Reviews";
rdfs:subClassOf sioc:Forum .
:SocialNetwork a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Social Network";
rdfs:subClassOf sioc:Forum .
:Weblog a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Weblog";
rdfs:subClassOf sioc:Forum .
:Wiki a rdfs:Class;
rdfs:isDefinedBy :;
rdfs:label "Wiki";
rdfs:subClassOf sioc:Forum .
atom:Entry rdfs:isDefinedBy atom:;
rdfs:subClassOf sioc:Post .
annotation:Annotation rdfs:isDefinedBy annotation:;
rdfs:subClassOf sioc:Post .
annotea:Bookmark rdfs:isDefinedBy annotea:;
rdfs:subClassOf sioc:Post .
calendar:VEVENT rdfs:isDefinedBy calendar:;
rdfs:subClassOf sioc:Post .
exif:IFD rdfs:isDefinedBy exif:;
rdfs:subClassOf sioc:Post .
resume:Resume rdfs:isDefinedBy resume:;
rdfs:subClassOf sioc:Post .
review:Review rdfs:isDefinedBy review:;
rdfs:subClassOf sioc:Post .
#
#END
RDF/XML variant:
<?xml version="1.0" encoding="UTF-8"?>
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:wot="http://xmlns.com/wot/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:atom="http://bblfish.net/work/atom-owl/2006-06-06/
AtomOwl.html#"
xmlns:exif="http://www.w3.org/2003/12/exif/ns/"
xmlns:annotea="http://www.w3.org/2002/01/bookmark#"
xmlns:resume="http://captsolo.net/semweb/resume/cv.rdfs#"
xmlns:review="http://www.isi.edu/webscripter/communityreview/abstract-
review-o#"
xmlns:calendar="http://www.w3.org/2002/12/cal/icaltzd#"
xmlns:annotation="http://www.w3.org/2000/10/annotation-ns#"
>
Communities) core ontology by defining subtypes and subproperties of
SIOC concepts.