<http://ldf.fi/fibra/ulanCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX luc: <http://www.ontotext.com/owlim/lucene#>\n  PREFIX gvp: <http://vocab.getty.edu/ontology#>\n  PREFIX aat: <http://vocab.getty.edu/aat/>\n  PREFIX tgn: <http://vocab.getty.edu/tgn/>\n  SELECT ?groupId ?groupLabel ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel {\n  {\n  SELECT ?id ?matchedLabel {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  ?id luc:term ?query .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://vocab.getty.edu/ontology#PersonConcept>, <http://vocab.getty.edu/ontology#GroupConcept>))\n  ?id rdfs:label ?matchedLabel .\n  } LIMIT <LIMIT>\n  } UNION {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  ?id luc:term ?query .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://vocab.getty.edu/ontology#PersonConcept>, <http://vocab.getty.edu/ontology#GroupConcept>))\n  ?id rdfs:label ?matchedLabel .\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  }\n  ?id skos:inScheme ulan: .\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  ?id a ?groupId .\n  ?groupId rdfs:label ?groupLabel .\n  {\n  ?id gvp:prefLabelGVP [xl:literalForm ?prefLabel] .\n  } UNION {\n  ?id skos:exactMatch|skos:closeMatch ?sameAs .\n  }\n  }" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  SELECT (?groupId AS ?class) ?classLabel ?instances {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://vocab.getty.edu/ontology#PersonConcept>, <http://vocab.getty.edu/ontology#GroupConcept>))\n  }\n  GROUP BY ?groupId\n  }\n  ?groupId rdfs:label ?classLabel .\n  }\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX gvp: <http://vocab.getty.edu/ontology#>\n  SELECT ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  ?property rdfs:label ?propertyLabel .\n  ?object gvp:prefLabelGVP [xl:literalForm ?objectLabel] .\n  }" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/GettyRI> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <http://ldf.fi/corsproxy/vocab.getty.edu/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Getty Union List of Artist Names"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.getty.edu/research/tools/vocabularies/ulan/index.html> .

<http://ldf.fi/fibra/viafCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX text: <http://jena.apache.org/text#>\nPREFIX pf: <http://jena.hpl.hp.com/ARQ/property#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX simf: <http://ldf.fi/similarity-functions#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX emlos: <http://emlo.bodleian.ox.ac.uk/schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX ps: <http://ldf.fi/procope-schema#>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?ifpWikipediaPage {\n  {\n  SELECT ?id (SAMPLE(?matchedLabels) AS ?matchedLabel) ?score {\n    {\n  SELECT ?id ?matchedLabels (SUM(?s)/COUNT(?s) AS ?sc) ?score {\n    {\n    SELECT ?id (MAX(?sc) AS ?maxsc) ?score {\n      SELECT ?id (SUM(?s)/COUNT(?s) AS ?sc) ?score {\n    {\n      SELECT ?id (MAX(?sc) AS ?score) {\n      BIND(REPLACE(REPLACE(REPLACE(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\/\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\\\\\])\",\"\\\\\\\\$1\"),\"^ +| +$\", \"\"),\", *\",\" \"),\"\\\\. \",\"* \") AS ?escapedQuery)\n      BIND(CONCAT(\"(\",?escapedQuery,\") OR (\",REPLACE(?escapedQuery,\"([^*]) +\",\"$1~ \"),\"~)\") AS ?queryTerm)\n      (?id ?sc) text:query ?queryTerm .\n      }\n      GROUP BY ?id\n      ORDER BY DESC(?score)\n      LIMIT 30\n    }\n    ?id skos:prefLabel|skos:altLabel ?matchedLabel .\n    ?str pf:strSplit (<QUERY> \" \")\n    BIND(sf:levenshteinSubstring(?str,STR(?matchedLabel)) AS ?s)\n      }\n      GROUP BY ?id ?matchedLabel ?score\n    } GROUP BY ?id ?score\n    }\n    ?id skos:prefLabel|skos:altLabel ?matchedLabels .\n    ?str pf:strSplit (<QUERY> \" \")\n    BIND(sf:levenshteinSubstring(?str,STR(?matchedLabels)) AS ?s)\n  }\n  GROUP BY ?id ?matchedLabels ?maxsc ?score\n  HAVING (?sc=?maxsc)\n    }\n  }\n  GROUP BY ?id ?score\n  ORDER BY DESC(?score)\n  }\n  ?id sf:preferredLanguageLiteral (skos:prefLabel '<PREFLANG>' '' ?prefLabel) .\n  ?id a ?groupId .\n  OPTIONAL {  \n  ?id owl:sameAs|ps:viafId ?sameAs .\n  }\n  OPTIONAL {\n  ?id ps:wikipediaUrl ?ifpWikipediaPage .\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  GRAPH <http://ldf.fi/fibra/schemas/crm-viaf-ext/> {\n  {\n  VALUES ?metaClass { owl:Class rdfs:Class }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "SELECT ?id ?instances {\n  {\n  SELECT ?id (COUNT(*) AS ?instances) {\n  ?s a ?id .\n  }\n  GROUP BY ?id\n  }\n  FILTER (!STRSTARTS(STR(?id),\"http://www.w3.org/\"))\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  GRAPH <http://ldf.fi/fibra/schemas/crm-viaf-ext/> {\n  {\n  VALUES ?metaClass { rdf:Property owl:DatatypeProperty owl:ObjectProperty }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?domains .\n  } UNION {\n  ?id rdfs:range ?ranges .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?classId ?propertyId (COUNT(*) AS ?values) (COUNT(DISTINCT ?s) AS ?subjects) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n  ?s a ?classId .\n  # CONSTRAINTS\n  ?s ?propertyId ?value .\n}\nGROUP BY ?classId ?propertyId\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-22T17:58:53.674Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/LC> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/viaf/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Virtual International Authority File"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://viaf.org/> .

