<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Evaluation of Expressing without asserting approaches in RDF. The case of Conjectures</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Valentina</forename><surname>Pasqual</surname></persName>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Digital Humanities Advanced Research Center</orgName>
								<orgName type="department" key="dep2">Department of Classica Philology and Italian studies</orgName>
								<orgName type="institution">University of Bologna</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gerald</forename><surname>Manzano</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">University of Bologna</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Francesca</forename><surname>Tomasi</surname></persName>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Digital Humanities Advanced Research Center</orgName>
								<orgName type="department" key="dep2">Department of Classica Philology and Italian studies</orgName>
								<orgName type="institution">University of Bologna</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">University of Bologna</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fabio</forename><surname>Vitali</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">University of Bologna</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Evaluation of Expressing without asserting approaches in RDF. The case of Conjectures</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">80BDB62FAAA237494D2291B36C8C3DB9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:24+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>RDF Reification</term>
					<term>Efficiency assessment</term>
					<term>Conjectures</term>
					<term>Expressing Without Asserting</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this paper, we evaluate the existing reification approaches for expressing without asserting (EWA) statements in RDF along with their related contextual information and compare them with a new method, called Conjectures. Conjectures express RDF statements with three states of knowledge: undisputed claims, disputed claims, and settled claims. Conjectures extend the semantics of RDF Named graphs and introduce a new syntactical form to represent both conjectural and asserted information. Our evaluation tests were performed on a large sample of Wikidata entities about artworks interspersed with additional dummy statements to simulate alternative or abandoned claims and enrich the set of non-asserted claims. Our study evaluates metrics such as the total number of triples, loading time, dataset weight, and in particular query execution time for many different and meaningful types of queries. Results show that Conjectures is competitive with existing methods and outperforms other methods in terms of efficiency when retrieving debated statements, thereby demonstrating its potential as an effective tool for expressing nuanced RDF statements.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>RDF <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref> is a powerful tool for expressing statements as absolute, asserted relationships between entities. Yet, it falls short when it comes to representing nuances about such relationships, e.g., to enrich them with contextual information, or to represent in full how they relate to each other. While some statements may never need to be questioned (or maybe there is no interest in questioning them), and therefore can be represented adequately with plain RDF triples, frequently on the other hand scientific and critical discourse is filled with concurrent opinions and interpretations. This knowledge cannot be simply expressed as plain RDF triples but requires the specification of contextual information (e.g. who is the author of such claims), and possibly of multiple and competing statements, which the community may settle or discard over time.</p><p>Woodstock'21: Symposium on the irreproducible science, June 07-11, 2021, Woodstock, NY Envelope valentina.pasqual2@unibo.it (V. Pasqual); gerald.manzano@studio.unibo.it (G. Manzano); eduart.uzeir@studio.unibo.it (E. Uzeir); francesca.tomasi@unibo.it (F. Tomasi); fabio.vitali@unibo.it (F. Vitali) GLOBE https://valentinapasqual.github.io/ (V. Pasqual) Orcid 0000-0001-5931-5187 (V. Pasqual); 0000-0002-6631-8607 (F. Tomasi); 0000-0002-7562-5203 (F. Vitali) This is for instance the case of the hypotheses made by scholars about the many (still undetermined) locations of the Mona Lisa painting when it was stolen in 1911 <ref type="bibr" target="#b2">[3]</ref>, or of the attribution of the painting Salvator Mundi, possibly by Leonardo da Vinci and world-famous for having been the most expensive painting ever sold at public auction. Its attribution is now under discussion by many scholars <ref type="bibr" target="#b3">[4]</ref>. Our guiding example in this paper, on the other hand, is the debated attributions of the painting Napoleon crossing the Alps <ref type="foot" target="#foot_0">1</ref> , currently attributed to Jacques-Louis David, but previously attributed to Jérôme-Martin Langlois and the workshop of Jacques-Louis David.</p><p>RDF Reification<ref type="foot" target="#foot_1">2</ref> methods <ref type="bibr" target="#b4">[5]</ref> have been used to make statements about statements in RDF <ref type="bibr" target="#b5">[6]</ref> and even allowing the coexistence of multiple opinions in RDF. For instance, reification enables to express sentences like "JocondeLab<ref type="foot" target="#foot_2">3</ref> reports that Napoleon crossing the alps author is Jacques-Louis David". Usually, reification methods typically involve the use of extra triples to provide information about the original triple being reified. Listing 1 exemplifies the statement above presented using traditional reification. In the example, a new entity is introduced as an instance of the class rdf:Statement to introduce "JocondeLab reports" and the original triple (Napoleon crossing the alps author is Jacques-Louis David) is expressed by the means of three additional triples whose predicates are strictly rdf:subject, rdf:predicate, rdf:object. @ p r e f i x r d f : &lt; h t t p : / / www. w3 . o r g / 1 9 9 9 / 0 2 / 2 2 − r d f − s y n t a x − ns #&gt; . Listing 1: Representation of the claims "XXX states that Napoleon Crossing the Alps" author is Jacques-Louis David using standard reification Accepted statements can be therefore characterised by a plain triple to assert the statement, and the same triple under reification to provide additional information about the claim itself. This would be the case of the settled attribution of Napoleon crossing the alps currently attributed to Jacques-Louis David. Statements that represent alternative or historical information would then be represented with just the claim in reified form and no assertion through a plain RDF triple. This would be case of the earlier attributions of Napoleon crossing the alps to Jérôme-Martin Langlois and the workshop of Jacques-Louis David. We call this approach Expressing Without Asserting (EWA) <ref type="bibr" target="#b6">[7]</ref> and we consider it as a powerful tool to express claims with different degrees of validity and even critical debate.</p><p>In addition to analysing the expressivity and effectiveness of the many existing reification approaches, their efficiency is also an open issue. To the best of our knowledge, no study has been proposed on the evaluation of the efficiency of EWA mechanisms with ontologyindependent approaches. This paper evaluates existing reification methods for expressing without asserting in RDF with the related contextual information and compares them with a new approach, called Conjectures.</p><p>The paper is structured as follows: in section 2 we discuss of a number of syntactical approaches to EWA and benchmarks adopted in the literature for their evaluation. In section 3 we briefly introduce and compare conjectures as an alternative method to represent EWA statements in addition to existing proposals such as RDF reification, RDF star, and others. In section 4 we discuss the dataset and the metrics used for our comparison of the various EWA approaches, and in section 5 we analyze our findings. In section 6 we discuss the results before drawing some conclusions in section 7.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">State of the art</head><p>Many Reification methods have been implemented <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b9">10,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13]</ref>  The scientific community has suggested the following major reification strategies to be able to encapsulate all this variety of contextual information about RDF statements.</p><p>Among existing Knowledge Graphs, Wikidata provides RDF data with its reification method <ref type="bibr" target="#b10">[11]</ref>, and a long list of qualifiers about provenance, time, and place to represent complex and competing information. Additionally, each claim validity is provided by a customised approach to express without asserting <ref type="bibr" target="#b6">[7]</ref> such claims (via ranking mechanism<ref type="foot" target="#foot_3">4</ref> ) which truth state cannot be given for granted. Consider for example the case of concurring attributions of Napoleon crossing the Alps, as shown in figure <ref type="figure" target="#fig_1">1</ref>, is represented in Wikidata with three different claims: the currently accepted attribution to Jacques-Luois David (marked with a preferred rank and therefore asserted), the former attribution to the his workshop (marked with a normal rank and non-asserted) and the former attribution to Jérôme-Martin Langlois (marked with a deprecated rank and therefore non-asserted). The two former attributions are therefore marked with contextual information about the claim (e.g. reason for deprecated rank, former attribution) to express additional information on the claim itself.</p><p>To be widely accepted, every data representation method must be both effective and efficient. While a method's effectiveness can be formally demonstrated, we must rely on empirical observations to determine its efficiency. Every new method that is suggested typically includes performance data as well. This is accomplished by carrying out the necessary tests to see how the approach performs on performance indicators like the number of triples, query execution time, query complexity, dataset storage consumption, support by existing tools and implementations and other pertinent metrics. There is a vast number of academic papers that suggest this kind of experimental setup to benchmark the aforementioned reification methods <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b5">6,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b18">19]</ref>. Additionally, all the benchmarks mentioned above rely on the same four components, namely datasets, queries, triplestores and reification methods.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Conjectures</head><p>Conjectures is an approach intended to express RDF statements with three main states of knowledge: undisputed claims, disputed claims or evolving situations, and settled claims. Conjectures is a RDF 1.1 compliant characterization of Named graphs (the weak form), and an extension of RDF Named graphs semantics to distinguish plain Named graphs from disputed (conjectural) and settled (the strong form) <ref type="foot" target="#foot_4">5</ref> .</p><p>Undisputed claims Non-disputed claims are expressed as asserted Named graphs (and therefore introduced by the keyword GRAPH). For example, the main subject of Napoleon Crossing the Alps has been recognised as Napoleon itself without any doubt as shown in listing2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Disputed claims</head><p>Conjectures is a prototypical extension of the syntax of Trig, where the keyword GRAPH is replaced with CONJECTURE in front of a graph whose contents is expressed but not asserted and expressing those statement which is disputes or conveys evolving situations. For example, Napoleon crossing the Alps former attribution to Jérôme-Martin Langlois can be represented via a Conjecture as in listing 2. Naturally, graphs that are not marked as conjectures maintain the same (locally-decided) semantics as before, and therefore they may or may not contribute to the truth value of the entire dataset depending on such choice. A key aspect is that Conjectures do not use reification, 𝑛-ary relationships or ad hoc classes For example, the rdf:Statement class, as employed in standard reification and illustrated in Listing 1, and therefore they are orthogonal to, and fully compatible with, most of the other approaches.</p><p># The p a i n t i n g main s u b j e c t i s Napoleon GRAPH s : c l a i m 1 { wd : Q19801150 wdt : P921 wd : Q517 } # t h e p a i n t i n g ( wd : Q19801150 ) c r e a t o r ( wdt : P170 ) was s a i d t o be Jérôme − M a r t i n L a n g l o i s ( wd : Q672158 ) CONJECTURE s : c l a i m 2 { wd : Q19801150 wdt : P170 wd : Q672158 } # t h e p a i n t i n g c r e a t o r ( wdt : P170 ) was s a i d t o be from t h e s c h o o l o f J a c q u e s − L o u i s David CONJECTURE s : c l a i m 3 { wd : Q19801150 wdt : P170 _ : b l a n k } # A f t e r d e b a t e , t h e p a i n t i n g ( wd : Q19801150 ) c r e a t o r ( wdt : P170 ) i s J a c q u e s − L o u i s David ( wd : Q83155 ) SETTLED s : c l a i m 4 { wd : Q19801150 wdt : P170 wd : Q83155 } Listing 2: Representation of the disputed claim about "Napoleon crossing the Alps" creator with Conjectures</p><p>Settled claims Settled claims (introduced by the keyword SETTLED) record both the dispute, as well as its subsequent resolution. This is specifically and intentionally different from a trivial re-assertion of the disputed claims, in which we do not acknowledge or mention the dispute at all (the case of GRAPH in 2). To handle settled disputes we introduce Settled Conjectures, a third type of named graph that is at the same time conjectured and asserted. The collapse graphs allow us to both represent the conjectural triples (inside the usual conjectural graph) as well as the same triples but completely asserted (inside the collapse graph). In addition, the 𝑐𝑜𝑛𝑗 ∶ 𝑠𝑒𝑡𝑡𝑙𝑒𝑠 relation connects the conjecture and its settlement, simplifying the task of exploring the relationships between disputes and their settlements. The rationale behind Settled Conjectures is two-fold: on the one hand, to stress the difference between claims that have not been challenged and claims that emerged as winning among competing and incompatible hypotheses and on the other to represent the dual nature of settled claims as both conjectures and assertions. Consider for example "Napoleon Crossing the Alps" current attribution to Jacques-Louis David can be represented via a Settled conjecture as in listing2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Testing EWA approaches</head><p>The methodology adopted to run the tests outlined in this study can be summarized as follows: first, a series of datasets were generated, scaled, and converted in RDF to mimic a set of EWA approaches (see Section 4.1). Next, the hardware and software employed to run our experiments on the collected data has been setup (see Section 4.2). A set of metrics has been defined to evaluate the efficiency of EWA approaches (see Section 4.3). Lastly, the outcomes of the tests are presented in the next section (see Section 5).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Data Acquisition, scaling and conversion</head><p>The dataset on which these experiments have been run is composed as follows and has been named D3:</p><p>• Art: A thematic set of claims about 300k artwork entities in Wikidata (i.e., painting, manuscripts, books). This corresponds to about 10% of all artwork entities currently present inside Wikidata. • Random: after considerable deliberation, we concluded that adding some kind of entropy to the dataset would make it more representative. This dataset contains the claims of 300k Wikidata random entities. • Dummy: a selection of dummy statements regarding the artwork attributions (represented by the property wdt:P50 and wdt:P170 and including from 1 to 4 authors in each claim and the source of the claim) and artworks locations (represented by the property wdt:P276, including 1 possible location, time constraints and source) has been created <ref type="foot" target="#foot_5">6</ref> .</p><p>Those new statements contain dummy arbitrary information ranked as deprecated and therefore non-asserted to represent alternative or historical claims to those contained in Art dataset. This design choice was made to increase the number of conjectural statements in the final dataset.</p><p>An excellent way to evaluate an algorithm's performance is to observe how it responds to variations in input size <ref type="bibr" target="#b5">[6]</ref>. We started by downloading the whole subset of artwork entities, related individuals (basically, attributed authors) and locations. This dataset, called D4, is composed of about 3,5 million artwork entities and 188 thousand related entities (humans and locations). We have not used this dataset for our comparison due to the excessive number of timeouts in many of the queries and methods we used. Thus we scaled the dataset logarithmically in three further sizes:</p><p>• Dataset D3 : D3 is obtained by extracting one tenth of the data in D4 (D3 = D4/10).</p><p>• Dataset D2 : D2 is obtained by extracting one tenth of the data in D3 (D2 = D3/10).</p><p>• Dataset D1 : D1 is obtained by extracting one tenth of the data in D2 (D1 = D2/10).</p><p>We then surveyed the state of the art regarding reification methods to express without asserting and selected a set of methods for our analysis: Singleton properties <ref type="bibr" target="#b11">[12]</ref>, Named graphs <ref type="bibr" target="#b9">[10]</ref> (using Wikidata rankings to decide whether a triple is asserted or not), Wikidata <ref type="bibr" target="#b10">[11]</ref> and the recent RDF-star <ref type="bibr" target="#b12">[13]</ref> approach. We converted Wikidata JSON files into the six selected reification methods through automatic scripts. In table 1 we provide some data about our datasets. At the end of this process, we obtained 18 new method-specific datasets. In other words, for each dataset 𝐷𝑛, 𝑛 ∈ <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b2">3]</ref>, we constructed the following datasets:</p><p>Consider the case of Napoleon crossing the alps and its concurring attributions. In addition to the statements present in Wikidata, the listings below present an additional dummy statement reporting the historical attribution of the painting to Sophie Chéradame (Q60804575), a statement claimed by the source ContrivedAttributionsInArtHistory-VP and never adopted by the scholars (and therefore marked with deprecated rank). An example of these concurring claims is represented in the listing below with a different reification method: Wikidata statements (listing 3), RDF-star (listing 4), Conjectures in strong form (listing 5), Named graphs with the (listing 6), Conjectures in weak form (listing 7) and Singleton properties (listing 8) <ref type="foot" target="#foot_6">7</ref> .</p><p>wd : Q19801150 wdt : P170 wd : Q83155 . </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Hardware and software configuration</head><p>Tests have been run on a computer with processor Intel Core i5-8259U CPU @ 2.30GHz 2.30 GHz, RAM 32,0 GB, Windows 10 pro 64 bits, 1T hard disk. The TriG and SparQL parsers of our GraphDB engine were modified to parse Conjectures in strong form. Our GraphDB configuration uses 28G Ram allocated to the application, 89 , and 10G cache size. A repository has been created for each dataset with inferences off, no rule set assigned, predicates list index enabled and (when possible) contexts enabled. All other parameters are left in their default values. Repositories are already running before their performance tests are executed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Metrics</head><p>We decided to base the comparison of our reification methods on four major metrics. These metrics are well-established when it comes to RDF quantitative analysis. The performancerelated features of the reification methods under consideration should all be covered by those criteria, which should also give us a clear picture of the benefits and drawbacks of each method.</p><p>• Total number of triples in endpoint: This value is particularly interesting since it makes it possible to assess the verbosity of each method. • Loading time: Time consumed by each dataset to be uploaded in the SPARQL endpoint.</p><p>• Dataset weight in triplestore: The storage size of the dataset after it has been uploaded and stored in the triplestore.</p><p>• Query execution time: Response time on a selected set of queries. Each query is executed automatically ten times. The average value is then computed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.1.">Queries</head><p>Two sets of SPARQL queries (GQn, FQn) have been designed. While GQn queries do not include any filter, FQn queries restrict the results only to paintings (Q3305213). Each query set is composed of 6 queries assessing all possible statuses of claims validity. In particular, the queries retrieve the following topics: valid claims (Q1), debated claims (Q2), debated claims with their provenance/time (Q3), currently disputed claims (Q4), accepted claims after being debated (Q5), undisputed claims (Q6). Considering that authors' and locations' attributions provide a simple, yet effective use case to test RDF representation of EWA over our dataset, GQn and FQn have been then customised on retrieving authorship attributions (GQn-P170 and FQn-P170) and artworks' locations (GQn-P276 and FQn-P276) respectively by the use of Wikidata properties P170 and P276. All queries return the same data and are all correct in their respective datasets. Each query set has been automatically run 10 times and the average times have been calculated.   </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Test results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.">Number of triples in endpoint</head><p>All reification methods add additional triples to the already existing ones to represent the necessary metadata (e.g. Singleton properties) or extend RDF 1.1 syntax (e.g. RDF-star). As shown in table <ref type="table" target="#tab_3">2</ref>, Named graphs are the method which uses reification with the lower number of triples, but with no explicit distinction between asserted and non-asserted graphs. While other surveyed methods (in particular, RDF-star, Wikidata statements and Singleton properties) use reification methods and assert each claim with an additional triple, Conjectures uses Named graphs structure to express both statements and reification without adding additional triples resulting the method to express without asserting with the lowest addition of triples.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.">Loading Time</head><p>In the context of dataset D1 and D2, Conjectures in the strong form remain competitive with the most efficient methods, notably RDF-star, and outperform Wikidata statements and Singleton properties as shown in 2. However, the loading times increase in D3. This performance discrepancy is attributed to the triplestore's parser method for recognizing conjectural data. Specifically, the process of checking each resource's presence in a collection during loading contributes to the observed delays. In essence, the loading time of the dataset increases proportionally with the quantity of non-asserted triples (conjectures).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3.">Dataset weights in triplestore</head><p>The Singleton method exhibits a storage size tenfold greater than alternative approaches, with Conjectures in their weak form and Wikidata occupying intermediate positions. RDF-star, Conjectures in their strong form, and Named graphs demonstrate similar sizes as shown in figure <ref type="figure" target="#fig_3">2</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.4.">Query Execution Time</head><p>The time response average for each dataset seems to increase linearly for each surveyed dataset (D1, D2, D3). For this reason, figure <ref type="figure" target="#fig_4">3</ref> provides the snapshot of the execution time of queries GQn and FQn on attributions and locations only on dataset D3. As illustrated in figure3, the response times obtained from the execution of general queries (GQn) on dataset D3 show that the strong form of Conjectures is less efficient than other methods when retrieving asserted data, particularly in retrieving valid claims, currently disputed claims and undisputed claims (queries GQ1, GQ4 and GQ6) for both creators and locations. However, Conjectures perform better with disputed claims. In particular, Weak and Strong Conjectures outperform other surveyed methods in the retrieval of debated statements with and without provenance information (queries GQ2 and GQ3) and accepted claims after being debated (GQ5) for both locations and creators.</p><p>Similar to what was observed in GQn, Conjectures are less efficient in retrieving valid claims (FQ1). On the contrary, Conjectures strong form is the most efficient method regarding the retrieval of debated claims with and without contextual information (queries FQ2 and FQ3) and accepted claims after debate (FQ5). In the remaining queries, currently disputed claims (FQ4) and statements that have never been subject to debate (FQ6), Conjectures still maintain competitive times with the rest of the methods. Strong Conjectures, in particular, address the significant increase in response times for weak-form queries FQn <ref type="bibr">[3:8]</ref>. Essentially, a notable improvement in the performance of the strong form has been detected, proving to be the most efficient method in half of the selected queries and, in the remaining ones, a valid competitor.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Discussion</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.1.">EWA expressivity</head><p>In query performance assessment, we registered some slightly different values for the number of results of some queries, such differences are explained below highlighting some intrinsic differences in the models. Typically, a SPARQL query can still retrieve claims that won a certain debate by accessing concurring ones stored in the Knowledge Graph (KG). In cases where debates are not recorded, and only accepted statements are reported, reification approaches fall short. Reification methods do not distinguish between claims that have never been questioned and For instance, the painting Portrait of Dona Isabel de Requesens (Q29651096) has been attributed to Giulio Romano and marked as the settled claim, but no concurrent claim is reported. The concept of SETTLED in Conjectures can also capture this nuanced distinction in an ontologyindependent fashion which is transversal to be used on whichever KG. Another instance is when two claims express the same triple but with different qualifiers. Consider a scenario where a historical painting X was initially attributed to author Y (marked as an attribution) and afterwards this attribution has been considered settled by the community. The historical attribution cannot be retrieved in a SPARQL query since its content is also asserted. But, while Wikidata and Singleton provide unique IDs to distinguish such claims which can be involved in the query to retrieve such claim, RDF-star associates all contextual triples with the same quoted triple. This becomes more complex in multi-triple claims, where expressing them as individual Wikidata statements is not feasible. For instance, when dealing with paintings attributed to the collaboration of multiple individuals, expressing this complexity becomes particularly interesting. Conjectures use Named graphs to group statements. which allows to express and retrieve such complex statements with simple SPARQL queries. Other methods would require to adopt other types of grouping methods (e.g. a n-ary relationship and/or a blank node) with additional complexity and execution times.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.2.">EWA efficiency</head><p>Overall, we can immediately see several trends concerning the surveyed methods' efficiency: Singleton properties are systematically slower than the others, while Named graphs and Conjectures in weak form performs at an intermediate level about the fastest methods, Wikidata, Conjectures in strong form and RDF-star. Strong form also outperforms RDF-star in many queries where the specifics of debated attributions and past locations become meaningful. Strong form is the quickest method for expressing debates (disputed claims, GQ2 and FQ2, disputed claims with provenance GQ3 and FQ3, settled claims GQ5 and FQ5), with a small loss in term of performance for what concern asserted claims (valid claims GQn and FQn, undisputed claims GQ6 and FQ6) and currently disputed claims (GQ5 and FQ5).</p><p>Conjectures in strong form are also competitive for what concerns number of triples and overall weight in the triplestore. It is competitive on loading time for, but loading times show an interesting loss of performance for large datasets, that need to be investigated further.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusions</head><p>This work evaluates the efficiency of EWA mechanisms by comparing several reification methods (Wikidata, RDF-star, Named graphs, Singleton properties) and the novel Conjectures approach (weak and strong form) on four major metrics (number of triples, loading time, dataset weight and query execution time). Among the most efficient methods as RDF-star and Wikidata statements, the strong form of Conjectures exhibits notable performance gains, particularly in retrieving claims about debates (e.g., disputed claims with and without provenance information and settled claims). In the future, we aim to optimize some aspects concerning the efficiency of the strong form of Conjectures. In particular, we will prioritize the optimization of the loading process, aiming to reduce the loading time and enhance its overall performance.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>: s t a t e m e n t 1 r d f : t y p e r d f : S t a t e m e n t ; r d f : s u b j e c t wd : Q19801150 ; # Napoleon C r o s s i n g t h e A l p s r d f : p r e d i c a t e wd : P170 ; # c r e a t o r r d f : o b j e c t wd : Q67215 . # J a c q u e s − L o u i s David : s t a t e m e n t 1 wdt : P248 wd : Q29633776 . # s t a t e d i n J o c o n d e L a b</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Concurring attributions concerning Napoleon crossing the Alps in Wikidata</figDesc><graphic coords="3,89.29,84.19,416.71,191.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>s : Q19801150 s : P170 wd : Q19801150 − s 1 ; ps : P170 wd : Q83155 ; w i k i b a s e : r a n k w i k i b a s e : NormalRank . wd : Q19801150 s : P170 s : Q19801150 − s 2 ; ps : P170 " unknown v a l u e " ; pq : P1774 wd : Q83155 ; pq : P3831 wd : Q4233718 ; w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k . wd : Q19801150 s : P170 s : Q19801150 − s 3 ; ps : P170 wd : Q672158 ; w i k i b a s e : r a n k w i k i b a s e : NormalRank . wd : Q19801150 s : P170 s : Q19801150dummy ; ps : P170 wd : Q60804575 ; pq : P248 c o n j : C o n t r i e v e d A t t r i b u t i o n s I n A r t H i s t o r y −VP ; w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k . Listing 3: Wikidata statements wd : Q19801150 wdt : P170 wd : Q83155 . &lt;&lt; wd : Q19801150 wdt : P170 wd : Q83155 &gt;&gt; w i k i b a s e : r a n k w i k i b a s e : P r e f e r r e d R a n k . &lt;&lt; wd : Q19801150 wdt : P170 " unknown v a l u e " &gt;&gt; pq : P1774 wd : Q83155 ; pq : P3831 wd : Q4233718 ; w i k i b a s e : r a n k w i k i b a s e : NormalRank . &lt;&lt; wd : Q19801150 wdt : P170 wd : Q672158 &gt;&gt; w i k i b a s e : r a n k w i k i b a s e : NormalRank . &lt;&lt; wd : Q19801150 s : P170 wd : Q60804575 &gt;&gt; pq : P248 c o n j : C o n t r i e v e d A t t r i b u t i o n s I n A r t H i s t o r y −VP ; w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k . Listing 4: RDF-star SETTLED s : Q19801150 − s 1 { wd : Q19801150 wdt : P170 wd : Q83155 . } s : Q19801150 − s 1 w i k i b a s e : r a n k w i k i b a s e : P r e f e r r e d R a n k . CONJ s : Q19801150 − s 2 { wd : Q19801150 wdt : P170 " unknown v a l u e " . } s : Q19801150 − s 2 pq : P1774 wd : Q83155 ; pq : P 3831 wd : Q4233718 . w i k i b a s e : r a n k w i k i b a s e : NormalRank . CONJ s : Q19801150 − s 3 { wd : Q19801150 wdt : P170 wd : Q672158 . } s : Q19801150 − s 3 w i k i b a s e : r a n k w i k i b a s e : NormalRank . CONJ s : Q19801150dummy { wd : Q19801150 s : P170 wd : Q60804575 } s : Q19801150dummy w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k ; pq : P248 c o n j : C o n t r i e v e d A t t r i b u t i o n s I n A r t H i s t o r y −VP ; Listing 5: strong form of Conjectures GRAPH s : Q19801150 − s 1 { wd : Q19801150 wdt : P170 wd : Q83155 . } s : Q19801150 − s 1 w i k i b a s e : r a n k w i k i b a s e : P r e f e r r e d R a n k . GRAPH s : Q19801150 − s 2 { wd : Q19801150 wdt : P170 " unknown v a l u e " . } s : Q19801150 − s 2 pq : P1774 wd : Q83155 ; pq : P3831 wd : Q4233718 . w i k i b a s e : r a n k w i k i b a s e : NormalRank . GRAPH s : Q19801150 − s 3 { wd : Q19801150 wdt : P170 wd : Q672158 . } s : Q19801150 − s 3 w i k i b a s e : r a n k w i k i b a s e : NormalRank . GRAPH s : Q19801150dummy { wd : Q19801150 s : P170 wd : Q60804575 } s : Q19801150dummy w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k ; pq : P248 c o n j : C o n t r i e v e d A t t r i b u t i o n s I n A r t H i s t o r y −VP ; Listing 6: Named graphs GRAPH s : Q19801150 − s 1 { wd : Q19801150 c o n j 0 1 : P170 wd : Q83155 . c o n j 0 1 : P170 c o n j : i s A C o n j e c t u r a l F o r m O f wdt : P170 . } GRAPH s : c o l l a p s e O f Q 1 9 8 0 1 1 5 0 − s 1 { wd : Q19801150 wdt : P170 wd : Q83155 . s : c o l l a p s e O f − s 1 c o n j : c o l l a p s e s s : Q19801150 − s 1 } s : Q19801150 − s 1 w i k i b a s e : r a n k w i k i b a s e : P r e f e r r e d R a n k . GRAPH s : Q19801150 − s 2 { wd : Q19801150 c o n j 0 2 : P170 " unknown v a l u e " . c o n j 0 2 : P170 c o n j : i s A C o n j e c t u r a l F o r m O f wdt : P170 . } s : Q19801150 − s 2 pq : P1774 wd : Q83155 ; pq : P3831 wd : Q4233718 . w i k i b a s e : r a n k w i k i b a s e : NormalRank . GRAPH s : Q19801150 − s 3 { wd : Q19801150 c o n j 0 3 : P170 wd : Q672158 . c o n j 0 3 : P170 c o n j : i s A C o n j e c t u r a l F o r m O f wdt : P170 . } s : Q19801150 − s 3 w i k i b a s e : r a n k w i k i b a s e : NormalRank . GRAPH s : Q19801150dummy { wd : Q19801150 c o n j 0 4 : P170 wd : Q60804575 . c o n j 0 3 : P170 c o n j : i s A C o n j e c t u r a l F o r m O f wdt : P170 . } s : Q19801150dummy w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k ; pq : P248 c o n j : C o n t r i e v e d A t t r i b u t i o n s I n A r t H i s t o r y −VP ; Listing 7: weak form of Conjectures wd : Q19801150 wdt : P170 wd : Q83155 . wd : Q19801150 sng : Q19801150 − s 1 wd : Q83155 . Q19801150 − s 1 sng : i s A S i n g l e t o n P r o p e r t y O f wdt : P170 . s : Q19801150 − s 1 w i k i b a s e : r a n k w i k i b a s e : P r e f e r r e d R a n k . wd : Q19801150 s : Q19801150 − s 2 " unknown v a l u e " . s : Q19801150 − s 2 sng : i s A S i n g l e t o n P r o p e r t y O f wdt : P170 . s : Q19801150 − s 2 pq : P1774 wd : Q83155 ; pq : P3831 wd : Q4233718 . w i k i b a s e : r a n k w i k i b a s e : NormalRank . wd : Q19801150 s : Q19801150 − s 3 wd : Q672158 . s : Q19801150 − s 3 c o n j : i s A C o n j e c t u r a l F o r m O f wdt : P170 . s : Q19801150 − s 3 w i k i b a s e : r a n k w i k i b a s e : NormalRank . wd : Q19801150 s : Q19801150dummy wd : Q60804575 . s : Q19801150dummy c o n j : i s A C o n j e c t u r a l F o r m O f wdt : P170 . s : Q19801150dummy w i k i b a s e : r a n k w i k i b a s e : D e p r e c a t e d R a n k ; pq : P248 c o n j : C o n t r i e v e d A t t r i b u t i o n s I n A r t H i s t o r y −VP ; Listing 8: Singleton properties</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Dataset measurements for the surveyed reification methods. In particular, number of triples in endpoint (top-left), dataset loading time (top-right) and dataset weight in endpoint (bottom-left)</figDesc><graphic coords="10,89.29,84.19,416.70,280.26" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Time responses for queries sets GQn and FQn on creators and locations run against D3 dataset</figDesc><graphic coords="12,89.29,84.19,416.69,286.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 4</head><label>4</label><figDesc>.3.1 summarizes the nature of the queries. All actual queries are available at https://github.com/conjectures-rdf/expressing-without-asserting-efficiency-tests as well as the full set of results.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 2</head><label>2</label><figDesc>Overview of query types (GQn and FQn) for artworks' attributions and locations</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.wikidata.org/entity/Q19801150</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://www.w3.org/wiki/RdfReification</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://www.wikidata.org/entity/Q29633776</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://www.Wikidata.org/wiki/Help:Ranking</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">A complete overview of Conjectures semantics is available at https://conjectures.altervista.org//CONJ_ semantics.pdf</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">The choice of adding the dummy claims is that of non-asserted statements in the Wikidata dump was circa 1%, a low figure for this experiment</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">The approach adopted for the data acquisition and conversion is documented at https://github.com/ conjectures-rdf/expressing-without-asserting-efficiency-datasets</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">https://graphdb.ontotext.com/documentation/10.1/configuring-graphdb-memory.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_8">https://graphdb.ontotext.com/documentation/10.2/getting-started.html#:~:text=the%20aforementioned%20icon. -,Configuring%20the%20JVM,Contents%2Fapp%2FGraphDB%20Desktop</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Resource Description Framework (RDF): Concepts and Abstract Syntax</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J C</forename><surname>Graham Klyne</surname></persName>
		</author>
		<ptr target="https://www.w3.org/TR/2004/REC-rdf-concepts-20040210/" />
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Representing n-ary relations in the semantic web</title>
		<author>
			<persName><forename type="first">M</forename><surname>Giunti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sergioli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vivanet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pinna</surname></persName>
		</author>
		<idno type="DOI">10.1093/jigpal/jzz047</idno>
	</analytic>
	<monogr>
		<title level="j">Logic Journal of IGPL</title>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Crime stories in the historical urban landscape: narrating the theft of the mona lisa</title>
		<author>
			<persName><forename type="first">A</forename><surname>Freundschuh</surname></persName>
		</author>
		<idno type="DOI">10.1017/S0963926806003816</idno>
	</analytic>
	<monogr>
		<title level="j">Urban History</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="274" to="292" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Salvator mundi: Going out on a limb</title>
		<author>
			<persName><forename type="first">B</forename><surname>Lewis</surname></persName>
		</author>
		<idno type="DOI">10.15542/KUR/2023/2/3</idno>
		<ptr target="https://doi.org/10.15542/KUR/2023/2/3.doi:10.15542/KUR/2023/2/3" />
	</analytic>
	<monogr>
		<title level="j">KUR -Kunst und Recht</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Carroll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Vatant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Manola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Herman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lawrence</surname></persName>
		</author>
		<ptr target="https://www.w3.org/TR/2006/NOTE-swbp-n-aryRelations-20060412/" />
		<title level="m">Defining N-ary Relations on the Semantic Web</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Benchmarking rdf metadata representations: Reification, singleton property and rdf</title>
		<author>
			<persName><forename type="first">F</forename><surname>Orlandi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Graux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>O'sullivan</surname></persName>
		</author>
		<ptr target="https://api.semanticscholar.org/CorpusID:232151947" />
	</analytic>
	<monogr>
		<title level="m">IEEE 15th International Conference on Semantic Computing (ICSC)</title>
				<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="233" to="240" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Expressing without asserting in the arts</title>
		<author>
			<persName><forename type="first">M</forename><surname>Daquino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Pasqual</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Tomasi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Vitali</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Italian Research Conference on Digital Libraries</title>
				<meeting>the Italian Research Conference on Digital Libraries<address><addrLine>Padova, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-mt/(2004" />
		<title level="m">Rdf semantics, w3c recommendation</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Defining n-ary relations on the semantic web</title>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">W3C working group note</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Named graphs</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Carroll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Stickler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="247" to="267" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Introducing Wikidata to the Linked Data Web</title>
		<author>
			<persName><forename type="first">F</forename><surname>Erxleben</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Günther</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC 2014</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Tudorache</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Bernstein</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Knoblock</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Groth</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Goble</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="50" to="65" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Don&apos;t like rdf reification? making statements about statements using singleton property</title>
		<author>
			<persName><forename type="first">V</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Bodenreider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sheth</surname></persName>
		</author>
		<idno type="DOI">10.1145/2566486.2567973</idno>
		<idno>doi:10. 1145/2566486.2567973</idno>
		<ptr target="https://doi.org/10.1145/2566486.2567973" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 23rd International Conference on World Wide Web, WWW &apos;14</title>
				<meeting>the 23rd International Conference on World Wide Web, WWW &apos;14<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="759" to="770" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Foundations of rdf* and sparql*:(an alternative approach to statement-level metadata in rdf)</title>
		<author>
			<persName><forename type="first">O</forename><surname>Hartig</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AMW 2017 11th Alberto Mendelzon International Workshop on Foundations of Data Management and the Web</title>
				<editor>
			<persName><forename type="first">Juan</forename><surname>Reutter</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Divesh</forename><surname>Srivastava</surname></persName>
		</editor>
		<meeting><address><addrLine>Montevideo, Uruguay</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1912">June 7-9, 2017. 1912. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Evaluation of metadata representations in rdf stores</title>
		<author>
			<persName><forename type="first">A.-C</forename><surname>Ngonga Ngomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Fundulaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Krithara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Frey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hellmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Rahm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-E</forename><surname>Vidal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-C</forename><surname>Ngonga Ngomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Fundulaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Krithara</surname></persName>
		</author>
		<idno type="DOI">10.3233/SW-180307</idno>
		<ptr target="https://doi.org/10.3233/SW-180307.doi:10.3233/SW-180307" />
	</analytic>
	<monogr>
		<title level="j">Semant. Web</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="205" to="229" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">V</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Bodenreider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Thirunarayan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bolton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Queralt-Rosinach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">I</forename><surname>Furlong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumontier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sheth</surname></persName>
		</author>
		<title level="m">On reasoning with rdf statements about statements using singleton property triples</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Reifying RDF: what works well with wikidata?</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<ptr target="org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">T</forename><surname>Liebig</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Fokoue</surname></persName>
		</editor>
		<meeting>the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems</meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="volume">1457</biblScope>
			<biblScope unit="page" from="32" to="47" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">An empirical survey of linked data conformance</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Umbrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Harth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
		<idno type="DOI">10.2139/ssrn.3198962</idno>
		<idno>doi:</idno>
		<ptr target="http://dx.doi.org/10.2139/ssrn.3198962" />
	</analytic>
	<monogr>
		<title level="j">J. Web Semant</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="14" to="44" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">BowlognaBench-Benchmarking RDF Analytics</title>
		<author>
			<persName><forename type="first">G</forename><surname>Demartini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Enchev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wylot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gapany</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cudré-Mauroux</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Data-Driven Process Discovery and Analysis</title>
				<editor>
			<persName><forename type="first">K</forename><surname>Aberer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Damiani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Dillon</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg; Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="82" to="102" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Benchmarking Database Representations of RDF/S Stores</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Theoharis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Christophides</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Karvounarakis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC 2005</title>
				<editor>
			<persName><forename type="first">Y</forename><surname>Gil</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Motta</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><forename type="middle">R</forename><surname>Benjamins</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Musen</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg; Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="685" to="701" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
