xy.py
branchstable
changeset 5609 d247e2e06db2
parent 5433 aae37bb56e3b
child 5610 91b0f118328a
equal deleted inserted replaced
5608:f9ab62103ad4 5609:d247e2e06db2
    19 
    19 
    20 """
    20 """
    21 
    21 
    22 from yams import xy
    22 from yams import xy
    23 
    23 
       
    24 xy.register_prefix('http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'rdf')
    24 xy.register_prefix('http://purl.org/dc/elements/1.1/', 'dc')
    25 xy.register_prefix('http://purl.org/dc/elements/1.1/', 'dc')
    25 xy.register_prefix('http://xmlns.com/foaf/0.1/',       'foaf')
    26 xy.register_prefix('http://xmlns.com/foaf/0.1/',       'foaf')
    26 xy.register_prefix('http://usefulinc.com/ns/doap#',    'doap')
    27 xy.register_prefix('http://usefulinc.com/ns/doap#',    'doap')
    27 xy.register_prefix('http://rdfs.org/sioc/ns#',         'sioc')
    28 xy.register_prefix('http://rdfs.org/sioc/ns#',         'sioc')
    28 xy.register_prefix('http://www.w3.org/2002/07/owl#',   'owl')
    29 xy.register_prefix('http://www.w3.org/2002/07/owl#',   'owl')