<http://ldf.fi/fibra/tgnCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX luc: <http://www.ontotext.com/owlim/lucene#>\n  PREFIX gvp: <http://vocab.getty.edu/ontology#>\n  PREFIX aat: <http://vocab.getty.edu/aat/>\n  PREFIX tgn: <http://vocab.getty.edu/tgn/>\n  SELECT ?groupId ?groupLabel ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel {\n  {\n  SELECT ?id ?matchedLabel {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  ?id luc:term ?query .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://vocab.getty.edu/ontology#AdminPlaceConcept>, <http://vocab.getty.edu/ontology#PhysAdminPlaceConcept>))\n  ?id rdfs:label ?matchedLabel .\n  } LIMIT <LIMIT>\n  } UNION {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  ?id luc:term ?query .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://vocab.getty.edu/ontology#AdminPlaceConcept>, <http://vocab.getty.edu/ontology#PhysAdminPlaceConcept>))\n  ?id rdfs:label ?matchedLabel .\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  }\n  ?id skos:inScheme tgn: .\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  ?id a ?groupId .\n  ?groupId rdfs:label ?groupLabel .\n  {\n  ?id gvp:prefLabelGVP [xl:literalForm ?prefLabel] .\n  } UNION {\n  ?id skos:exactMatch|skos:closeMatch ?sameAs .\n  }\n  }" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  SELECT (?groupId AS ?class) ?classLabel ?instances {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://vocab.getty.edu/ontology#PersonConcept>, <http://vocab.getty.edu/ontology#GroupConcept>))\n  }\n  GROUP BY ?groupId\n  }\n  ?groupId rdfs:label ?classLabel .\n  }\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX gvp: <http://vocab.getty.edu/ontology#>\n  SELECT ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  ?property rdfs:label ?propertyLabel .\n  ?object gvp:prefLabelGVP [xl:literalForm ?objectLabel] .\n  }" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/GettyRI> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <http://ldf.fi/corsproxy/vocab.getty.edu/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Getty Thesaurus of Geographic Names"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.getty.edu/research/tools/vocabularies/tgn/index.html> .

<http://ldf.fi/fibra/geonamesCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX go: <http://www.geonames.org/ontology#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX gn: <http://www.geonames.org/ontology#>\nSELECT (crm:E53_Place AS ?groupId) (\"Place\"@en AS ?groupLabel) ?id ?prefLabel ?matchedLabel {\n  {\n  SELECT ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id go:name|go:alternateName ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  }\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  }\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id go:nanme|go:alternateName ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  ?id sf:preferredLanguageLiteral (go:name go:alternateName '' ?label) .\n  OPTIONAL {\n  ?id gn:parentADM3 ?pa3 .\n  FILTER (?pa3!=?id)\n  ?pa3 gn:name ?parent3 .\n  FILTER (?parent3 != ?label)\n  }\n  OPTIONAL {\n  ?id gn:parentADM2 ?pa2 .\n  FILTER (?pa2!=?id)\n  ?pa2 gn:name ?parent2 .\n  FILTER (?parent2 != ?label)\n  }\n  OPTIONAL {\n  ?id gn:parentADM1 ?pa1 .\n  FILTER (?pa1!=?id)\n  ?pa1 gn:name ?parent1 .\n  FILTER (?parent1 != ?label)\n  }\n  OPTIONAL { ?id gn:parentCountry/gn:name ?parentCountry }\n  BIND(CONCAT(?label, COALESCE(CONCAT(\", \", ?parent3),\"\"), COALESCE(CONCAT(\", \", ?parent2),\"\"), COALESCE(CONCAT(\", \", ?parent1),\"\"), \", \", ?parentCountry) AS ?prefLabel)\n  OPTIONAL { ?id gn:population ?population }  \n#  ?id go:alternateName ?altLabel .\n}\nORDER BY DESC(?population)" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX gn: <http://www.geonames.org/ontology#>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  GRAPH <http://ldf.fi/fibra/schemas/geonames/> {\n  {\n  VALUES ?metaClass { owl:Class rdfs:Class }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?oid a ?types .\n  FILTER (!ISBLANK(?oid))\n  BIND(IF(?oid=gn:Feature, crm:E53_Place, ?oid) AS ?id)\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  FILTER (!ISBLANK(?superClasses))\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "PREFIX go: <http://www.geonames.org/ontology#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nSELECT (crm:E53_Place as ?id) (COUNT(*) AS ?instances) {\n  ?s go:name ?o .\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX go: <http://www.geonames.org/ontology#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?lproperty ?object .\n  OPTIONAL {\n  ?lproperty sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  BIND(IF(?lproperty=go:name,skos:prefLabel,IF(?lproperty=go:alternateName,skos:altLabel,?lproperty)) AS ?property)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n  } UNION {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  FILTER EXISTS { ?oid ?p ?o }\n  BIND(rdf:type AS ?property)\n  BIND(crm:E53_Place as ?object)\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX gn: <http://www.geonames.org/ontology#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  GRAPH <http://ldf.fi/fibra/schemas/geonames/> {\n  {\n  VALUES ?metaClass { rdf:Property owl:DatatypeProperty owl:ObjectProperty }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?odomains .\n  FILTER (!ISBLANK(?odomains))\n  BIND(IF(?odomains=gn:Feature, crm:E53_Place, ?odomains) AS ?domains)\n  } UNION {\n  ?id rdfs:range ?oranges .\n  FILTER (!ISBLANK(?oranges))\n  BIND(IF(?oranges=gn:Feature, crm:E53_Place, ?oranges) AS ?ranges)\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "PREFIX go: <http://www.geonames.org/ontology#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT (crm:E53_Place as ?classId) (IF(?lpropertyId=go:name,skos:prefLabel,IF(?lpropertyId=go:alternateName,skos:altLabel,?lpropertyId)) AS ?propertyId) (COUNT(*) AS ?values) (COUNT(DISTINCT ?s) AS ?subjects) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n  ?s ?lpropertyId ?value .\n}\nGROUP BY ?lpropertyId\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-20T10:00:08.064Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/geonames/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "GeoNames"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.geonames.org/about.html> .

<http://ldf.fi/fibra/emloCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel ?ifpWikipediaPage ?ifpODBNId { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  \t?id sf:preferredLanguageLiteral (skos:prefLabel skos:altLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {  \n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  } UNION {\n  ?id <http://emlo.bodleian.ox.ac.uk/schema#cofk_union_relationship_type-is_related_to> ?ref .\n  FILTER(REGEX(STR(?ref),'http://..\\\\.wikipedia\\\\.org/wiki/'))\n  BIND(?ref AS ?ifpWikipediaPage)\n  } UNION {\n  ?id <http://emlo.bodleian.ox.ac.uk/schema#cofk_union_relationship_type-is_related_to> ?ref .\n  FILTER(STRSTARTS(STR(?ref),'http://www.oxforddnb.com/view/article/'))\n  BIND(REPLACE(STR(?ref),'http://www.oxforddnb.com/view/article/([^?]*).*','$1') AS ?ifpODBNId)\n  }\n  # ENDGRAPH\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?id ?min ?max ?values {\n# STARTGRAPH\n  {\n  SELECT ?id (COUNT(*) AS ?values) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n  ?s ?id ?value .\n  # CONSTRAINTS\n  }\n  GROUP BY ?id\n  }\n# ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T05:37:07.009Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/CofK> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/emlo/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Early Modern Letters Online"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://emlo.bodleian.ox.ac.uk/blog/?page_id=907> .

<http://ldf.fi/fibra/sdfbCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel ?ifpODBNId { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  ?id sf:preferredLanguageLiteral (skos:prefLabel skos:altLabel '<PREFLANG>' '' ?prefLabel)\n  {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  } UNION {\n  ?id <http://ldf.fi/sdfb/schema#odbnId> ?ifpODBNId .\n  }\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  {\n  ?types rdfs:subClassOf* rdfs:Class .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "SELECT ?id ?instances {\n  {\n  SELECT ?id (COUNT(*) AS ?instances) {\n  ?s a ?id .\n  }\n  GROUP BY ?id\n  }\n  FILTER (!STRSTARTS(STR(?id),\"http://www.w3.org/\"))\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  {\n  VALUES ?metaClass { owl:DatatypeProperty owl:ObjectProperty }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  BIND(crm:E21_Person AS ?domains)\n  BIND(IF(?metaClass=owl:ObjectProperty,crm:E21_Person,xsd:Literal) AS ?ranges)\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?classId ?propertyId ?subjects ?values ?min ?max {\n# STARTGRAPH\n  {\n  SELECT ?classId ?propertyId (COUNT(*) AS ?values) (COUNT(DISTINCT ?s) AS ?subjects) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n    ?s ?propertyId ?value .\n    # CONSTRAINTS\n    OPTIONAL {\n  ?s a ?classId .\n    }\n  }\n  GROUP BY ?classId ?propertyId\n  }\n# ENDGRAPH\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <http://ldf.fi/sdfb/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-20T09:56:07.544Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/SDFBTeam> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/sdfb/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Six Degrees of Francis Bacon: Reassembling the Early Modern Social Network"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.sixdegreesoffrancisbacon.com/about> .

<http://ldf.fi/fibra/pleiadesCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "\nPREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|rdfs:label|skos:altLabel|mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupIdLocal .\n  BIND(?groupIdLocal AS ?groupId)\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://geovocab.org/spatial#Feature>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupIdLocal .\n  BIND(?groupIdLocal AS ?groupId)\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://geovocab.org/spatial#Feature>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|rdfs:label|skos:altLabel|mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  ?id sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  }\n  # ADDITIONALSELECT\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://geovocab.org/spatial#Feature>))\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://geovocab.org/spatial#Feature>))\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/PleiadesC> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/ancore/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "The Pleiades Gazetteer"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <https://pleiades.stoa.org/home> .

<http://ldf.fi/fibra/ladbpediaCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "\nPREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|rdfs:label|skos:altLabel|mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupIdLocal .\n  BIND(?groupIdLocal AS ?groupId)\n  # CONSTRAINTS\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupIdLocal .\n  BIND(?groupIdLocal AS ?groupId)\n  # CONSTRAINTS\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|rdfs:label|skos:altLabel|mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  ?id sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  }\n  # ADDITIONALSELECT\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/DBPediaA> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <http://ldf.fi/fibra/http//ldf.fi/dbpedia/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Latin DBpedia"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://wiki.dbpedia.org/about> .

<http://ldf.fi/fibra/SDFBTeam>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-20T09:56:07.586Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.sixdegreesoffrancisbacon.com/team> .

<http://ldf.fi/fibra/CofK>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T05:37:07.589Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.culturesofknowledge.org/> .

<http://ldf.fi/fibra/Eetu>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-03T00:00:47.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Eetu Mäkelä" ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://seco.cs.aalto.fi/u/jiemakel/> .

<http://ldf.fi/fibra/GettyRI>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "The Getty Research Institute"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.getty.edu/research/> .

<http://ldf.fi/fibra/lcnamesCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#AuthorityEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupIdL .\n  # CONSTRAINTS\n\t\t  FILTER (?groupIdL IN (<http://www.loc.gov/mads/rdf/v1#CorporateName>, <http://www.loc.gov/mads/rdf/v1#PersonalName>, <http://www.loc.gov/mads/rdf/v1#Geographic>))\n  BIND(\n  IF(?groupIdL=<http://www.loc.gov/mads/rdf/v1#CorporateName>,crm:E74_Group,\n  IF(?groupIdL=<http://www.loc.gov/mads/rdf/v1#PersonalName>,crm:E21_Person,\n  crm:E53_Place)) AS ?groupId)\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupIdL .\n  # CONSTRAINTS\n\t\t  FILTER (?groupIdL IN (<http://www.loc.gov/mads/rdf/v1#CorporateName>, <http://www.loc.gov/mads/rdf/v1#PersonalName>, <http://www.loc.gov/mads/rdf/v1#Geographic>))\n  BIND(\n  IF(?groupIdL=<http://www.loc.gov/mads/rdf/v1#CorporateName>,crm:E74_Group,\n  IF(?groupIdL=<http://www.loc.gov/mads/rdf/v1#PersonalName>,crm:E21_Person,\n  crm:E53_Place)) AS ?groupId)\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  ?id sf:preferredLanguageLiteral (mads:authoritativeLabel mads:variantLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id mads:variantLabel ?altLabel .\n  }\n  # ENDGRAPH\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/LC> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/lcnames/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Library of Congress Name Authority"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://id.loc.gov/authorities/names.html> .

<http://ldf.fi/fibra/LC>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-22T17:58:53.709Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://xmlns.com/foaf/0.1/homepage>
                <https://www.oclc.org/> .

<http://ldf.fi/fibra/DBPediaA>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "DBpedia Association"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://wiki.dbpedia.org/dbpedia-association> .

<http://ldf.fi/fibra/PleiadesC>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "The Pleiades Community"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <https://pleiades.stoa.org/credits> .

<http://ldf.fi/fibra/cidocCRMSchema>
        a       <http://hdlab.stanford.edu/fibra/ontology#Schema> ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  GRAPH <http://ldf.fi/fibra/schemas/cidoc-crm/> {\n  {\n  ?types rdfs:subClassOf* rdfs:Class .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  GRAPH <http://ldf.fi/fibra/schemas/cidoc-crm/> {\n  {\n  ?types rdfs:subClassOf* rdf:Property .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?domains .\n  } UNION {\n  ?id rdfs:range ?ranges .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n  }\n}" ;
        <http://purl.org/dc/terms/description>
                "People, places and times connected through events"@en ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/CRMSIG> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "CIDOC CRM"@en .

<http://ldf.fi/fibra/fbteeCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  ?id sf:preferredLanguageLiteral (skos:prefLabel skos:altLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  }\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?id ?min ?max ?values {\n# STARTGRAPH\n  {\n  SELECT ?id (COUNT(*) AS ?values) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n  ?s ?id ?value .\n  # CONSTRAINTS\n  }\n  GROUP BY ?id\n  }\n# ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T05:37:38.683Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/FBTEEProject> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <http://ldf.fi/fibra/http//ldf.fi/fbtee/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "The French Book Trade in Enlightenment Europe"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://fbtee.uws.edu.au/main/about-the-project/> .

<http://ldf.fi/fibra/FBTEEProject>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T05:37:39.197Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://fbtee.uws.edu.au/main/eula/#cites> .

<http://ldf.fi/fibra/schoenbergCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  ?id sf:preferredLanguageLiteral (skos:prefLabel skos:altLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  }\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?id ?min ?max ?values {\n# STARTGRAPH\n  {\n  SELECT ?id (COUNT(*) AS ?values) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n  ?s ?id ?value .\n  # CONSTRAINTS\n  }\n  GROUP BY ?id\n  }\n# ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/schoenberg/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T05:37:59.958Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/SDBMProject> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/schoenberg/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "The Schoenberg Database of Manuscripts"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://dla.library.upenn.edu/dla/schoenberg/ancillary.html?id=collections/schoenberg/about> .

<http://ldf.fi/fibra/SDBMProject>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T05:38:00.912Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://xmlns.com/foaf/0.1/homepage>
                <https://sdbm.library.upenn.edu/pages/About##staff> .

<http://ldf.fi/fibra/procopeCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel ?ifpWikipediaPage { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  ORDER BY DESC(?sc)\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupId .\n  # CONSTRAINTS\n  FILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  GROUP BY ?groupId ?id ?sc\n  ORDER BY DESC(?sc)\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id skos:prefLabel|skos:altLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  {\n  ?id sf:preferredLanguageLiteral (skos:prefLabel skos:altLabel '<PREFLANG>' '' ?prefLabel) .\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  } UNION {\n  ?id <http://ldf.fi/procope-schema#wikipediaUrl> ?ref .\n  BIND(IRI(?ref) AS ?ifpWikipediaPage)\n  }\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?class ?classLabel ?classDescription ?classType ?superClass ?subClass {\n  # STARTGRAPH\n  {\n  ?classType rdfs:subClassOf* rdfs:Class .\n  ?class a ?classType .\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?classLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?classDescription) .\n  }\n  } UNION {\n  ?class rdfs:subClassOf ?superClass .\n  } UNION {\n  ?subClass rdfs:subClassOf ?class .\n  }\n  # ENDGRAPH\n  }\n\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?groupId rdfs:subClassOf ?class .\n  FILTER EXISTS {\n  ?id a ?groupId .\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  }\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\nFILTER (?groupId IN (<http://www.cidoc-crm.org/cidoc-crm/E21_Person>, <http://www.cidoc-crm.org/cidoc-crm/E53_Place>, <http://www.cidoc-crm.org/cidoc-crm/E74_Group>))\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\n  PREFIX owl: <http://www.w3.org/2002/07/owl#>\n  PREFIX sf: <http://ldf.fi/functions#>\n  PREFIX dcterms: <http://purl.org/dc/terms/>\n  SELECT ?property ?domain ?range ?propertyLabel ?propertyDescription ?propertyType ?inverseProperty {\n  # STARTGRAPH\n  {\n  ?propertyType rdfs:subPropertyOf* rdf:Property .\n  ?property a ?propertyType .\n  ?property sf:preferredLanguageLiteral (skos:prefLabel rdfs:label <PREFLANG> 'en' '' ?propertyLabel) .\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (rdfs:comment dc:description <PREFLANG> 'en' '' ?propertyDescription) .\n  }\n  } UNION {\n  ?property owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?property rdfs:domain ?domain .\n  } UNION {\n  ?property rdfs:range ?range .\n  }\n  # ENDGRAPH\n  }\n  " ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?id ?min ?max ?values {\n# STARTGRAPH\n  {\n  SELECT ?id (COUNT(*) AS ?values) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n  ?s ?id ?value .\n  # CONSTRAINTS\n  }\n  GROUP BY ?id\n  }\n# ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/procope/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-15T12:43:49.516Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/DEetal> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/procope/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Procope" .

<http://ldf.fi/fibra/DEetal>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-22T17:31:53.648Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.e-enlightenment.com/info/contactus/> .

<http://ldf.fi/fibra/CRMSIG>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "CIDOC CRM Special Interest Group"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://network.icom.museum/cidoc/working-groups/crm-special-interest-group/> .

<http://ldf.fi/fibra/ldfFITemplate>
        a       <http://hdlab.stanford.edu/fibra/ontology#PrimaryEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX text: <http://jena.apache.org/text#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX fibra: <http://ldf.fi/fibra/schema#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?altLabel { # ADDITIONALVARIABLES\n  # STARTGRAPH\n  {\n  SELECT ?groupId ?id (SUM(?sc) AS ?score) {\n  {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(\"\\\"\",REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"\\\"\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id skos:prefLabel|rdfs:label|skos:altLabel|mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (LCASE(?matchedLabel)=LCASE(<QUERY>))\n  ?id a ?groupIdLocal .\n  BIND(?groupIdLocal AS ?groupId)\n  # CONSTRAINTS\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  } UNION {\n  SELECT ?groupId ?id ?sc {\n  BIND(CONCAT(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\/\\\\\\\\])\",\"\\\\$1\"),\"*\") AS ?query)\n  (?id ?sc) text:query ?query .\n  ?id a ?groupIdLocal .\n  BIND(?groupIdLocal AS ?groupId)\n  # CONSTRAINTS\n  }\n  GROUP BY ?groupId ?id ?sc\n  LIMIT <LIMIT>\n  }\n  }\n  GROUP BY ?groupId ?id\n  HAVING(BOUND(?id))\n  LIMIT <LIMIT>\n  }\n  ?id sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?prefLabel) .\n  {\n  ?id skos:prefLabel|rdfs:label|skos:altLabel|mads:authoritativeLabel|mads:variantLabel ?matchedLabel\n  FILTER (REGEX(LCASE(?matchedLabel),CONCAT(\"\\\\b\",LCASE(<QUERY>))))\n  } UNION {\n  ?id owl:sameAs ?sameAs .\n  } UNION {\n  ?id skos:altLabel|mads:variantLabel ?altLabel .\n  }\n  # ADDITIONALSELECT\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?type ?labels ?descriptions ?superClasses ?subClasses {\n  # STARTGRAPH\n  {\n  ?type rdfs:subClassOf* rdfs:Class .\n  ?id a ?type .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nSELECT ?subClass ?superClass ?class ?classLabel ?instances {\n  # STARTGRAPH\n  {\n  ?class a/rdfs:subClassOf* rdfs:Class . \n  } UNION {\n  ?groupId rdfs:subClassOf ?class .\n  BIND(?groupId AS ?subClass)\n  } UNION {\n  {\n  SELECT ?groupId (COUNT(*) AS ?instances) {\n  ?id a ?groupId .\n  }\n  GROUP BY ?groupId\n  }\n  # CONSTRAINTS\n  BIND (?groupId AS ?class)\n  }\n  OPTIONAL {\n  ?class sf:preferredLanguageLiteral (skos:prefLabel rdfs:label skos:altLabel 'en' '' ?classLabelP) .\n  }\n  FILTER(ISIRI(?class))\n  BIND(COALESCE(?classLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?class),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?classLabel)\n  # ENDGRAPH\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#coalesceIdsQuery>
                "PREFIX owl: <http://www.w3.org/2002/07/owl#>\nSELECT ?id ?id2 {\n# STARTGRAPH\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid owl:sameAs ?id2\n# ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#compatibleEndpoint>
                <http://ldf.fi/fibra/fusekiEndpointWithTextIndexAndSecoFunctions> ;
        <http://hdlab.stanford.edu/fibra/ontology#deleteItemQuery>
                "DELETE {\n  # STARTGRAPH\n  <ID> ?p ?o .\n  ?s ?p <ID> .\n  # ENDGRAPH\n}\nWHERE {\n  # STARTGRAPH\n  { <ID> ?p ?o } UNION { ?s ?p <ID> }\n  # ENDGRAPH\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?itemLabel ?property ?propertyLabel ?object ?objectLabel {\n# STARTGRAPH\n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?property ?object .\n  OPTIONAL {\n  ?oid sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?itemLabel) .\n  }\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n# ENDGRAPH\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n# STARTGRAPH\n  {\n  ?types rdfs:subClassOf* rdf:Property .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?domains .\n  } UNION {\n  ?id rdfs:range ?ranges .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n# ENDGRAPH\n}" ;
        <http://purl.org/dc/terms/created>
                "2017-12-03T00:00:45.842Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/Eetu> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "LDF.fi default template"@en .

