# Basic data on W3C web site: pointer to other data
#
@prefix : <http://www.w3.org/host-meta#>.
@prefix w3c: <http://www.w3.org/data#>.
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/>.
@prefix s:  <http://www.w3.org/2000/01/rdf-schema#> .


<http://www.w3.org/>
    foaf:primarySubject w3c:W3C;
    dc:title "The W3C Web Site".

#ends
