PREFIX aocat: PREFIX rdf: PREFIX skos: # INSERT DEFAULTS FOR RECORDS INSERT { GRAPH ::> { ?s aocat:has_native_subject /NOT_PROVIDED> . /NOT_PROVIDED> skos:prefLabel "Not provided" . } } WHERE { GRAPH ::> { ?s rdf:type aocat:AO_Individual_Data_Resource . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_native_subject ?ns . } } }; INSERT { GRAPH ::> { ?s aocat:has_language . skos:prefLabel "und" . } } WHERE { GRAPH ::> { ?s rdf:type aocat:AO_Individual_Data_Resource . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_language ?ns . } } }; INSERT { GRAPH ::> { ?s aocat:has_creator /NOT_PROVIDED> . /NOT_PROVIDED> aocat:has_name "Not provided" . } } WHERE { GRAPH ::> { ?s rdf:type aocat:AO_Individual_Data_Resource . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_creator ?creator . } } }; INSERT { GRAPH ::> { ?s aocat:has_title "Title not provided" . } } WHERE { GRAPH ::> { ?s rdf:type aocat:AO_Individual_Data_Resource . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_title ?title . } } };