where is the skos:definition and how to insert it?

28 views
Skip to first unread message

jacky....@gmail.com

unread,
Nov 29, 2013, 4:58:30 AM11/29/13
to skos...@googlegroups.com
Hi,

I've created a skos ontology using protege 4.0 and skosEd, I would like to associate definitions to my terms, but I did not find skos data property to insert it
so I've created my proper definition through the use of other property assertion: the rdf/xml graph is as follow:
<owl:Thing rdf:about="#Zoology">
        <rdf:type rdf:resource="&skos;Concept"/>
        <skos:altLabel xml:lang="en">animal biology</skos:altLabel>
        <definition xml:lang="en"
            >the branch of biology that studies animals</definition>
        <skos:altLabel xml:lang="en"
            >zoological science</skos:altLabel>
        <skos:prefLabel xml:lang="en">zoology</skos:prefLabel>
        <skos:broader rdf:resource="#Biology"/>
        <skos:inScheme rdf:resource="#ScientificDisciplines"/>
    </owl:Thing>

now, when I want to create sparql queries to extract definition for each terms, I do not know how, because definition is not a property of skos as showed in the code!!!!

2-  I want to associate to each term a specific field called for example IPAddress (if we consider that each scientific discipline is an organisation)(not a skos property), 
so, I will encounter the same problem, this new property is not a skos, we can not exctract information concerning IPAddress via sparql queries.


I hope that you will understand me...

Thanks for any response.

Steve Richard

unread,
Dec 2, 2013, 4:26:23 PM12/2/13
to skos...@googlegroups.com

skos:definition is an annotation property, subPropertyOf skos:note (rdf:type owl:AnnotationProperty, rdf:Property),

 

 

 

Stephen M Richard

Arizona Geological Survey

416 W. Congress  #100

Tucson, AZ

AZGS: 520-770-3500

Office: 520-209-4127

FAX: 520-770-3505

 

--
You received this message because you are subscribed to the Google Groups "skos-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skos-dev+u...@googlegroups.com.
To post to this group, send email to skos...@googlegroups.com.
Visit this group at http://groups.google.com/group/skos-dev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages