Re: BP15- A proposal for Example 15

Hi Ghislain,

Thanks a lot for your example! I liked your proposal and I suggest to
include it in the document. However, I was in doubt if we should use an
existing standard instead of creating a new one. Maybe, your example is
more suitable for BP17: Choose the right formalization level. What do you
think?

Cheers,
Berna

2015-12-08 6:47 GMT-03:00 Ghislain Atemezing <auguste.atemezing@eurecom.fr>:

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


-- 
Bernadette Farias Lóscio
Centro de Informática
Universidade Federal de Pernambuco - UFPE, Brazil
----------------------------------------------------------------------------

Received on Tuesday, 8 December 2015 14:08:42 UTC