Welcome, Guest! Log In | Create Account

Sample configuration

From bio2rdf

Jump to: navigation, search
<http://localhost/profile:localexample> a <http://bio2rdf.org/ns/profile:Profile> ;
	<http://bio2rdf.org/ns/profile:Title> "Example local profile" ;
	<http://bio2rdf.org/ns/profile:order> "50"^^<http://www.w3.org/2001/XMLSchema#int> ;
	<http://bio2rdf.org/ns/profile:allowImplicitQueryInclusions> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/profile:allowImplicitProviderInclusions> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/profile:allowImplicitRdfRuleInclusions> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/profile:defaultProfileIncludeExcludeOrder> <http://bio2rdf.org/ns/profile:excludeThenInclude> ;
	<http://bio2rdf.org/ns/profile:excludesProvider> <http://bio2rdf.org/provider:quebecpdb> ;
	<http://bio2rdf.org/ns/profile:includesProvider> <http://localhost/provider:localpdb> ;
	<http://bio2rdf.org/ns/profile:includesQuery> <http://localhost/query:isapdbtype> .

<http://localhost/provider:localpdb> a <http://bio2rdf.org/ns/provider:Provider> ;
	<http://bio2rdf.org/ns/provider:Title> "" ;
	<http://bio2rdf.org/ns/provider:resolutionStrategy> <http://bio2rdf.org/ns/provider:proxy> ;
	<http://bio2rdf.org/ns/provider:resolutionMethod> <http://bio2rdf.org/ns/provider:httppostsparql> ;
	<http://bio2rdf.org/ns/provider:requiresGraphUri> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/provider:graphUri> "" ;
	<http://bio2rdf.org/ns/provider:isDefaultSource> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/profile:profileIncludeExcludeOrder> <http://bio2rdf.org/ns/profile:excludeThenInclude> ;
	<http://bio2rdf.org/ns/provider:endpointUrl> "http://pdb.bio2rdf.org/sparql" ;
	<http://bio2rdf.org/ns/provider:handlesNamespace> <http://bio2rdf.org/ns:pdb> ;
	<http://bio2rdf.org/ns/provider:includedInQuery> <http://bio2rdf.org/query:construct>, <http://bio2rdf.org/query:linkstonamespace> ,
           <http://bio2rdf.org/query:links> , <http://bio2rdf.org/query:linksns> , <http://bio2rdf.org/query:index> ,
           <http://bio2rdf.org/query:countlinks> , <http://bio2rdf.org/query:countlinksns> , <http://bio2rdf.org/query:counttriples> ,
           <http://bio2rdf.org/query:typens> , <http://bio2rdf.org/query:namespaceuricount> ,
           <http://bio2rdf.org/query:namespacecount> , <http://bio2rdf.org/query:search> , <http://bio2rdf.org/query:searchns> ,
           <http://bio2rdf.org/query:proteinlinks> , <http://localhost/query:isapdbtype> ;
	<http://bio2rdf.org/ns/provider:needsRdfNormalisation> <http://bio2rdf.org/rdfrule:ontologyhashtocolon> .

<http://localhost/query:isapdbtype> a <http://bio2rdf.org/ns/query:Query> ;
	<http://bio2rdf.org/ns/query:title> "isapdbtype" ;
	<http://bio2rdf.org/ns/query:handleAllNamespaces> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/query:isNamespaceSpecific> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/query:namespaceToHandle> <http://bio2rdf.org/ns:pdb> ;
	<http://bio2rdf.org/ns/query:namespaceMatchMethod> <http://bio2rdf.org/ns/query:namespaceMatchAny> ;
	<http://bio2rdf.org/ns/query:includeDefaults> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/query:inputRegex> "^isa/(.+)" ;
	<http://bio2rdf.org/ns/query:templateString> "CONSTRUCT { ?s ?p ?o . } WHERE { ${graphStart} ?s <http://bio2rdf.org/ns/bio2rdf#isA> \"${ntriplesEncoded_input_1}\" . ?s ?p ?o . ${graphEnd}  } ${limit} ${sparqlOffset}" ;
	<http://bio2rdf.org/ns/query:queryUriTemplateString> "${defaultHostAddress}isa/${input_1}" ;
	<http://bio2rdf.org/ns/query:standardUriTemplateString> "${defaultHostAddress}isa/${input_1}" ;
	<http://bio2rdf.org/ns/query:outputRdfXmlString> "" ;
	<http://bio2rdf.org/ns/query:inRobotsTxt> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
	<http://bio2rdf.org/ns/profile:profileIncludeExcludeOrder> <http://bio2rdf.org/ns/profile:includeThenExclude> ;
	<http://bio2rdf.org/ns/query:hasPublicIdentifierIndex> "0"^^<http://www.w3.org/2001/XMLSchema#int> ;
	<http://bio2rdf.org/ns/query:hasNamespaceInputIndex> "0"^^<http://www.w3.org/2001/XMLSchema#int> .