John, Uldis,
That sounds great! Before it was at http://rdfs.org/resume-rdf/
However, it is fine to put it at: http://rdfs.org/resume-rdf/ns
Also, there were two RDF files as noted on the above site. Copying from
there, it shows:
http://purl.org/captsolo/resume-rdf/0.2/cv# - ResumeRDF ontology
http://purl.org/captsolo/resume-rdf/0.2/base# - base taxonomy containing
possible values for ResumeRDF properties
Yes, I am glad to help. It would be great to align this with FOAF. In
particular, it would be great to be able to say that cv:Person
skos:equivalentClass foaf:Person. That way one can link their foaf profile
with their CV. Also, it would be good to have a way to list Publications,
which currently doesn't exist in the resume ontology.
I'm jumping ahead to what is in the next email, so I can work with the
ontology/vocab but I don't know, can anyone publish on rdfs.org? I mean can
I upload any of my work to that domain? Maybe it should be reviewed first
before any work I do replaces the ontology on http://rdfs.org/resume-rdf
Also, I was trying to use Drupal and the schema.org classes and properties
(schema.org being the microcode and schema developed for the search
engines). I don't know how hard it would be to get the schema.org
developers to add a schema for resumes/CV. Only a few of the resume
properties are supported with schema:Peson. But there might be a few
properties that are equivalent to the properties in the resume-rdf ontology.
Thanks Bob!! I had thought that I had received the file as an attachment - the RDF version of the ontology, from Uldis or John but I couldn't find it. I had recently lost some email in changing programs.
Anyway, I can host it, if needed.
It is interesting that there are two links, base and cv. But the prefixes used throughout are cv.
Anyway, I am working on implementing this in Drupal. I have had clients want to show their CV online. They actually didn't know what an ontology is or what RDF or RDFa is but that's another story. I wanted to get feedback from others that use this. If one were hand coding an RDFa based CV document using this ontology, that is not so difficult. It is easy enough to designate sections of a document as representing different Classes. If one wants to create more than one CV document, as in many documents, a CMS helps. So, in Drupal which supports RDFa out of the box, one could have one large content type named CV
OR
One can have content types for different parts of the CV (other CMS may use different terms than the Drupal Content type, but hopefully you get the idea).
Drupal also has a module (extension) for creating field collections. The only problem is that there is no way to designate that the field collection for describing a cv:Skill has a type of cv:Skill. It just relates everything back to the type of this content which is cv:CV. The problem then becomes, if we create an entry for cv:Skill, with cv:skillName, <http://rdfs.org/resume-rdf/#term_skillName> cv:skillLevel <http://rdfs.org/resume-rdf/#term_skillLevel> , cv:skillLastUsed, <http://rdfs.org/resume-rdf/#term_skillLastUsed> cv:skillYearsExperience <http://rdfs.org/resume-rdf/#term_skillYearsExperience> more than one person might have the same skill, e.g. PHP.
So, I'm a bit stumped as to what is needed. I guess, since OWL allows a resource to be both a property and a Class one can create a corresponding content type for skills. But that still models things wrong. When the page is parsed the cv:skillName will be seen as a property of the cv:CV which isn't correct, is it?
Bruce
On Saturday, February 9, 2013 6:51:55 AM UTC-5, Bob Ferris wrote:
Hi guys,
I was wondering whether the Resume Ontology isn't somewhere available in
a Semantic Web cache. At the beginning, I tried lod.openlinksw.com <http://lod.openlinksw.com> and
linkeddata.uriburner.com <http://linkeddata.uriburner.com> - without any luck. Fortunately, via the (dead)
schemapedia.com <http://schemapedia.com> , I came across sindice, which holds a copy of the Resume
Ontology. Here are the links:
1. Sindice search:
http://sindice.com/search?q=resume%20rdf&nq=&fq=ontology%3Aresume
2. Cached version of http://purl.org/captsolo/resume-rdf/0.2/base:
http://sindice.com/search/page?url=http%3A%2F%2Fpurl.org%2Fcaptsolo%2Fresume-rdf%2F0.2%2Fbase&q=resume%20rdf&fq=ontology%3Aresume
3. Cached version of http://captsolo.net/semweb/resume/0.2/base.rdf :
http://sindice.com/search/page?url=http%3A%2F%2Fcaptsolo.net%2Fsemweb%2Fresume%2F0.2%2Fbase.rdf&q=resume%20rdf&fq=ontology%3Aresume
4. Cached version of http://captsolo.net/semweb/resume/base.rdfs :
http://sindice.com/search/page?url=http%3A%2F%2Fcaptsolo.net%2Fsemweb%2Fresume%2Fbase.rdfs&q=resume%20rdf&fq=ontology%3Aresume
2. - 4. should contain the same content.
Cheers,
Bo
PS: Thse cached files should also be downloadable via sindice ;)
On 2/8/2013 8:02 PM, Nick Buccleugh wrote:
> Hi Uldis, John,
>
> I would also be interested in the Resume/CV ontology file. I've reviewed
> the documentation and looks like something that I could really use.
>
> Do you know when the links will be updated on rdfs.org <http://rdfs.org> and can you post
> in this group when it is complete?
>
> Thanks so much!
>
> Nick

