@prefix test: <http://www.w3.org/2006/03/test-description#> .
@prefix dcterms: <http://purl.org/dc/elements/1.1/> .
@prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .

<d024> a rdb2rdftest:DataBase;
	dcterms:title "Two tables, two primary keys, a foreign key to a row with some NULLs in the key." ;
	dcterms:identifier "D024-2tables2primarykeys1foreignkeyToARowWithSomeNulls" ;
	rdb2rdftest:sqlScriptFile "create.sql";
	rdb2rdftest:relatedTestCase <dg0024> ;
.

<dg0024> a rdb2rdftest:DirectMapping ;	
	dcterms:title "Generation of triples from two tables, two primary keys, a foreign key to a row with some NULLs in the key."; 
	dcterms:identifier "DirectGraphTC0024" ;
	test:purpose "Generation of triples from two tables, two primary keys, a foreign key to a row with some NULLs in the key." ;
	test:specificationReference "#lead-ex" ;
	test:reviewStatus test:unreviewed ;
	rdb2rdftest:database <d024> ;
	rdb2rdftest:hasExpectedOutput true ;
	rdb2rdftest:output "directGraph.ttl" ;
.
