├── .editorconfig ├── .gitattributes ├── .gitignore ├── GraphSPARQL.csproj ├── GraphSPARQL.sln ├── LICENSE.txt ├── Properties └── launchSettings.json ├── README.md ├── benchmark ├── execution_and_results │ ├── GraphSPARQL │ │ ├── queries.graphql │ │ ├── query1-round1.json │ │ ├── query1-round2.json │ │ ├── query1-round3.json │ │ ├── query1-round4.json │ │ ├── query1-round5.json │ │ ├── query2-round1.json │ │ ├── query2-round2.json │ │ ├── query2-round3.json │ │ ├── query2-round4.json │ │ ├── query2-round5.json │ │ ├── query3-round1.json │ │ ├── query3-round2.json │ │ ├── query3-round3.json │ │ ├── query3-round4.json │ │ ├── query3-round5.json │ │ ├── stderr.log │ │ └── stdout.log │ ├── HyperGraphQL │ │ ├── queries.graphql │ │ ├── query1-round1.json │ │ ├── query1-round2.json │ │ ├── query1-round3.json │ │ ├── query1-round4.json │ │ ├── query1-round5.json │ │ ├── query2-round1.json │ │ ├── query2-round2.json │ │ ├── query2-round3.json │ │ ├── query2-round4.json │ │ ├── query2-round5.json │ │ ├── stderr.log │ │ └── stdout.log │ ├── benchmarking.sh │ ├── queries.dat │ ├── queries_level1.dat │ ├── queries_level2.dat │ ├── queries_level3.dat │ ├── queries_level4.dat │ ├── results │ │ ├── GraphSPARQL_queries_level1.csv │ │ ├── GraphSPARQL_queries_level2.csv │ │ ├── GraphSPARQL_queries_level3.csv │ │ ├── GraphSPARQL_queries_level4.csv │ │ ├── HyperGraphQL_queries_level1.csv │ │ ├── HyperGraphQL_queries_level2.csv │ │ ├── HyperGraphQL_queries_level3.csv │ │ ├── HyperGraphQL_queries_level4.csv │ │ ├── stardog_queries_level1.csv │ │ ├── stardog_queries_level2.csv │ │ ├── stardog_queries_level3.csv │ │ └── stardog_queries_level4.csv │ └── stardog │ │ ├── queries.graphql │ │ ├── query1-round1.json │ │ ├── query1-round2.json │ │ ├── query1-round3.json │ │ ├── query1-round4.json │ │ ├── query1-round5.json │ │ ├── query2-round1.json │ │ ├── query2-round2.json │ │ ├── query2-round3.json │ │ ├── query2-round4.json │ │ ├── query2-round5.json │ │ ├── stderr.log │ │ └── stdout.log └── setup │ ├── GraphSPARQL │ ├── config.json │ └── schema-test.graphql │ ├── HyperGraphQL │ ├── config.json │ ├── hypergraphql-2.0.0-exe.jar │ └── schema.graphql │ └── dataset │ └── salzburgerland.rdf ├── doc ├── GraphSPARQL.xml ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-Domain.md ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-JsonInitialize().md ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-Password.md ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-UseDefault.md ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-UserName.md ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-op_ImplicitSystem-Net-NetworkCredential(UIBK-GraphSPARQL-Configuration-CredentialsConfiguration).md ├── UIBK-GraphSPARQL-Configuration-CredentialsConfiguration.md ├── UIBK-GraphSPARQL-Configuration-JsonElement-HasSchema.md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonElement().md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonElement(UIBK-GraphSPARQL-Types-Schema-).md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonError(string).md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonInitialize().md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace().md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace-T-(System-Nullable-T-).md ├── UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace-T-(T-).md ├── UIBK-GraphSPARQL-Configuration-JsonElement-Schema.md ├── UIBK-GraphSPARQL-Configuration-JsonElement.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-Deserialize(Newtonsoft-Json-Linq-JToken_System-Type).md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-Error(string).md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-FileName.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-LineNumber.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-LinePosition.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-Path.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-Populate(Newtonsoft-Json-Linq-JToken_object).md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-T--Value.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace-T-.md ├── UIBK-GraphSPARQL-Configuration-JsonTrace.md ├── UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Aliases.md ├── UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--JsonInitialize().md ├── UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--KnownTypesDictionary.md ├── UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Provider.md ├── UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Settings.md ├── UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T-.md ├── UIBK-GraphSPARQL-Configuration-ProxyConfiguration-Address.md ├── UIBK-GraphSPARQL-Configuration-ProxyConfiguration-Credentials.md ├── UIBK-GraphSPARQL-Configuration-ProxyConfiguration.md ├── UIBK-GraphSPARQL-Configuration.md ├── UIBK-GraphSPARQL-DataSource-DataSourceContext-AddUpdateCommand(UIBK-GraphSPARQL-DataSource-SparqlDataSource_VDS-RDF-Update-SparqlUpdateCommand).md ├── UIBK-GraphSPARQL-DataSource-DataSourceContext-DeleteData(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-Query-Predicate_VDS-RDF-INode).md ├── UIBK-GraphSPARQL-DataSource-DataSourceContext-InsertData(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-Query-Predicate_VDS-RDF-INode).md ├── UIBK-GraphSPARQL-DataSource-DataSourceContext-QueryData.md ├── UIBK-GraphSPARQL-DataSource-DataSourceContext.md ├── UIBK-GraphSPARQL-DataSource-IDataSourceProvider-CreateQueryProcessor().md ├── UIBK-GraphSPARQL-DataSource-IDataSourceProvider-CreateUpdateProcessor().md ├── UIBK-GraphSPARQL-DataSource-IDataSourceProvider.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource-DefaultGraphUri.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource-DefaultNamespaceUri.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource-Name.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource-Prefixes.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource-QueryProcessor.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource-UpdateProcessor.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSource.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection-Default.md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection-TryGetByName(string_UIBK-GraphSPARQL-DataSource-SparqlDataSource-).md ├── UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection.md ├── UIBK-GraphSPARQL-DataSource.md ├── UIBK-GraphSPARQL-Iri-Iri(System-Uri).md ├── UIBK-GraphSPARQL-Iri-Iri(UIBK-GraphSPARQL-Iri_string).md ├── UIBK-GraphSPARQL-Iri-Iri(string).md ├── UIBK-GraphSPARQL-Iri.md ├── UIBK-GraphSPARQL-Query-Filter-Container.md ├── UIBK-GraphSPARQL-Query-Filter-Expression.md ├── UIBK-GraphSPARQL-Query-Filter-Filter(UIBK-GraphSPARQL-Types-SchemaType-_UIBK-GraphSPARQL-Types-SchemaContainer-_VDS-RDF-Query-Expressions-ISparqlExpression).md ├── UIBK-GraphSPARQL-Query-Filter-ParentType.md ├── UIBK-GraphSPARQL-Query-Filter.md ├── UIBK-GraphSPARQL-Query-Instance-Iri.md ├── UIBK-GraphSPARQL-Query-Instance-Parent.md ├── UIBK-GraphSPARQL-Query-Instance-Type.md ├── UIBK-GraphSPARQL-Query-Instance.md ├── UIBK-GraphSPARQL-Query-Predicate-DataSource.md ├── UIBK-GraphSPARQL-Query-Predicate-Filter.md ├── UIBK-GraphSPARQL-Query-Predicate-GraphIri.md ├── UIBK-GraphSPARQL-Query-Predicate-Inversed.md ├── UIBK-GraphSPARQL-Query-Predicate-Iri.md ├── UIBK-GraphSPARQL-Query-Predicate-Predicate(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource_UIBK-GraphSPARQL-Iri-_bool_UIBK-GraphSPARQL-Query-Filter-).md ├── UIBK-GraphSPARQL-Query-Predicate-Predicate(UIBK-GraphSPARQL-Query-Predicate_UIBK-GraphSPARQL-Query-Filter).md ├── UIBK-GraphSPARQL-Query-Predicate.md ├── UIBK-GraphSPARQL-Query-Request-IncludeTypeInfo.md ├── UIBK-GraphSPARQL-Query-Request-Predicate.md ├── UIBK-GraphSPARQL-Query-Request-Request(UIBK-GraphSPARQL-Iri-_UIBK-GraphSPARQL-Query-Predicate_bool).md ├── UIBK-GraphSPARQL-Query-Request-Subject.md ├── UIBK-GraphSPARQL-Query-Request.md ├── UIBK-GraphSPARQL-Query-Response-Object.md ├── UIBK-GraphSPARQL-Query-Response-Response(VDS-RDF-INode_System-Collections-Generic-IEnumerable-UIBK-GraphSPARQL-Iri-).md ├── UIBK-GraphSPARQL-Query-Response-Types.md ├── UIBK-GraphSPARQL-Query-Response.md ├── UIBK-GraphSPARQL-Query.md ├── UIBK-GraphSPARQL-Types-ISchemaProvider-FillSchema(UIBK-GraphSPARQL-Types-Schema).md ├── UIBK-GraphSPARQL-Types-ISchemaProvider.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-AllowDeclaration.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-HarvestError(string).md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-Harvester.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-Iri.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-IsDataType.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForFields.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForInterfaces.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForTypes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-Namespace.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement-Node.md ├── UIBK-GraphSPARQL-Types-Providers-RdfElement.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-AnyInterfaceName.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-ClassNodes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DataTypeNodes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DataTypePropertyNodes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DomainNodes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Graph.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Harvest().md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Location.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Namespaces.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Properties.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-PropertyNodes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-RangeNodes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Schema.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-SubClassOf.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-SubPropertyOf.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Type.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Types.md ├── UIBK-GraphSPARQL-Types-Providers-RdfHarvester.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-DataSource.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludePropertiesWithoutDomain.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludePropertiesWithoutRange.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludeUnusedClasses.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludeUnusedDataTypes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-GraphUri.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeClasses.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeDataTypes.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeProperties.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-Prefix.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterCreate.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterQuery.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterUpdate.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-Uri.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace-UseInterfaceIfPossible.md ├── UIBK-GraphSPARQL-Types-Providers-RdfNamespace.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty-AllowDeclaration.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty-BaseProperties.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty-Domains.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty-IsDataType.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty-NameForRanges.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty-Ranges.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProperty.md ├── UIBK-GraphSPARQL-Types-Providers-RdfProvider-FillSchema(UIBK-GraphSPARQL-Types-Schema).md ├── UIBK-GraphSPARQL-Types-Providers-RdfProvider.md ├── UIBK-GraphSPARQL-Types-Providers-RdfType-AllowDeclaration.md ├── UIBK-GraphSPARQL-Types-Providers-RdfType-BaseClasses.md ├── UIBK-GraphSPARQL-Types-Providers-RdfType-IsDataType.md ├── UIBK-GraphSPARQL-Types-Providers-RdfType.md ├── UIBK-GraphSPARQL-Types-Providers.md ├── UIBK-GraphSPARQL-Types-Schema-BuiltinScalars.md ├── UIBK-GraphSPARQL-Types-Schema-Configure(string).md ├── UIBK-GraphSPARQL-Types-Schema-CreateEnum(string_UIBK-GraphSPARQL-Iri).md ├── UIBK-GraphSPARQL-Types-Schema-CreateInterface(string).md ├── UIBK-GraphSPARQL-Types-Schema-CreateScalar(string).md ├── UIBK-GraphSPARQL-Types-Schema-CreateType(string_UIBK-GraphSPARQL-Iri).md ├── UIBK-GraphSPARQL-Types-Schema-CreateUnion(string).md ├── UIBK-GraphSPARQL-Types-Schema-DataSources.md ├── UIBK-GraphSPARQL-Types-Schema-Elements.md ├── UIBK-GraphSPARQL-Types-Schema-Enums.md ├── UIBK-GraphSPARQL-Types-Schema-Interfaces.md ├── UIBK-GraphSPARQL-Types-Schema-Mutation.md ├── UIBK-GraphSPARQL-Types-Schema-Query.md ├── UIBK-GraphSPARQL-Types-Schema-Scalars.md ├── UIBK-GraphSPARQL-Types-Schema-ToJson(Newtonsoft-Json-JsonWriter).md ├── UIBK-GraphSPARQL-Types-Schema-ToJson(System-IO-TextWriter).md ├── UIBK-GraphSPARQL-Types-Schema-TryGetElement(string_UIBK-GraphSPARQL-Types-SchemaTypeElement-).md ├── UIBK-GraphSPARQL-Types-Schema-TryGetElement-T-(string_T-).md ├── UIBK-GraphSPARQL-Types-Schema-Types.md ├── UIBK-GraphSPARQL-Types-Schema-Unions.md ├── UIBK-GraphSPARQL-Types-Schema.md ├── UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaInterface_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md ├── UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaType_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md ├── UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaUnion_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md ├── UIBK-GraphSPARQL-Types-SchemaContainer-ContainsField(string).md ├── UIBK-GraphSPARQL-Types-SchemaContainer-FieldCount.md ├── UIBK-GraphSPARQL-Types-SchemaContainer-Fields.md ├── UIBK-GraphSPARQL-Types-SchemaContainer-JsonInitialize().md ├── UIBK-GraphSPARQL-Types-SchemaContainer-LinkedContainers.md ├── UIBK-GraphSPARQL-Types-SchemaContainer-T--QueryType.md ├── UIBK-GraphSPARQL-Types-SchemaContainer-T-.md ├── UIBK-GraphSPARQL-Types-SchemaContainer-TryGetField(string_UIBK-GraphSPARQL-Types-SchemaField-).md ├── UIBK-GraphSPARQL-Types-SchemaContainer.md ├── UIBK-GraphSPARQL-Types-SchemaCustomScalar-AddDataType(UIBK-GraphSPARQL-Iri).md ├── UIBK-GraphSPARQL-Types-SchemaCustomScalar-DataTypeIris.md ├── UIBK-GraphSPARQL-Types-SchemaCustomScalar.md ├── UIBK-GraphSPARQL-Types-SchemaElement-Name.md ├── UIBK-GraphSPARQL-Types-SchemaElement-ToString().md ├── UIBK-GraphSPARQL-Types-SchemaElement.md ├── UIBK-GraphSPARQL-Types-SchemaEnum-AddValue(string_string).md ├── UIBK-GraphSPARQL-Types-SchemaEnum-DataTypeIri.md ├── UIBK-GraphSPARQL-Types-SchemaEnum-ToString().md ├── UIBK-GraphSPARQL-Types-SchemaEnum-TryGetValue(string_string-).md ├── UIBK-GraphSPARQL-Types-SchemaEnum-TryGetValueName(string_string-).md ├── UIBK-GraphSPARQL-Types-SchemaEnum-ValueNames.md ├── UIBK-GraphSPARQL-Types-SchemaEnum-Values.md ├── UIBK-GraphSPARQL-Types-SchemaEnum.md ├── UIBK-GraphSPARQL-Types-SchemaField-DataSource.md ├── UIBK-GraphSPARQL-Types-SchemaField-Filter.md ├── UIBK-GraphSPARQL-Types-SchemaField-GraphUri.md ├── UIBK-GraphSPARQL-Types-SchemaField-IsArray.md ├── UIBK-GraphSPARQL-Types-SchemaField-IsRequired.md ├── UIBK-GraphSPARQL-Types-SchemaField-JsonInitialize().md ├── UIBK-GraphSPARQL-Types-SchemaField-PredicateIri.md ├── UIBK-GraphSPARQL-Types-SchemaField-ToString().md ├── UIBK-GraphSPARQL-Types-SchemaField-Type.md ├── UIBK-GraphSPARQL-Types-SchemaField.md ├── UIBK-GraphSPARQL-Types-SchemaFieldType.md ├── UIBK-GraphSPARQL-Types-SchemaInterface-LinkedContainers.md ├── UIBK-GraphSPARQL-Types-SchemaInterface.md ├── UIBK-GraphSPARQL-Types-SchemaMutation-AddCreateField(string_UIBK-GraphSPARQL-Types-SchemaType_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_string-).md ├── UIBK-GraphSPARQL-Types-SchemaMutation.md ├── UIBK-GraphSPARQL-Types-SchemaObjectContainer-T--AddField(string_UIBK-GraphSPARQL-Types-SchemaScalar_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md ├── UIBK-GraphSPARQL-Types-SchemaObjectContainer-T-.md ├── UIBK-GraphSPARQL-Types-SchemaQuery.md ├── UIBK-GraphSPARQL-Types-SchemaRootContainer-Name.md ├── UIBK-GraphSPARQL-Types-SchemaRootContainer.md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Boolean(UIBK-GraphSPARQL-Iri-_string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Date(UIBK-GraphSPARQL-Iri-_string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-DateTime(UIBK-GraphSPARQL-Iri-_string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Duration(UIBK-GraphSPARQL-Iri-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Float(UIBK-GraphSPARQL-Iri-_string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Id().md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Int(UIBK-GraphSPARQL-Iri-_string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-IriDataTypeIri.md ├── UIBK-GraphSPARQL-Types-SchemaScalar-LangStringDataTypeIri.md ├── UIBK-GraphSPARQL-Types-SchemaScalar-LanguageString(string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-PlainLiteralDataTypeIri.md ├── UIBK-GraphSPARQL-Types-SchemaScalar-String(UIBK-GraphSPARQL-Iri-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar-Time(UIBK-GraphSPARQL-Iri-_string-).md ├── UIBK-GraphSPARQL-Types-SchemaScalar.md ├── UIBK-GraphSPARQL-Types-SchemaType-AddInterface(UIBK-GraphSPARQL-Types-SchemaInterface).md ├── UIBK-GraphSPARQL-Types-SchemaType-ClassIri.md ├── UIBK-GraphSPARQL-Types-SchemaType-Interfaces.md ├── UIBK-GraphSPARQL-Types-SchemaType-JsonInitialize().md ├── UIBK-GraphSPARQL-Types-SchemaType-MutationType.md ├── UIBK-GraphSPARQL-Types-SchemaType-NonNullMutationType.md ├── UIBK-GraphSPARQL-Types-SchemaType-ToString().md ├── UIBK-GraphSPARQL-Types-SchemaType-TryGetInterface(string_UIBK-GraphSPARQL-Types-SchemaInterface-).md ├── UIBK-GraphSPARQL-Types-SchemaType.md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement-JsonInitialize().md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement-ListQueryType.md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement-MergeTarget.md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement-NonNullListQueryType.md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement-NonNullQueryType.md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement-QueryType.md ├── UIBK-GraphSPARQL-Types-SchemaTypeElement.md ├── UIBK-GraphSPARQL-Types-SchemaTypedScalar.md ├── UIBK-GraphSPARQL-Types-SchemaUnion-AddType(UIBK-GraphSPARQL-Types-SchemaType).md ├── UIBK-GraphSPARQL-Types-SchemaUnion-QueryType.md ├── UIBK-GraphSPARQL-Types-SchemaUnion-TryGetType(string_UIBK-GraphSPARQL-Types-SchemaType-).md ├── UIBK-GraphSPARQL-Types-SchemaUnion-Types.md ├── UIBK-GraphSPARQL-Types-SchemaUnion.md ├── UIBK-GraphSPARQL-Types.md ├── UIBK-GraphSPARQL.md └── index.md ├── example ├── config-sample1.json ├── config.json ├── dbpedia.owl └── sample1.json └── src ├── Configuration ├── Configuration.cs ├── Json.cs └── Providers.cs ├── DataSource ├── Context.cs ├── DataSource.cs └── Providers │ └── Remote.cs ├── Helpers.cs ├── Program.cs ├── Query ├── Fields.cs └── Query.cs ├── Startup.cs └── Types ├── Containers.cs ├── Element.cs ├── Field.cs ├── Object.cs ├── Providers ├── GraphQL.cs ├── Inline.cs ├── Json.cs └── Rdf.cs ├── Scalars.cs └── Schema.cs /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.cs diff=csharp 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/.gitignore -------------------------------------------------------------------------------- /GraphSPARQL.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/GraphSPARQL.csproj -------------------------------------------------------------------------------- /GraphSPARQL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/GraphSPARQL.sln -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/Properties/launchSettings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/README.md -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/queries.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/queries.graphql -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query1-round1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query1-round1.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query1-round2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query1-round2.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query1-round3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query1-round3.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query1-round4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query1-round4.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query1-round5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query1-round5.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query2-round1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query2-round1.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query2-round2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query2-round2.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query2-round3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query2-round3.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query2-round4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query2-round4.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query2-round5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query2-round5.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query3-round1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query3-round1.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query3-round2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query3-round2.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query3-round3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query3-round3.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query3-round4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query3-round4.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/query3-round5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/query3-round5.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/stderr.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/GraphSPARQL/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/GraphSPARQL/stdout.log -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/queries.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/queries.graphql -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query1-round1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query1-round1.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query1-round2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query1-round2.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query1-round3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query1-round3.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query1-round4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query1-round4.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query1-round5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query1-round5.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query2-round1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query2-round1.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query2-round2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query2-round2.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query2-round3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query2-round3.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query2-round4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query2-round4.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/query2-round5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/query2-round5.json -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/stderr.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/stderr.log -------------------------------------------------------------------------------- /benchmark/execution_and_results/HyperGraphQL/stdout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/HyperGraphQL/stdout.log -------------------------------------------------------------------------------- /benchmark/execution_and_results/benchmarking.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/benchmarking.sh -------------------------------------------------------------------------------- /benchmark/execution_and_results/queries.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/queries.dat -------------------------------------------------------------------------------- /benchmark/execution_and_results/queries_level1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/queries_level1.dat -------------------------------------------------------------------------------- /benchmark/execution_and_results/queries_level2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/queries_level2.dat -------------------------------------------------------------------------------- /benchmark/execution_and_results/queries_level3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/queries_level3.dat -------------------------------------------------------------------------------- /benchmark/execution_and_results/queries_level4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/queries_level4.dat -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/GraphSPARQL_queries_level1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/GraphSPARQL_queries_level1.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/GraphSPARQL_queries_level2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/GraphSPARQL_queries_level2.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/GraphSPARQL_queries_level3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/GraphSPARQL_queries_level3.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/GraphSPARQL_queries_level4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/GraphSPARQL_queries_level4.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/HyperGraphQL_queries_level1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/HyperGraphQL_queries_level1.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/HyperGraphQL_queries_level2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/HyperGraphQL_queries_level2.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/HyperGraphQL_queries_level3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/HyperGraphQL_queries_level3.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/HyperGraphQL_queries_level4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/HyperGraphQL_queries_level4.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/stardog_queries_level1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/stardog_queries_level1.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/stardog_queries_level2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/stardog_queries_level2.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/stardog_queries_level3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/stardog_queries_level3.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/results/stardog_queries_level4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/results/stardog_queries_level4.csv -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/queries.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/execution_and_results/stardog/queries.graphql -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query1-round1.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query1-round2.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query1-round3.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query1-round4.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query1-round5.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query2-round1.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query2-round2.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query2-round3.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query2-round4.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/query2-round5.json: -------------------------------------------------------------------------------- 1 | Not Found (HTTP status 404) 2 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/stderr.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benchmark/execution_and_results/stardog/stdout.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benchmark/setup/GraphSPARQL/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/setup/GraphSPARQL/config.json -------------------------------------------------------------------------------- /benchmark/setup/GraphSPARQL/schema-test.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/setup/GraphSPARQL/schema-test.graphql -------------------------------------------------------------------------------- /benchmark/setup/HyperGraphQL/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/setup/HyperGraphQL/config.json -------------------------------------------------------------------------------- /benchmark/setup/HyperGraphQL/hypergraphql-2.0.0-exe.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/setup/HyperGraphQL/hypergraphql-2.0.0-exe.jar -------------------------------------------------------------------------------- /benchmark/setup/HyperGraphQL/schema.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/setup/HyperGraphQL/schema.graphql -------------------------------------------------------------------------------- /benchmark/setup/dataset/salzburgerland.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/benchmark/setup/dataset/salzburgerland.rdf -------------------------------------------------------------------------------- /doc/GraphSPARQL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/GraphSPARQL.xml -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-Domain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-Domain.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-Password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-Password.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-UseDefault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-UseDefault.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-UserName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-UserName.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-op_ImplicitSystem-Net-NetworkCredential(UIBK-GraphSPARQL-Configuration-CredentialsConfiguration).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration-op_ImplicitSystem-Net-NetworkCredential(UIBK-GraphSPARQL-Configuration-CredentialsConfiguration).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-CredentialsConfiguration.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-HasSchema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-HasSchema.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonElement().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonElement().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonElement(UIBK-GraphSPARQL-Types-Schema-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonElement(UIBK-GraphSPARQL-Types-Schema-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonError(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonError(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace-T-(System-Nullable-T-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace-T-(System-Nullable-T-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace-T-(T-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-JsonTrace-T-(T-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement-Schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement-Schema.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonElement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonElement.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Deserialize(Newtonsoft-Json-Linq-JToken_System-Type).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Deserialize(Newtonsoft-Json-Linq-JToken_System-Type).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Error(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Error(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-FileName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-FileName.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-LineNumber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-LineNumber.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-LinePosition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-LinePosition.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Path.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Populate(Newtonsoft-Json-Linq-JToken_object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-Populate(Newtonsoft-Json-Linq-JToken_object).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-T--Value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-T--Value.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace-T-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace-T-.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-JsonTrace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-JsonTrace.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Aliases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Aliases.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--KnownTypesDictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--KnownTypesDictionary.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Provider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Provider.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T--Settings.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProviderConfiguration-T-.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProxyConfiguration-Address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProxyConfiguration-Address.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProxyConfiguration-Credentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProxyConfiguration-Credentials.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration-ProxyConfiguration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration-ProxyConfiguration.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Configuration.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-AddUpdateCommand(UIBK-GraphSPARQL-DataSource-SparqlDataSource_VDS-RDF-Update-SparqlUpdateCommand).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-AddUpdateCommand(UIBK-GraphSPARQL-DataSource-SparqlDataSource_VDS-RDF-Update-SparqlUpdateCommand).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-DeleteData(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-Query-Predicate_VDS-RDF-INode).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-DeleteData(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-Query-Predicate_VDS-RDF-INode).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-InsertData(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-Query-Predicate_VDS-RDF-INode).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-InsertData(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-Query-Predicate_VDS-RDF-INode).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-QueryData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-DataSourceContext-QueryData.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-DataSourceContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-DataSourceContext.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-IDataSourceProvider-CreateQueryProcessor().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-IDataSourceProvider-CreateQueryProcessor().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-IDataSourceProvider-CreateUpdateProcessor().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-IDataSourceProvider-CreateUpdateProcessor().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-IDataSourceProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-IDataSourceProvider.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-DefaultGraphUri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-DefaultGraphUri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-DefaultNamespaceUri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-DefaultNamespaceUri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-Name.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-Prefixes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-Prefixes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-QueryProcessor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-QueryProcessor.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-UpdateProcessor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource-UpdateProcessor.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSource.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection-Default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection-Default.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection-TryGetByName(string_UIBK-GraphSPARQL-DataSource-SparqlDataSource-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection-TryGetByName(string_UIBK-GraphSPARQL-DataSource-SparqlDataSource-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource-SparqlDataSourceCollection.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-DataSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-DataSource.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Iri-Iri(System-Uri).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Iri-Iri(System-Uri).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Iri-Iri(UIBK-GraphSPARQL-Iri_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Iri-Iri(UIBK-GraphSPARQL-Iri_string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Iri-Iri(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Iri-Iri(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Iri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Iri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Filter-Container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Filter-Container.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Filter-Expression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Filter-Expression.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Filter-Filter(UIBK-GraphSPARQL-Types-SchemaType-_UIBK-GraphSPARQL-Types-SchemaContainer-_VDS-RDF-Query-Expressions-ISparqlExpression).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Filter-Filter(UIBK-GraphSPARQL-Types-SchemaType-_UIBK-GraphSPARQL-Types-SchemaContainer-_VDS-RDF-Query-Expressions-ISparqlExpression).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Filter-ParentType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Filter-ParentType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Filter.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Instance-Iri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Instance-Iri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Instance-Parent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Instance-Parent.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Instance-Type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Instance-Type.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Instance.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-DataSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-DataSource.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-Filter.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-GraphIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-GraphIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-Inversed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-Inversed.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-Iri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-Iri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-Predicate(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource_UIBK-GraphSPARQL-Iri-_bool_UIBK-GraphSPARQL-Query-Filter-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-Predicate(UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource_UIBK-GraphSPARQL-Iri-_bool_UIBK-GraphSPARQL-Query-Filter-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate-Predicate(UIBK-GraphSPARQL-Query-Predicate_UIBK-GraphSPARQL-Query-Filter).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate-Predicate(UIBK-GraphSPARQL-Query-Predicate_UIBK-GraphSPARQL-Query-Filter).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Predicate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Predicate.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Request-IncludeTypeInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Request-IncludeTypeInfo.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Request-Predicate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Request-Predicate.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Request-Request(UIBK-GraphSPARQL-Iri-_UIBK-GraphSPARQL-Query-Predicate_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Request-Request(UIBK-GraphSPARQL-Iri-_UIBK-GraphSPARQL-Query-Predicate_bool).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Request-Subject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Request-Subject.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Request.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Response-Object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Response-Object.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Response-Response(VDS-RDF-INode_System-Collections-Generic-IEnumerable-UIBK-GraphSPARQL-Iri-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Response-Response(VDS-RDF-INode_System-Collections-Generic-IEnumerable-UIBK-GraphSPARQL-Iri-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Response-Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Response-Types.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query-Response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query-Response.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Query.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-ISchemaProvider-FillSchema(UIBK-GraphSPARQL-Types-Schema).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-ISchemaProvider-FillSchema(UIBK-GraphSPARQL-Types-Schema).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-ISchemaProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-ISchemaProvider.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-AllowDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-AllowDeclaration.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-HarvestError(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-HarvestError(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Harvester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Harvester.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Iri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Iri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-IsDataType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-IsDataType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForFields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForFields.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForInterfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForInterfaces.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-NameForTypes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Namespace.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement-Node.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfElement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfElement.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-AnyInterfaceName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-AnyInterfaceName.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-ClassNodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-ClassNodes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DataTypeNodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DataTypeNodes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DataTypePropertyNodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DataTypePropertyNodes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DomainNodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-DomainNodes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Graph.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Harvest().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Harvest().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Location.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Namespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Namespaces.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Properties.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-PropertyNodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-PropertyNodes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-RangeNodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-RangeNodes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Schema.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-SubClassOf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-SubClassOf.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-SubPropertyOf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-SubPropertyOf.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Type.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester-Types.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfHarvester.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-DataSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-DataSource.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludePropertiesWithoutDomain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludePropertiesWithoutDomain.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludePropertiesWithoutRange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludePropertiesWithoutRange.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludeUnusedClasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludeUnusedClasses.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludeUnusedDataTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-ExcludeUnusedDataTypes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-GraphUri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-GraphUri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeClasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeClasses.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeDataTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeDataTypes.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeProperties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-IncludeProperties.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-Prefix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-Prefix.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterCreate.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterQuery.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-RegisterUpdate.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-Uri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-Uri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-UseInterfaceIfPossible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace-UseInterfaceIfPossible.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfNamespace.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-AllowDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-AllowDeclaration.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-BaseProperties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-BaseProperties.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-Domains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-Domains.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-IsDataType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-IsDataType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-NameForRanges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-NameForRanges.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-Ranges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty-Ranges.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProperty.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProvider-FillSchema(UIBK-GraphSPARQL-Types-Schema).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProvider-FillSchema(UIBK-GraphSPARQL-Types-Schema).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfProvider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfProvider.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfType-AllowDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfType-AllowDeclaration.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfType-BaseClasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfType-BaseClasses.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfType-IsDataType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfType-IsDataType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers-RdfType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers-RdfType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Providers.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-BuiltinScalars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-BuiltinScalars.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Configure(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Configure(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-CreateEnum(string_UIBK-GraphSPARQL-Iri).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-CreateEnum(string_UIBK-GraphSPARQL-Iri).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-CreateInterface(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-CreateInterface(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-CreateScalar(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-CreateScalar(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-CreateType(string_UIBK-GraphSPARQL-Iri).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-CreateType(string_UIBK-GraphSPARQL-Iri).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-CreateUnion(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-CreateUnion(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-DataSources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-DataSources.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Elements.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Enums.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Enums.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Interfaces.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Mutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Mutation.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Query.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Scalars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Scalars.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-ToJson(Newtonsoft-Json-JsonWriter).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-ToJson(Newtonsoft-Json-JsonWriter).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-ToJson(System-IO-TextWriter).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-ToJson(System-IO-TextWriter).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-TryGetElement(string_UIBK-GraphSPARQL-Types-SchemaTypeElement-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-TryGetElement(string_UIBK-GraphSPARQL-Types-SchemaTypeElement-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-TryGetElement-T-(string_T-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-TryGetElement-T-(string_T-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Types.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema-Unions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema-Unions.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-Schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-Schema.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaInterface_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaInterface_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaType_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaType_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaUnion_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-AddField(string_UIBK-GraphSPARQL-Types-SchemaUnion_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-ContainsField(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-ContainsField(string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-FieldCount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-FieldCount.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-Fields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-Fields.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-LinkedContainers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-LinkedContainers.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-T--QueryType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-T--QueryType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-T-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-T-.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer-TryGetField(string_UIBK-GraphSPARQL-Types-SchemaField-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer-TryGetField(string_UIBK-GraphSPARQL-Types-SchemaField-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaContainer.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaCustomScalar-AddDataType(UIBK-GraphSPARQL-Iri).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaCustomScalar-AddDataType(UIBK-GraphSPARQL-Iri).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaCustomScalar-DataTypeIris.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaCustomScalar-DataTypeIris.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaCustomScalar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaCustomScalar.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaElement-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaElement-Name.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaElement-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaElement-ToString().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaElement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaElement.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-AddValue(string_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-AddValue(string_string).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-DataTypeIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-DataTypeIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-ToString().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-TryGetValue(string_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-TryGetValue(string_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-TryGetValueName(string_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-TryGetValueName(string_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-ValueNames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-ValueNames.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum-Values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum-Values.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaEnum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaEnum.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-DataSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-DataSource.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-Filter.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-GraphUri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-GraphUri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-IsArray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-IsArray.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-IsRequired.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-IsRequired.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-PredicateIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-PredicateIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-ToString().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField-Type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField-Type.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaField.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaField.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaFieldType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaFieldType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaInterface-LinkedContainers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaInterface-LinkedContainers.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaInterface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaInterface.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaMutation-AddCreateField(string_UIBK-GraphSPARQL-Types-SchemaType_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaMutation-AddCreateField(string_UIBK-GraphSPARQL-Types-SchemaType_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaMutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaMutation.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaObjectContainer-T--AddField(string_UIBK-GraphSPARQL-Types-SchemaScalar_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaObjectContainer-T--AddField(string_UIBK-GraphSPARQL-Types-SchemaScalar_UIBK-GraphSPARQL-Iri_UIBK-GraphSPARQL-DataSource-SparqlDataSource-_System-Uri-_bool_bool_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaObjectContainer-T-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaObjectContainer-T-.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaQuery.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaRootContainer-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaRootContainer-Name.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaRootContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaRootContainer.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Boolean(UIBK-GraphSPARQL-Iri-_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Boolean(UIBK-GraphSPARQL-Iri-_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Date(UIBK-GraphSPARQL-Iri-_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Date(UIBK-GraphSPARQL-Iri-_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-DateTime(UIBK-GraphSPARQL-Iri-_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-DateTime(UIBK-GraphSPARQL-Iri-_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Duration(UIBK-GraphSPARQL-Iri-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Duration(UIBK-GraphSPARQL-Iri-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Float(UIBK-GraphSPARQL-Iri-_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Float(UIBK-GraphSPARQL-Iri-_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Id().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Id().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Int(UIBK-GraphSPARQL-Iri-_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Int(UIBK-GraphSPARQL-Iri-_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-IriDataTypeIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-IriDataTypeIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-LangStringDataTypeIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-LangStringDataTypeIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-LanguageString(string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-LanguageString(string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-PlainLiteralDataTypeIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-PlainLiteralDataTypeIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-String(UIBK-GraphSPARQL-Iri-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-String(UIBK-GraphSPARQL-Iri-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar-Time(UIBK-GraphSPARQL-Iri-_string-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar-Time(UIBK-GraphSPARQL-Iri-_string-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaScalar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaScalar.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-AddInterface(UIBK-GraphSPARQL-Types-SchemaInterface).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-AddInterface(UIBK-GraphSPARQL-Types-SchemaInterface).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-ClassIri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-ClassIri.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-Interfaces.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-MutationType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-MutationType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-NonNullMutationType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-NonNullMutationType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-ToString().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType-TryGetInterface(string_UIBK-GraphSPARQL-Types-SchemaInterface-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType-TryGetInterface(string_UIBK-GraphSPARQL-Types-SchemaInterface-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-JsonInitialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-JsonInitialize().md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-ListQueryType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-ListQueryType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-MergeTarget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-MergeTarget.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-NonNullListQueryType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-NonNullListQueryType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-NonNullQueryType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-NonNullQueryType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-QueryType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement-QueryType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypeElement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypeElement.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaTypedScalar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaTypedScalar.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaUnion-AddType(UIBK-GraphSPARQL-Types-SchemaType).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaUnion-AddType(UIBK-GraphSPARQL-Types-SchemaType).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaUnion-QueryType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaUnion-QueryType.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaUnion-TryGetType(string_UIBK-GraphSPARQL-Types-SchemaType-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaUnion-TryGetType(string_UIBK-GraphSPARQL-Types-SchemaType-).md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaUnion-Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaUnion-Types.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types-SchemaUnion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types-SchemaUnion.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL-Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL-Types.md -------------------------------------------------------------------------------- /doc/UIBK-GraphSPARQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/UIBK-GraphSPARQL.md -------------------------------------------------------------------------------- /doc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/doc/index.md -------------------------------------------------------------------------------- /example/config-sample1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/example/config-sample1.json -------------------------------------------------------------------------------- /example/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/example/config.json -------------------------------------------------------------------------------- /example/dbpedia.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/example/dbpedia.owl -------------------------------------------------------------------------------- /example/sample1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/example/sample1.json -------------------------------------------------------------------------------- /src/Configuration/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Configuration/Configuration.cs -------------------------------------------------------------------------------- /src/Configuration/Json.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Configuration/Json.cs -------------------------------------------------------------------------------- /src/Configuration/Providers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Configuration/Providers.cs -------------------------------------------------------------------------------- /src/DataSource/Context.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/DataSource/Context.cs -------------------------------------------------------------------------------- /src/DataSource/DataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/DataSource/DataSource.cs -------------------------------------------------------------------------------- /src/DataSource/Providers/Remote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/DataSource/Providers/Remote.cs -------------------------------------------------------------------------------- /src/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Helpers.cs -------------------------------------------------------------------------------- /src/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Program.cs -------------------------------------------------------------------------------- /src/Query/Fields.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Query/Fields.cs -------------------------------------------------------------------------------- /src/Query/Query.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Query/Query.cs -------------------------------------------------------------------------------- /src/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Startup.cs -------------------------------------------------------------------------------- /src/Types/Containers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Containers.cs -------------------------------------------------------------------------------- /src/Types/Element.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Element.cs -------------------------------------------------------------------------------- /src/Types/Field.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Field.cs -------------------------------------------------------------------------------- /src/Types/Object.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Object.cs -------------------------------------------------------------------------------- /src/Types/Providers/GraphQL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Providers/GraphQL.cs -------------------------------------------------------------------------------- /src/Types/Providers/Inline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Providers/Inline.cs -------------------------------------------------------------------------------- /src/Types/Providers/Json.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Providers/Json.cs -------------------------------------------------------------------------------- /src/Types/Providers/Rdf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Providers/Rdf.cs -------------------------------------------------------------------------------- /src/Types/Scalars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Scalars.cs -------------------------------------------------------------------------------- /src/Types/Schema.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meitinger/GraphSPARQL/HEAD/src/Types/Schema.cs --------------------------------------------------------------------------------