<http://ldf.fi/fibra/citable_7bef550f-8abe-4fab-8a6f-789369b94b1e>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Eetu Mäkelä" .

<http://ldf.fi/fibra/eeCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX text: <http://jena.apache.org/text#>\nPREFIX pf: <http://jena.hpl.hp.com/ARQ/property#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX simf: <http://ldf.fi/similarity-functions#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX emlos: <http://emlo.bodleian.ox.ac.uk/schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX ps: <http://ldf.fi/procope-schema#>\nSELECT ?groupId ?id ?prefLabel ?matchedLabel ?sameAs ?ifpWikipediaPage {\n  {\n  SELECT ?id (SAMPLE(?matchedLabels) AS ?matchedLabel) ?score {\n    {\n  SELECT ?id ?matchedLabels (SUM(?s)/COUNT(?s) AS ?sc) ?score {\n    {\n    SELECT ?id (MAX(?sc) AS ?maxsc) ?score {\n      SELECT ?id (SUM(?s)/COUNT(?s) AS ?sc) ?score {\n    {\n      SELECT ?id (MAX(?sc) AS ?score) {\n      BIND(REPLACE(REPLACE(REPLACE(REPLACE(<QUERY>,\"([\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\/\\\\^\\\\\\\"\\\\~\\\\*\\\\?\\\\:\\\\\\\\])\",\"\\\\\\\\$1\"),\"^ +| +$\", \"\"),\", *\",\" \"),\"\\\\. \",\"* \") AS ?escapedQuery)\n      BIND(CONCAT(\"(\",?escapedQuery,\") OR (\",REPLACE(?escapedQuery,\"([^*]) +\",\"$1~ \"),\"~)\") AS ?queryTerm)\n      GRAPH <http://ldf.fi/procope/ee/> {\n        (?id ?sc) text:query ?queryTerm .\n      }      }\n      GROUP BY ?id\n      ORDER BY DESC(?score)\n      LIMIT 30\n    }\n    ?id skos:prefLabel|skos:altLabel ?matchedLabel .\n    ?str pf:strSplit (<QUERY> \" \")\n    BIND(sf:levenshteinSubstring(?str,STR(?matchedLabel)) AS ?s)\n      }\n      GROUP BY ?id ?matchedLabel ?score\n    } GROUP BY ?id ?score\n    }\n    ?id skos:prefLabel|skos:altLabel ?matchedLabels .\n    ?str pf:strSplit (<QUERY> \" \")\n    BIND(sf:levenshteinSubstring(?str,STR(?matchedLabels)) AS ?s)\n  }\n  GROUP BY ?id ?matchedLabels ?maxsc ?score\n  HAVING (?sc=?maxsc)\n    }\n  }\n  GROUP BY ?id ?score\n  ORDER BY DESC(?score)\n  }\n  ?id sf:preferredLanguageLiteral (skos:prefLabel '<PREFLANG>' '' ?prefLabel) .\n  ?id a ?groupId .\n  OPTIONAL {  \n  ?id owl:sameAs ?sameAs .\n  }\n  OPTIONAL {\n  ?id ps:wikipediaUrl ?ifpWikipediaPage .\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  {\n  ?types rdfs:subClassOf* owl:Class .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "SELECT ?id ?instances {\n  GRAPH <http://ldf.fi/procope/ee/> {\n  {\n  SELECT ?id (COUNT(*) AS ?instances) {\n  ?s a ?id .\n  }\n  GROUP BY ?id\n  }\n  FILTER (!STRSTARTS(STR(?id),\"http://www.w3.org/\"))\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX mads: <http://www.loc.gov/mads/rdf/v1#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nSELECT ?id ?property ?propertyLabel ?object ?objectLabel {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  {\n  { ?oid ?property ?object }\n  UNION\n  { ?object ?property ?oid }\n\n  OPTIONAL {\n  ?property sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?propertyLabelP)\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  } UNION {\n  { ?oid ^<http://ldf.fi/ee-schema#author>/<http://ldf.fi/ee-schema#recipient> ?object }\n  UNION\n  { ?object ^<http://ldf.fi/ee-schema#author>/<http://ldf.fi/ee-schema#recipient> ?oid }\n  UNION\n  { ?oid ^<http://ldf.fi/ee-schema#recipient>/<http://ldf.fi/ee-schema#author> ?object }\n  UNION\n  { ?object ^<http://ldf.fi/ee-schema#recipient>/<http://ldf.fi/ee-schema#author> ?oid }\n  BIND(<http://ldf.fi/ee-schema#correspondedWith> AS ?property)\n  BIND(\"corresponded with\"@en AS ?propertyLabel)\n  }\n  OPTIONAL {\n  ?object sf:preferredLanguageLiteral (skos:prefLabel mads:authoritativeLabel rdfs:label skos:altLabel mads:variantLabel '<PREFLANG>' '' ?objectLabelP) .\n  }\n  BIND (IF(ISIRI(?object),COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")),?object) AS ?objectLabel)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  {\n  VALUES ?metaClass { owl:DatatypeProperty owl:ObjectProperty }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?domains .\n  } UNION {\n  ?id rdfs:range ?ranges .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?classId ?propertyId ?subjects ?values ?min ?max {\n  GRAPH <http://ldf.fi/procope/ee/> {\n  {\n  SELECT ?classId ?propertyId (COUNT(*) AS ?values) (COUNT(DISTINCT ?s) AS ?subjects) (MIN(?value) AS ?min) (MAX(?value) AS ?max) {\n    ?s ?propertyId ?value .\n    # CONSTRAINTS\n    OPTIONAL {\n  ?s a ?classId .\n    }\n  }\n  GROUP BY ?classId ?propertyId\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/procope/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-22T17:31:53.595Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/rightsHolder>
                <http://ldf.fi/fibra/DEetal> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://ldf.fi/procope/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Electronic Enlightenment"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.e-enlightenment.com/> .

