- From: Johan De Smedt <johan.de-smedt@tenforce.com>
- Date: Fri, 18 Oct 2013 15:55:00 +0200
- To: <vladimir.alexiev@ontotext.com>, <public-esw-thes@w3.org>
- Cc: "'Stella Dextre Clarke'" <stella@lukehouse.org>
- Message-ID: <034601cecc09$a45b9380$ed12ba80$@tenforce.com>
Hi Vladimir, For fundamentals on owl annotations – see spec: http://www.w3.org/TR/owl2-mapping-to-rdf/ Concerning the example, color used to indicate the correspondences, suppose you have <rdf:Description rdf:about="http://myHost/myThesaurus/collection/myCollectionId"> <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Collection"/> <rdfs:label xml:lang="en">my collection label</rdfs:label> <!--....other stuf ... --> </iso-thes:> Then an annotation can look like this <rdf:Description rdf:nodeID="A0"> <owl:annotatedSource rdf:resource="http://myHost/myThesaurus/collection/myCollectionId"/> <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/> <owl:annotatedTarget xml:lang=”en”>my collection label</owl:annotatedTarget> <dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2013-10-01T06:01:39Z</dct:created> <dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2013-10-01T06:01:39Z</dct:modified> <!-- …other annotations on the statement …--> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Axiom"/> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> </rdf:Description> Kind Regards, Johan De Smedt > -----Original Message----- > From: Vladimir Alexiev [mailto:vladimir.alexiev@ontotext.com] > Sent: Friday, 18 October, 2013 14:59 > To: public-esw-thes@w3.org > Cc: 'Stella Dextre Clarke' > Subject: RE: URI namespace for iso-thes? > > > iso-thes-25964.owl > > Thanks Johan!! > > I think we'll start working with this pretty soon, and will let you know if we find any problems. > > A comment in there says: " > - dct:created > - dct:modified > These can be attached (if needed) to rdfs:label using owl:Axiom annotations" > > Forgive the stupid question, but could you please give a reference, and perhaps a triples example of > this pattern? >
Received on Friday, 18 October 2013 13:55:32 UTC