I have created a SKOS concept. This is working fine. Now I want to annotate my concept with some additional information and implement a link to a VIAF authority ID, namely, http://viaf.org/viaf/136631587.
<skos:Concept rdf:about="localhost/Hollywood">
<skos:prefLabel>Hollywood</skos:prefLabel>
<skos:altLabel>American studio</skos:altLabel>
<skos:inScheme rdf:resource="localhost/thesaurus"/>
<skos:broader rdf:resource="localhost/Film"/>
</skos:Concept>
The question is: which Element from the SKOS reference should I use, and how? Is this a working example?
<skos:exactMatch rdf:resource="http://viaf.org/viaf/136631587"/>