master/ldif/examples/music/full/ImportJobs/MusicBrainzSPARQLImport_Label.xml

User picture

Commiter: Andrea Matteini

Author: Andrea Matteini

Revision: 67000aced3


File Size: 685 Bytes

(November 03, 2011 09:39 UTC) 7 months ago

Update music use case

 
Show/hide line numbers
<?xml version="1.0" encoding="utf-8"?>
<importJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www4.wiwiss.fu-berlin.de/ldif/ ../../xsd/ImportJob.xsd"
            xmlns="http://www4.wiwiss.fu-berlin.de/ldif/">
    <internalId>musicbrainz.1</internalId>
    <dataSource>MusicBrainz_Talis</dataSource>
    <refreshSchedule>onStartup</refreshSchedule>
    <sparqlImportJob>
        <endpointLocation>http://api.talis.com/stores/musicbrainz/services/sparql</endpointLocation>
        <sparqlPatterns>
            <pattern>?s a &lt;http://purl.org/ontology/mo/Label&gt;</pattern>
        </sparqlPatterns>
    </sparqlImportJob>
</importJob>