Rabu, 11 Mei 2011

Semantic Brochure

So, I see this:


So, it's my duty to make the semantic version of it. So, here it is:

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.dhl.com/example.rdf#company> a gr:BusinessEntity ;
gr:legalName "DHL" ;
foaf:depiction <http://www.dhl.com/img/meta/dhl_logo.gif> ;
gr:hasPOS <http://www.dhl.com/example.rdf#store1> .
<http://www.dhl.com/example.rdf#store1> a gr:LocationOfSalesOrServiceProvisioning ;
gr:name "DHL Service Point Pancoran" ;
vcard:adr
[ a vcard:Address ;
vcard:country-name "Indonesia" ;
vcard:locality "Jakarta Selatan" ;
vcard:postal-code "12780" ;
vcard:street-address "Siemens Business Park, Building F, Jl. MT. Haryono Kav. 52-53"
] ;
vcard:tel "021-79178606".
view raw DHL.ttl hosted with ❤ by GitHub

Tidak ada komentar:

Posting Komentar