Sha256: 48524717d970ce65641dd6cd8abad097078c33dd3e763056c832b266eafb05bc

Contents?: true

Size: 1 KB

Versions: 13

Compression:

Stored size: 1 KB

Contents

@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix joseki: <http://joseki.org/2002/11/configuration#> .

## Server configuration

<http://server/deck>
    a   joseki:AttachedModel ;
    joseki:attachedModel        <file:deck.n3> ;
    joseki:hasQueryOperation    joseki:BindingRDQL ;
    joseki:hasQueryOperation    joseki:BindingGET ;
    joseki:hasQueryOperation    joseki:BindingSPO ;
    # Allow query over POST
    joseki:hasOperation         joseki:BindingQueryModel ;
    joseki:hasOperation         joseki:BindingOptions ;
    joseki:hasQueryOperation
        [ a   joseki:QueryLanguageBinding ;
          joseki:queryOperationName "fetch" ; 
          joseki:queryOperation
          [ joseki:className
                "org.joseki.server.processors.QueryProcessorFetch" ;
          ]
        ] ;
    joseki:isImmutable			"true" ;
    rdfs:comment "Deck of cards" ;
    .

# Local Variables:
# tab-width: 4
# indent-tabs-mode: nil
# End:

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rdf_context-0.5.11 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.10 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.9.1 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.9 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.8.2 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.8.1 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.7 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.6 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.5 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.3 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.2 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.1 test/n3_tests/rdflib/n3-writer-teset-26.n3
rdf_context-0.5.0 test/n3_tests/rdflib/n3-writer-teset-26.n3