ceurws / ToolsEswc

Tools and extensions for the SemPub2015 co-located with the Extended Semantic Web Conference 2015
GNU General Public License v3.0
0 stars 0 forks source link

model sections as resources #5

Closed S6savahd closed 8 years ago

S6savahd commented 8 years ago

there should be two links: -from proceeding volumes to the sections and vs.

For example, the section is called as 'full papers' http://ceur-ws.org/Vol-1154/ whereas it is a session the proceeding volume is divided into sections and the sessions for workshops and they correspond to each other. The section resource should have a title property.

P.S., find related vocab for session and ...

S6savahd commented 8 years ago

related vocab for session: swc:SessionEvent

liyakun commented 8 years ago

A current processing result is like follows:

<http://ceur-ws.org/Vol-1/> a ns5:Proceedings ;
    ns5:hasPart <http://ceur-ws.org/Vol-1/#beneventano-et-al-long>,
        <http://ceur-ws.org/Vol-1/#benn-long>,
        <http://ceur-ws.org/Vol-1/#bresciani-long>,
        <http://ceur-ws.org/Vol-1/#buchheit-et-al-long>,
        <http://ceur-ws.org/Vol-1/#buchholz-et-al-long>,
        <http://ceur-ws.org/Vol-1/#guetari-et-al-long>,
        <http://ceur-ws.org/Vol-1/#huber-long>,
        <http://ceur-ws.org/Vol-1/#hustadt-long>,
        <http://ceur-ws.org/Vol-1/#jeusfeld-long>,
        <http://ceur-ws.org/Vol-1/#krdb94-overview>,
        <http://ceur-ws.org/Vol-1/#lenzerini>,
        <http://ceur-ws.org/Vol-1/#norrie-et-al-long>,
        <http://ceur-ws.org/Vol-1/#schild-long>,
        <http://ceur-ws.org/Vol-1/#schmiedel-long>,
        <http://ceur-ws.org/Vol-1/#scholl>,
        <http://ceur-ws.org/Vol-1/#vossen-long> ;
    ns5:hasSession <http://ceur-ws.org/Vol-1/#Introduction>,
        <http://ceur-ws.org/Vol-1/#InvitedTalks>,
        <http://ceur-ws.org/Vol-1/#Session1:Schemadesignfordataandknowledgebases>,
        <http://ceur-ws.org/Vol-1/#Session2:Knowledgerepresentationlanguagesasquerylanguages>,
        <http://ceur-ws.org/Vol-1/#Session3:Techniquesformodelingbusinessdata>,
        <http://ceur-ws.org/Vol-1/#Session4:DatabaseimplementationofKRsystems> ;
    ns4:issued "1995-04-07T00:00:00+00:00"^^xsd:dateTime ;
    ns2:presentedAt <http://ceur-ws.org/Vol-1/#event> ;
    ns1:editor <http://ceur-ws.org/Vol-1/#FranziBaader>,
        <http://ceur-ws.org/Vol-1/#ManfrediA.iJeusfeld>,
        <http://ceur-ws.org/Vol-1/#MartiniBuchheit>,
        <http://ceur-ws.org/Vol-1/#WerneriNutt> .

and for the session part

<http://ceur-ws.org/Vol-1/#Session3:Techniquesformodelingbusinessdata> a ns2:SessionEvent ;
    ns2:partOf <http://ceur-ws.org/Vol-1/> ;
    ns6:title "Session 3: Techniques for modeling business data" .
<http://ceur-ws.org/Vol-1/#Session4:DatabaseimplementationofKRsystems> a ns2:SessionEvent ;
    ns2:partOf <http://ceur-ws.org/Vol-1/> ;
    ns6:title "Session 4: Database implementation of KR systems" .

@S6savahd @clange do you think this is appropriate?

S6savahd commented 8 years ago

Looks Ok.

S6savahd commented 8 years ago

please close the issues that are done.