Hi Dorian,

ODRL provides you with most of the elements you need.

a) The model: http://www.w3.org/community/odrl/two/model/
b) The vocabulary: http://www.w3.org/ns/odrl/2/

Regards,
Víctor

El 23/01/2014 22:31, dorian taylor escribió:
Hello,

I'm having trouble finding an existing vocabulary for abstract
certifications of (people, organizations).  I can find vocabs for
cryptographic certificates, and some for academic degrees, but I'm
looking to be able to represent things like business licenses and/or
trade certifications (or even say a driver's license or fishing
license).

This is more or less the kind of thing what I want to encode:

<c> a li:Certification;
     li:jurisdiction <j>;
     li:qualification <q>;
     li:issuer <i>;
     li:subject <s>;
     li:proof <p> ;
     dct:identifier "ABC12345";
     dct:valid <v> .

<j> a geo:SpatialThing . # (e.g.), the jurisdiction, either physical or virtual
<q> a skos:Concept .    # whatever it is being licensed
<i> a foaf:Agent .          # the issuing body
<s> a foaf:Agent .         # the entity being licensed
<p> a foaf:Document .   # some evidence (e.g. scan of a license or
issuer confirmation)
<v> a time:Interval .      # if/when the certification expires

Any insights?

Thanks,



--
Víctor Rodríguez-Doncel
D3205 - Ontology Engineering Group (OEG)
Departamento de Inteligencia Artificial
Facultad de Informática
Universidad Politécnica de Madrid

Campus de Montegancedo s/n
Boadilla del Monte-28660 Madrid, Spain
Tel. (+34) 91336 3672
Skype: vroddon3


Reply via email to