Publishing university linked data with LMF

10 views
Skip to first unread message

Alex Donnini

unread,
Aug 23, 2013, 5:19:05 AM8/23/13
to lmf-...@googlegroups.com
Hello I'm publishing Linked Data for University of Roma Tor Vergata. I'm going to import organization data with the attached file.  Triple from file seems not completely imported also if the file is validated by using protege. If you access http://opendata.ccd.uniroma2.it/LMF/resource/nodo_0 you can see organization root properties and if you compare them with the file some properties are missing, like vcard and tvo attributes.
Do you have any suggestion?
Next step is to publish also dataset files as resouces and to set search APIs.
Thanks 
Alessandra (Alex) Donnini

organigramma.rdf

Sergio Fernández

unread,
Aug 23, 2013, 7:32:12 AM8/23/13
to lmf-...@googlegroups.com, Alex Donnini
Hi Alex,

you are mixing datatype and object properties... syntactically could be
valid, right, but probably has a different meaning than what you want.

For instance, you have something like:

<rdf:Description
rdf:about="http://opendata.ccd.uniroma2.it/LMF/resource/nodo_0">
<rdf:type rdf:resource="org:FormalOrganization" />
<org:classification
rdf:datatype="xsd:anyURI">http://opendata.ccd.uniroma2.it/LMF/resource/TipoNodo_1</org:classification>
</rdf:Description>

Where you probably want something like:

<org:FormalOrganization
rdf:about="http://opendata.ccd.uniroma2.it/LMF/resource/nodo_0">
<org:classification
rdf:resource="http://opendata.ccd.uniroma2.it/LMF/resource/TipoNodo_1" />
</org:FormalOrganization>

You can visualize the graph using the RDF Validator, for example:

http://www.w3.org/RDF/Validator/

I'd strongly recommend you to take a look to the RDF/XML syntax if you
are going to edit manually such kind of data:

http://www.w3.org/TR/rdf-syntax-grammar/

Hope this helps.

Cheers,
--
Sergio Fern�ndez
Salzburg Research
+43 662 2288 318
Jakob-Haringer Strasse 5/II
A-5020 Salzburg (Austria)
http://www.salzburgresearch.at

Alex Donnini

unread,
Aug 23, 2013, 10:36:55 AM8/23/13
to lmf-...@googlegroups.com, Alex Donnini
Hi Sergio thanks a lot, I studied, understood and I'm going ahead, as you can see from target :)
The dataset/graphs/context are not yet ready, I 'm studing a way to publish linked open data by using LMF and as I told you the next step is to publish dataset files in various formats with the digital library functionalities available in LMF/Marmotta.
Alex
Sergio Fern�ndez
Reply all
Reply to author
Forward
0 new messages