hyperlink - Difference between rdf:seeAlso and rdfs:seeAlso -
what difference between rdf:seealso
, rdfs:seealso
?
when can use rdf:seealso
, when can use rdfs:seealso
?
can examples?
first, note rdf
, rdfs
prefixes commonly used reference rdf syntax , rdf schema vocabularies respectively. rdf
typically used http://www.w3.org/1999/02/22-rdf-syntax-ns#, rdf:seealso
expand http://www.w3.org/1999/02/22-rdf-syntax-ns#seealso. however, if follow vocabulary reference, won't find term defined seealso
. rdf syntax used basic types such rdf:type, rdf:xmlliteral, , rdf:langstring. rdf schema vocabulary typically bound rdfs
prefix, , @ http://www.w3.org/2000/01/rdf-schema#. used define terms useful in performing simple reasoning on rdf graphs, such rdfs:subclassof
, rdfs:domain
, , rdfs:range
.
in reality, terms defined between 2 vocabularies end being in arbitrary locations, , on retrospect, there should have been single vocabulary definition , more understood location (such http://www.w3.org/ns/rdf#), late now.
why use rdfs:seealso
unclear. description says "further information subject resource.", there's rules defined how use it. in linked data, can used says, , hypothetical linked data client might dereference iri values of rdfs:seealso
find out more information might useful.
you can find out more in rdf concepts document , other publications of rdf working group.
Comments
Post a Comment