<http://ldf.fi/fibra/wikidataCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nSELECT (?pref AS ?id) ?prefLabel (<QUERY> as ?matchedLabel) ?groupId ?groupLabel ?sameAs ?ifpODBNId ?ifpWikipediaPage {\n  ?pref rdfs:label <QUERY>@en .\n  ?pref wdt:P31 ?group .\n  BIND(IF(?group=wd:Q5,crm:E21_Person,IF(?group=wd:Q2221906,crm:E53_Place,IF(?group=wd:Q16334295,crm:E74_Group,?group))) AS ?groupId)\n\n  {\n  ?pref wdt:P214 ?viafId .\n  BIND(IRI(CONCAT(\"http://viaf.org/viaf/\",?viafId)) AS ?sameAs)\n  } UNION {\n  ?pref wdt:P1415 ?ifpODBNId .\n  } UNION {\n  ?ifpWikipediaPage schema:about ?pref .\n  }\n  SERVICE wikibase:label { bd:serviceParam wikibase:language \"en\". }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  GRAPH <http://ldf.fi/fibra/schemas/crm-wikidata-ext/> {\n  {\n  ?types rdfs:subClassOf* rdfs:Class .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?id ?instances {\n  {\n  {\n    SELECT (COUNT(*) AS ?instances) { \n  ?s wdt:P31/wdt:P279* wd:Q5\n    }\n  }\n  BIND(crm:E21_Person AS ?id)\n  } UNION {\n  {\n    SELECT (COUNT(*) AS ?instances) { \n  ?s wdt:P31/wdt:P279* wd:Q2221906\n    }\n  }\n  BIND(crm:E53_Place AS ?id)\n  } UNION {\n  {\n    SELECT (COUNT(*) AS ?instances) { \n  ?s wdt:P31/wdt:P279* wd:Q16334295\n    }\n  }\n  BIND(crm:E74_Group AS ?id)\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?id ?property ?object ?propertyLabel ?objectLabel {\n  { \n  VALUES (?id ?oid) { <IDPAIRS> }\n  ?oid ?lproperty ?lobject \n  } UNION {\n  SELECT ?id ?lobject ?lproperty {\n    VALUES (?id ?oid) { <IDPAIRS> }\n    ?lobject ?lproperty ?oid \n  } LIMIT 5000\n  }\n  BIND(IF(?lproperty=rdfs:label,skos:prefLabel,?lproperty) AS ?property)\n  BIND(IF(?lobject=wd:Q5,crm:E21_Person,IF(?lobject=wd:Q2221906,crm:E53_Place,IF(?lobject=wd:Q16334295,crm:E74_Group,?lobject))) AS ?object)\n  OPTIONAL {\n  ?propertyAsEntity wikibase:directClaim ?lproperty .\n  ?propertyAsEntity rdfs:label ?propertyLabelP .\n  FILTER (LANGMATCHES(LANG(?propertyLabelP),'en'))\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?lobject rdfs:label ?objectLabel .\n  FILTER (LANGMATCHES(LANG(?objectLabel),'en'))\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  GRAPH <http://ldf.fi/fibra/schemas/crm-wikidata-ext/> {\n  {\n  VALUES ?metaClass { rdf:Property owl:DatatypeProperty owl:ObjectProperty }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?domains .\n  } UNION {\n  ?id rdfs:range ?ranges .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?classId ?propertyId ?subjects ?values ?min ?max {\n}\nLIMIT 0\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-20T09:57:10.676Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <https://query.wikidata.org/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "Wikidata"@en ;
        <http://xmlns.com/foaf/0.1/homepage>
                <http://www.wikidata.org/> .

