BP15- A proposal for Example 15

Hi all,

Having a look at the current doc [1] (version of 2015/12/02), I’ve seen there is missing an example for BP15 [2]. 
I’ve decided to make a proposal for Example 15. 
I’ve taken the case of types of road to follow the context of buses and timetables in BP13 and BP14. 

###################Example 15 starts here ##############################################################
Alice found a flat list of codes for types of road in a PDF file from there country’s mapping agency. She decides to make them discoverable and reusable by machines.

:schemeRoad a skos:ConceptScheme;     # A scheme for the list
       rdfs:label "type of road"@en .

:Autoroute a skos:Concept ;
         skos:inScheme :schemeRoad ;
         skos:prefLabel "motorway"@en, "autoroute"@fr .
:SecondaryRoad a skos:Concept ;
         skos:inScheme :schemeRoad ;
         skos:prefLabel "secondary road"@en , "route secondaire"@fr .
:BicyclePath a skos:Concept ;
         skos:inScheme :schemeRoad ;
         skos:prefLabel "bicycle path"@en, "piste cyclable"@fr  .
:MainRoad a skos:Concept ;
         skos:inScheme :schemeRoad ;
         skos:prefLabel "main road"@en, "route nationale"@fr .
:GravelRoad a skos:Concept ;
       skos:inScheme :schemeRoad ;
       skos:prefLabel "gravel road"@en, "route empierrée"@fr .

###################End  example 15 ##############################################################

 I am not sure if its fits our need here. That’s why it is a proposal anyway :) 
 Let me know if I can improve it or just drop it :)
 

Best,
Ghislain

[1] http://w3c.github.io/dwbp/bp.html <http://w3c.github.io/dwbp/bp.html> 
[2] http://w3c.github.io/dwbp/bp.html#MetadataStandardized <http://w3c.github.io/dwbp/bp.html#MetadataStandardized> 
---------------------------------------
Ghislain A. Atemezing, Ph.D
Mail: ghislain.atemezing@gmail.com
Web: http://www.atemezing.org <http://www.atemezing.org/>
Twitter: @gatemezing
About Me: https://about.me/ghislain.atemezing <https://about.me/ghislain.atemezing>

Received on Tuesday, 8 December 2015 09:48:16 UTC