John, Uldis and others,
I seem to recall a message to the effect that work is needed on these. Does anyone see any benefits to doing things like:
1) add statement that says cv:Person skos:equivalentClass foaf:Person
2) Possibly inverse functional properties would help in aligning vocabularies. For example, I can use cv:hasSkill but if I was describing a skill there is no way to say that this skill with these properties are skills of a particular cv:Person.
Also, one thing presents some modeling challenges. If one were going to create a system for storing many CVs, more than one person is going to have a given skill. However, each person will have different property values. As a simple example, one does not want to incorrectly connect skill PHP with 5 years experience and skill level of 4 with a person who actually is more of a newbie .
Any thoughts?
Thanks,
Bruce
--
Hi,
I was trying to find these files this morning and after some searching came upon this thread. Could someone please update the page at http://rdfs.org/resume-rdf/? Right now this is what is presented for the namespace URIs:
The XML Namespace URIs that MUST be used by implementations of this specification is:
- http://purl.org/captsolo/resume-rdf/0.2/cv# - ResumeRDF ontology
As first discussed at the beginning of this thread, these URIs don't resolve to anything, and unfortunately all references to this RDF point to these outdated links as well. Can the rdfs.org site be updated and the archived rdf files be copied over?
- http://purl.org/captsolo/resume-rdf/0.2/base# - base taxonomy containing possible values for ResumeRDF properties
Thanks,
Paul
On Tuesday, February 12, 2013 5:44:59 PM UTC-5, John Breslin wrote:
Okay -
Can you check if the files at:
http://rdfs.org/resume-rdf/cv.rdfs
http://rdfs.org/resume-rdf/base.rdfs
are okay?
Thanks!
John
On 12/02/2013 22:36, "John Breslin" <john.b...@nuigalway.ie <http://john.b...@nuigalway.ie> > wrote:
Hi all -
I got a copy too – let me try and get it on rdfs.org/resume-rdf <http://rdfs.org/resume-rdf> ASAP.
John
On 12/02/2013 00:28, "Bruce Whealton" <br...@futurewaveonline.com <http://br...@futurewaveonline.com> > wrote:
Thanks Bob!! I had thought that I had received the file as an attachment - the RDF version of the ontology, from Uldis or John but I couldn't find it. I had recently lost some email in changing programs.
Anyway, I can host it, if needed.
It is interesting that there are two links, base and cv. But the prefixes used throughout are cv.
Anyway, I am working on implementing this in Drupal. I have had clients want to show their CV online. They actually didn't know what an ontology is or what RDF or RDFa is but that's another story. I wanted to get feedback from others that use this. If one were hand coding an RDFa based CV document using this ontology, that is not so difficult. It is easy enough to designate sections of a document as representing different Classes. If one wants to create more than one CV document, as in many documents, a CMS helps. So, in Drupal which supports RDFa out of the box, one could have one large content type named CV
OR
One can have content types for different parts of the CV (other CMS may use different terms than the Drupal Content type, but hopefully you get the idea).
Drupal also has a module (extension) for creating field collections. The only problem is that there is no way to designate that the field collection for describing a cv:Skill has a type of cv:Skill. It just relates everything back to the type of this content which is cv:CV. The problem then becomes, if we create an entry for cv:Skill, with cv:skillName, <http://rdfs.org/resume-rdf/#term_skillName> cv:skillLevel <http://rdfs.org/resume-rdf/#term_skillLevel> , cv:skillLastUsed, <http://rdfs.org/resume-rdf/#term_skillLastUsed> cv:skillYearsExperience <http://rdfs.org/resume-rdf/#term_skillYearsExperience> more than one person might have the same skill, e.g. PHP.
So, I'm a bit stumped as to what is needed. I guess, since OWL allows a resource to be both a property and a Class one can create a corresponding content type for skills. But that still models things wrong. When the page is parsed the cv:skillName will be seen as a property of the cv:CV which isn't correct, is it?
Bruce
On Saturday, February 9, 2013 6:51:55 AM UTC-5, Bob Ferris wrote:
Hi guys,
I was wondering whether the Resume Ontology isn't somewhere available in
a Semantic Web cache. At the beginning, I tried lod.openlinksw.com <http://lod.openlinksw.com> <http://lod.openlinksw.com> and
linkeddata.uriburner.com <http://linkeddata.uriburner.com> <http://linkeddata.uriburner.com> - without any luck. Fortunately, via the (dead)
schemapedia.com <http://schemapedia.com> <http://schemapedia.com> , I came across sindice, which holds a copy of the Resume
Ontology. Here are the links:
1. Sindice search:
http://sindice.com/search?q=resume%20rdf&nq=&fq=ontology%3Aresume
2. Cached version of http://purl.org/captsolo/resume-rdf/0.2/base:
http://sindice.com/search/page?url=http%3A%2F%2Fpurl.org%2Fcaptsolo%2Fresume-rdf%2F0.2%2Fbase&q=resume%20rdf&fq=ontology%3Aresume
3. Cached version of http://captsolo.net/semweb/resume/0.2/base.rdf :
http://sindice.com/search/page?url=http%3A%2F%2Fcaptsolo.net%2Fsemweb%2Fresume%2F0.2%2Fbase.rdf&q=resume%20rdf&fq=ontology%3Aresume
4. Cached version of http://captsolo.net/semweb/resume/base.rdfs :
http://sindice.com/search/page?url=http%3A%2F%2Fcaptsolo.net%2Fsemweb%2Fresume%2Fbase.rdfs&q=resume%20rdf&fq=ontology%3Aresume
2. - 4. should contain the same content.
Cheers,
Bo
PS: Thse cached files should also be downloadable via sindice ;)
On 2/8/2013 8:02 PM, Nick Buccleugh wrote:
> Hi Uldis, John,
>
> I would also be interested in the Resume/CV ontology file. I've reviewed
> the documentation and looks like something that I could really use.
>
> Do you know when the links will be updated on rdfs.org <http://rdfs.org> <http://rdfs.org> and can you post
> in this group when it is complete?
>
> Thanks so much!
>
> Nick
--
John Breslin http://johnbreslin.org http://linkd.in/johnbreslin
Lecturer, Electronic Engineering, NUI Galway http://www.eee.nuigalway.ie
Researcher, Social Software and Semantic Web, DERI http://www.deri.ie
--
John Breslin http://johnbreslin.org http://linkd.in/johnbreslin
Lecturer, Electronic Engineering, NUI Galway http://www.eee.nuigalway.ie
Researcher, Social Software and Semantic Web, DERI http://www.deri.ie
--
You received this message because you are subscribed to a topic in the Google Groups "SIOC-Dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sioc-dev/I4LZuR5gn_0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sioc-dev+u...@googlegroups.com.
To post to this group, send email to sioc...@googlegroups.com.
Visit this group at http://groups.google.com/group/sioc-dev.
--
You received this message because you are subscribed to a topic in the Google Groups "SIOC-Dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sioc-dev/I4LZuR5gn_0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sioc-dev+u...@googlegroups.com.
To post to this group, send email to sioc...@googlegroups.com.
Visit this group at http://groups.google.com/group/sioc-dev.
For more options, visit https://groups.google.com/groups/opt_out.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
It seems that the link is not working again. The link for the cv/resume ontology. I went to
http://rdfs.org/ and then saw http://rdfs.org/resume-rdf/ and it took me to the site that has links to http://purl.org/captsolo/resume-rdf/0.2/cv# - ResumeRDF ontology
which doesn't bring up anything.
I was trying to use this with Drupal, also. Unfortunately, there is a problem with the rdfx module. I've installed that on about 4 different hosting environments and none
of them recognize the ARC2 library that is required. So, Drupal lets you add external vocabularies which is great and very important to have that flexibility. I just wonder
how effective it is without ARC2 being recognized. That's off topic for this group, I know.
It's pretty amazing that the semantic web is not mainstream by now. HTML5 is and it isn't even a W3 recommendation yet.
Anyway, it would be good to have a vocabulary definition file for the resume/cv ontology.
Thanks,
Bruce
On Friday, January 25, 2013 2:25:48 PM UTC-5, Bruce Whealton wrote:
--
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sioc-dev+u...@googlegroups.com.
To post to this group, send email to sioc...@googlegroups.com.
Visit this group at http://groups.google.com/group/sioc-dev.
For more options, visit https://groups.google.com/groups/opt_out.

It seems that the link is not working again. The link for the cv/resume ontology. I went to
http://rdfs.org/ and then saw http://rdfs.org/resume-rdf/ and it took me to the site that has links to http://purl.org/captsolo/resume-rdf/0.2/cv# - ResumeRDF ontology
which doesn't bring up anything.
I was trying to use this with Drupal, also. Unfortunately, there is a problem with the rdfx module. I've installed that on about 4 different hosting environments and none
of them recognize the ARC2 library that is required. So, Drupal lets you add external vocabularies which is great and very important to have that flexibility. I just wonder
how effective it is without ARC2 being recognized. That's off topic for this group, I know.
It's pretty amazing that the semantic web is not mainstream by now. HTML5 is and it isn't even a W3 recommendation yet.
Anyway, it would be good to have a vocabulary definition file for the resume/cv ontology.
Thanks,
Bruce
On Friday, January 25, 2013 2:25:48 PM UTC-5, Bruce Whealton wrote:
--
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sioc-dev+u...@googlegroups.com.
To post to this group, send email to sioc...@googlegroups.com.
Visit this group at http://groups.google.com/group/sioc-dev.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "SIOC-Dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sioc-dev/I4LZuR5gn_0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sioc-dev+u...@googlegroups.com.