<http://ldf.fi/fibra/WMFoundation>
        a       <http://xmlns.com/foaf/0.1/Agent> ;
        <http://purl.org/dc/terms/created>
                "2017-12-04T04:58:57.393Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://ldf.fi/fibra/bnfCidocLiteEndpointConfiguration>
        a       <http://hdlab.stanford.edu/fibra/ontology#ArchiveEndpointConfiguration> ;
        <http://hdlab.stanford.edu/fibra/ontology#autocompletionQuery>
                "PREFIX bif: <bif:>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX foaf: <http://xmlns.com/foaf/0.1/>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nSELECT ?groupId ?id ?prefLabel (?prefLabel AS ?matchedLabel) ?sameAs {\n  { \n  SELECT ?groupId ?id ?prefLabel {\n    ?id2 skos:prefLabel ?prefLabel .\n    ?prefLabel bif:contains <QUERY> .\n    ?id2 foaf:focus ?id .\n    { \n  ?id a foaf:Person \n  BIND(crm:E21_Person AS ?groupId)\n    }\n    UNION\n    { ?id a foaf:Organization\n  BIND(crm:E74_Group AS ?groupId)\n    }\n  }\n  LIMIT <LIMIT>\n  }\n  OPTIONAL {\n  ?id owl:sameAs ?sameAs\n  }\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#classQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?types ?labels ?descriptions ?superClasses ?subClasses {\n  GRAPH <http://ldf.fi/fibra/schemas/crm-bnf-ext/> {\n  {\n  ?types rdfs:subClassOf* rdfs:Class .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id rdfs:subClassOf ?superClasses .\n  } UNION {\n  ?subClasses rdfs:subClassOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#classStatisticsQuery>
                "PREFIX foaf: <http://xmlns.com/foaf/0.1/>\nPREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>\nSELECT ?id ?instances {\n# STARTGRAPH\n  {\n  SELECT ?lid (COUNT(*) AS ?instances) {\n  ?s a ?lid .\n  # CONSTRAINTS\n  }\n  GROUP BY ?lid\n  }\n# ENDGRAPH\n  BIND(IF(?lid=foaf:Person,crm:E21_Person,IF(?lid=foaf:Organization,crm:E74_Group,?lid)) AS ?id)\n}\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#itemQuery>
                "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX foaf: <http://xmlns.com/foaf/0.1/>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nSELECT ?id ?property ?propertyLabel ?object (COALESCE(?objectLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?object),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?objectLabel) {\n  VALUES (?id ?oid) { <IDPAIRS> }\n  { ?oid ?property ?object }\n  UNION\n  { ?object ?property ?oid }\n  OPTIONAL {\n  ?property rdfs:label|skos:prefLabel|foaf:name|dcterms:title ?propertyLabelP .\n  }\n  BIND(COALESCE(?propertyLabelP,REPLACE(REPLACE(REPLACE(REPLACE(STR(?property),\".*/\",\"\"),\".*#\",\"\"),\"_\",\" \"),\"([A-ZÅÄÖ])\",\" $1\")) AS ?propertyLabel)\n  OPTIONAL {\n  ?object skos:prefLabel|foaf:name|dcterms:title ?objectLabelP .\n  }\n}\nLIMIT 5000" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyQuery>
                "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\nPREFIX sf: <http://ldf.fi/functions#>\nPREFIX dcterms: <http://purl.org/dc/terms/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?id ?domains ?ranges ?labels ?descriptions ?types ?inverseProperty ?superProperties ?subProperties {\n  GRAPH <http://ldf.fi/fibra/schemas/crm-bnf-ext/> {\n  {\n  VALUES ?metaClass { rdf:Property owl:DatatypeProperty owl:ObjectProperty }\n  ?types rdfs:subClassOf* ?metaClass .\n  ?id a ?types .\n  }\n  {\n  ?id skos:prefLabel|rdfs:label ?labels .\n  } UNION {\n  ?id rdfs:comment|dcterms:description ?descriptions .\n  } UNION {\n  ?id owl:inverseOf ?inverseProperty .\n  } UNION {\n  ?id rdfs:domain ?domains .\n  } UNION {\n  ?id rdfs:range ?ranges .\n  } UNION {\n  ?id rdfs:subPropertyOf ?superProperties .\n  } UNION {\n  ?subProperties rdfs:subPropertyOf ?id .\n  }\n  }\n}" ;
        <http://hdlab.stanford.edu/fibra/ontology#propertyStatisticsQuery>
                "SELECT ?classId ?propertyId ?subjects ?values ?min ?max {\n}\nLIMIT 0\n" ;
        <http://hdlab.stanford.edu/fibra/ontology#schemaEndpoint>
                <https://ldf.fi/fibra/sparql> ;
        <http://purl.org/dc/terms/created>
                "2017-12-20T09:59:30.304Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://rdfs.org/ns/void#sparqlEndpoint>
                <http://data.bnf.fr/sparql> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel>
                "BNF"@en .
